#C86970

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

Shades of Cabaret #C86970

Tints of Cabaret #C86970

Color information

#C86970 (or 0xC86970) is unknown color: approx Cabaret. HEX triplet: C8, 69 and 70. RGB value is (200,105,112). Sum of RGB (Red+Green+Blue) = 200+105+112=417 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.96% from 417); Green value is 105 (41.41% from 255 or 25.18% from 417); Blue value is 112 (44.14% from 255 or 26.86% from 417); Max value from RGB is 200 - color contains mainly: red. Hex color #C86970 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86970 is #37968F. Grayscale: #868686. Windows color (decimal): -3643024 or 7367112. OLE color: 7367112.

HSL color Cylindrical-coordinate representation of color #C86970: hue angle of 355.58º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C86970 is Cyan = 0, Magento = 0.48, Yellow = 0.44 and Black (K on CMYK) = 0.22.

Color convert

RGB200105112-
CMYK00.480.440.22
HSL355.58º46.34%59.8%-
HSV(B)355.58º47.5%78.43%-
XYZ31.823.5518.2-
YUV134.2115.47174.93-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 47.96%
GREEN value IS 105 (41.41% from 255) = 25.18%
BLUE value IS 112 (44.14% from 255) = 26.86%
R=47.96%
G=25.18%
B=26.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20010511200.480.440.22355.5846.3459.8
HexC869700302C161642e3c
Octal31015116006054265445674
Binary1100100011010011110000011000010110010110101100100101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86970; }

 p { color: rgb(200,105,112); }

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

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

 a { background-color: rgb(200,105,112); }

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

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

 span { border-color: rgb(200,105,112); }

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