#C35368

Color #C35368 Cabaret (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cabaret #C35368

Tints of Cabaret #C35368

Color information

#C35368 (or 0xC35368) is unknown color: approx Cabaret. HEX triplet: C3, 53 and 68. RGB value is (195,83,104). Sum of RGB (Red+Green+Blue) = 195+83+104=382 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.05% from 382); Green value is 83 (32.81% from 255 or 21.73% from 382); Blue value is 104 (41.02% from 255 or 27.23% from 382); Max value from RGB is 195 - color contains mainly: red. Hex color #C35368 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35368 is #3CAC97. Grayscale: #767676. Windows color (decimal): -3976344 or 6837187. OLE color: 6837187.

HSL color Cylindrical-coordinate representation of color #C35368: hue angle of 348.75º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C35368 is Cyan = 0, Magento = 0.57, Yellow = 0.47 and Black (K on CMYK) = 0.24.

Color convert

RGB19583104-
CMYK00.570.470.24
HSL348.75º48.28%54.51%-
HSV(B)348.75º57.44%76.47%-
XYZ28.118.7915.24-
YUV118.88119.61182.29-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 195 (76.56% from 255) = 51.05%
GREEN value IS 83 (32.81% from 255) = 21.73%
BLUE value IS 104 (41.02% from 255) = 27.23%
R=51.05%
G=21.73%
B=27.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.47
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1958310400.570.470.24348.7548.2854.51
HexC353680392F1815d3037
Octal30312315007157305356067
Binary1100001110100111101000011100110111111000101011101110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35368; }

 p { color: rgb(195,83,104); }

 H1.HeaderClassName
 {
   color: #C35368;
 }
 .AnyTagClassName
 {
   color: #C35368;
 }
</style>
background-color css

<style>
 a { background-color: #C35368; }

 a { background-color: rgb(195,83,104); }

 div.DivClassName
 {
   background-color: #C35368;
 }
 .BgClassName
 {
   background-color: #C35368;
 }
</style>
border-color css

<style>
 span { border-color: #C35368; }

 span { border-color: rgb(195,83,104); }

 td.TdClassName
 {
   border-color: #C35368;
 }
 .TagClassName
 {
   border-color: #C35368;
 }
</style>