#C96A74

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

Shades of Cabaret #C96A74

Tints of Cabaret #C96A74

Color information

#C96A74 (or 0xC96A74) is unknown color: approx Cabaret. HEX triplet: C9, 6A and 74. RGB value is (201,106,116). Sum of RGB (Red+Green+Blue) = 201+106+116=423 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.52% from 423); Green value is 106 (41.80% from 255 or 25.06% from 423); Blue value is 116 (45.70% from 255 or 27.42% from 423); Max value from RGB is 201 - color contains mainly: red. Hex color #C96A74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96A74 is #36958B. Grayscale: #878787. Windows color (decimal): -3577228 or 7629513. OLE color: 7629513.

HSL color Cylindrical-coordinate representation of color #C96A74: hue angle of 353.68º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C96A74 is Cyan = 0, Magento = 0.47, Yellow = 0.42 and Black (K on CMYK) = 0.21.

Color convert

RGB201106116-
CMYK00.470.420.21
HSL353.68º46.8%60.2%-
HSV(B)353.68º47.26%78.82%-
XYZ32.3923.9919.45-
YUV135.54116.97174.69-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 47.52%
GREEN value IS 106 (41.80% from 255) = 25.06%
BLUE value IS 116 (45.70% from 255) = 27.42%
R=47.52%
G=25.06%
B=27.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.42
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20110611600.470.420.21353.6846.860.2
HexC96A7402F2A151622f3c
Octal31115216405752255425774
Binary1100100111010101110100010111110101010101101100010101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96A74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96A74; }

 p { color: rgb(201,106,116); }

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

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

 a { background-color: rgb(201,106,116); }

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

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

 span { border-color: rgb(201,106,116); }

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