#C96778

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

Shades of Cabaret #C96778

Tints of Cabaret #C96778

Color information

#C96778 (or 0xC96778) is unknown color: approx Cabaret. HEX triplet: C9, 67 and 78. RGB value is (201,103,120). Sum of RGB (Red+Green+Blue) = 201+103+120=424 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.41% from 424); Green value is 103 (40.62% from 255 or 24.29% from 424); Blue value is 120 (47.27% from 255 or 28.30% from 424); Max value from RGB is 201 - color contains mainly: red. Hex color #C96778 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96778 is #369887. Grayscale: #868686. Windows color (decimal): -3577992 or 7890889. OLE color: 7890889.

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

Color convert

RGB201103120-
CMYK00.490.400.21
HSL349.59º47.57%59.61%-
HSV(B)349.59º48.76%78.82%-
XYZ32.3323.4720.6-
YUV134.24119.97175.62-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 47.41%
GREEN value IS 103 (40.62% from 255) = 24.29%
BLUE value IS 120 (47.27% from 255) = 28.30%
R=47.41%
G=24.29%
B=28.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.40
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20110312000.490.400.21349.5947.5759.61
HexC96778031281515e303c
Octal31114717006150255366074
Binary1100100111001111111000011000110100010101101011110110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96778; }

 p { color: rgb(201,103,120); }

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

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

 a { background-color: rgb(201,103,120); }

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

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

 span { border-color: rgb(201,103,120); }

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