#C96677

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

Shades of Cabaret #C96677

Tints of Cabaret #C96677

Color information

#C96677 (or 0xC96677) is unknown color: approx Cabaret. HEX triplet: C9, 66 and 77. RGB value is (201,102,119). Sum of RGB (Red+Green+Blue) = 201+102+119=422 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.63% from 422); Green value is 102 (40.23% from 255 or 24.17% from 422); Blue value is 119 (46.88% from 255 or 28.20% from 422); Max value from RGB is 201 - color contains mainly: red. Hex color #C96677 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96677 is #369988. Grayscale: #858585. Windows color (decimal): -3578249 or 7825097. OLE color: 7825097.

HSL color Cylindrical-coordinate representation of color #C96677: hue angle of 349.7º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C96677 is Cyan = 0, Magento = 0.49, Yellow = 0.41 and Black (K on CMYK) = 0.21.

Color convert

RGB201102119-
CMYK00.490.410.21
HSL349.7º47.83%59.41%-
HSV(B)349.7º49.25%78.82%-
XYZ32.1723.2520.25-
YUV133.54119.8176.12-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 47.63%
GREEN value IS 102 (40.23% from 255) = 24.17%
BLUE value IS 119 (46.88% from 255) = 28.20%
R=47.63%
G=24.17%
B=28.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.41
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20110211900.490.410.21349.747.8359.41
HexC96677031291515e303b
Octal31114616706151255366073
Binary1100100111001101110111011000110100110101101011110110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96677; }

 p { color: rgb(201,102,119); }

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

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

 a { background-color: rgb(201,102,119); }

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

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

 span { border-color: rgb(201,102,119); }

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