#C86579

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

Shades of Cabaret #C86579

Tints of Cabaret #C86579

Color information

#C86579 (or 0xC86579) is unknown color: approx Cabaret. HEX triplet: C8, 65 and 79. RGB value is (200,101,121). Sum of RGB (Red+Green+Blue) = 200+101+121=422 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.39% from 422); Green value is 101 (39.84% from 255 or 23.93% from 422); Blue value is 121 (47.66% from 255 or 28.67% from 422); Max value from RGB is 200 - color contains mainly: red. Hex color #C86579 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86579 is #379A86. Grayscale: #848484. Windows color (decimal): -3644039 or 7955912. OLE color: 7955912.

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

Color convert

RGB200101121-
CMYK00.490.390.22
HSL347.88º47.37%59.02%-
HSV(B)347.88º49.5%78.43%-
XYZ31.9222.9720.84-
YUV132.88121.3175.87-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 47.39%
GREEN value IS 101 (39.84% from 255) = 23.93%
BLUE value IS 121 (47.66% from 255) = 28.67%
R=47.39%
G=23.93%
B=28.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.39
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20010112100.490.390.22347.8847.3759.02
HexC86579031271615c2f3b
Octal31014517106147265345773
Binary1100100011001011111001011000110011110110101011100101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86579; }

 p { color: rgb(200,101,121); }

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

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

 a { background-color: rgb(200,101,121); }

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

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

 span { border-color: rgb(200,101,121); }

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