#C86170

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

Shades of Cabaret #C86170

Tints of Cabaret #C86170

Color information

#C86170 (or 0xC86170) is unknown color: approx Cabaret. HEX triplet: C8, 61 and 70. RGB value is (200,97,112). Sum of RGB (Red+Green+Blue) = 200+97+112=409 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.90% from 409); Green value is 97 (38.28% from 255 or 23.72% from 409); Blue value is 112 (44.14% from 255 or 27.38% from 409); Max value from RGB is 200 - color contains mainly: red. Hex color #C86170 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86170 is #379E8F. Grayscale: #818181. Windows color (decimal): -3645072 or 7365064. OLE color: 7365064.

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

Color convert

RGB20097112-
CMYK00.520.440.22
HSL351.26º48.36%58.24%-
HSV(B)351.26º51.5%78.43%-
XYZ31.022217.94-
YUV129.51118.12178.28-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 48.90%
GREEN value IS 97 (38.28% from 255) = 23.72%
BLUE value IS 112 (44.14% from 255) = 27.38%
R=48.90%
G=23.72%
B=27.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2009711200.520.440.22351.2648.3658.24
HexC861700342C1615f303a
Octal31014116006454265376072
Binary1100100011000011110000011010010110010110101011111110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86170; }

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

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

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

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

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

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

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

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