#C76379

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

Shades of Cabaret #C76379

Tints of Cabaret #C76379

Color information

#C76379 (or 0xC76379) is unknown color: approx Cabaret. HEX triplet: C7, 63 and 79. RGB value is (199,99,121). Sum of RGB (Red+Green+Blue) = 199+99+121=419 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.49% from 419); Green value is 99 (39.06% from 255 or 23.63% from 419); Blue value is 121 (47.66% from 255 or 28.88% from 419); Max value from RGB is 199 - color contains mainly: red. Hex color #C76379 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76379 is #389C86. Grayscale: #838383. Windows color (decimal): -3710087 or 7955399. OLE color: 7955399.

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

Color convert

RGB19999121-
CMYK00.500.390.22
HSL346.8º47.17%58.43%-
HSV(B)346.8º50.25%78.04%-
XYZ31.4722.4520.76-
YUV131.41122.13176.21-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 47.49%
GREEN value IS 99 (39.06% from 255) = 23.63%
BLUE value IS 121 (47.66% from 255) = 28.88%
R=47.49%
G=23.63%
B=28.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.39
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1999912100.500.390.22346.847.1758.43
HexC76379032271615b2f3a
Octal30714317106247265335772
Binary1100011111000111111001011001010011110110101011011101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C76379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C76379; }

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

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

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

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

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

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

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

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