#C86578

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

Shades of Cabaret #C86578

Tints of Cabaret #C86578

Color information

#C86578 (or 0xC86578) is unknown color: approx Cabaret. HEX triplet: C8, 65 and 78. RGB value is (200,101,120). Sum of RGB (Red+Green+Blue) = 200+101+120=421 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.51% from 421); Green value is 101 (39.84% from 255 or 23.99% from 421); Blue value is 120 (47.27% from 255 or 28.50% from 421); Max value from RGB is 200 - color contains mainly: red. Hex color #C86578 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86578 is #379A87. Grayscale: #848484. Windows color (decimal): -3644040 or 7890376. OLE color: 7890376.

HSL color Cylindrical-coordinate representation of color #C86578: hue angle of 348.48º 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 #C86578 is Cyan = 0, Magento = 0.49, Yellow = 0.4 and Black (K on CMYK) = 0.22.

Color convert

RGB200101120-
CMYK00.490.40.22
HSL348.48º47.37%59.02%-
HSV(B)348.48º49.5%78.43%-
XYZ31.8622.9420.52-
YUV132.77120.8175.96-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 47.51%
GREEN value IS 101 (39.84% from 255) = 23.99%
BLUE value IS 120 (47.27% from 255) = 28.50%
R=47.51%
G=23.99%
B=28.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.4
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20010112000.490.40.22348.4847.3759.02
HexC86578031281615c2f3b
Octal31014517006150265345773
Binary1100100011001011111000011000110100010110101011100101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86578; }

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

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

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

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

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

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

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

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