#C76079

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

Shades of Cabaret #C76079

Tints of Cabaret #C76079

Color information

#C76079 (or 0xC76079) is unknown color: approx Cabaret. HEX triplet: C7, 60 and 79. RGB value is (199,96,121). Sum of RGB (Red+Green+Blue) = 199+96+121=416 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.84% from 416); Green value is 96 (37.89% from 255 or 23.08% from 416); Blue value is 121 (47.66% from 255 or 29.09% from 416); Max value from RGB is 199 - color contains mainly: red. Hex color #C76079 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76079 is #389F86. Grayscale: #818181. Windows color (decimal): -3710855 or 7954631. OLE color: 7954631.

HSL color Cylindrical-coordinate representation of color #C76079: hue angle of 345.44º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C76079 is Cyan = 0, Magento = 0.52, Yellow = 0.39 and Black (K on CMYK) = 0.22.

Color convert

RGB19996121-
CMYK00.520.390.22
HSL345.44º47.91%57.84%-
HSV(B)345.44º51.76%78.04%-
XYZ31.1921.8920.67-
YUV129.65123.12177.47-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 47.84%
GREEN value IS 96 (37.89% from 255) = 23.08%
BLUE value IS 121 (47.66% from 255) = 29.09%
R=47.84%
G=23.08%
B=29.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.39
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1999612100.520.390.22345.4447.9157.84
HexC760790342716159303a
Octal30714017106447265316072
Binary1100011111000001111001011010010011110110101011001110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C76079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C76079; }

 p { color: rgb(199,96,121); }

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

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

 a { background-color: rgb(199,96,121); }

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

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

 span { border-color: rgb(199,96,121); }

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