#C96A71

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

Shades of Cabaret #C96A71

Tints of Cabaret #C96A71

Color information

#C96A71 (or 0xC96A71) is unknown color: approx Cabaret. HEX triplet: C9, 6A and 71. RGB value is (201,106,113). Sum of RGB (Red+Green+Blue) = 201+106+113=420 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.86% from 420); Green value is 106 (41.80% from 255 or 25.24% from 420); Blue value is 113 (44.53% from 255 or 26.90% from 420); Max value from RGB is 201 - color contains mainly: red. Hex color #C96A71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96A71 is #36958E. Grayscale: #878787. Windows color (decimal): -3577231 or 7432905. OLE color: 7432905.

HSL color Cylindrical-coordinate representation of color #C96A71: hue angle of 355.58º 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 #C96A71 is Cyan = 0, Magento = 0.47, Yellow = 0.44 and Black (K on CMYK) = 0.21.

Color convert

RGB201106113-
CMYK00.470.440.21
HSL355.58º46.8%60.2%-
HSV(B)355.58º47.26%78.82%-
XYZ32.2223.9218.54-
YUV135.2115.47174.93-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 47.86%
GREEN value IS 106 (41.80% from 255) = 25.24%
BLUE value IS 113 (44.53% from 255) = 26.90%
R=47.86%
G=25.24%
B=26.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.44
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20110611300.470.440.21355.5846.860.2
HexC96A7102F2C151642f3c
Octal31115216105754255445774
Binary1100100111010101110001010111110110010101101100100101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96A71; }

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

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

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

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

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

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

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

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