#C85170

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

Shades of Cabaret #C85170

Tints of Cabaret #C85170

Color information

#C85170 (or 0xC85170) is unknown color: approx Cabaret. HEX triplet: C8, 51 and 70. RGB value is (200,81,112). Sum of RGB (Red+Green+Blue) = 200+81+112=393 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.89% from 393); Green value is 81 (32.03% from 255 or 20.61% from 393); Blue value is 112 (44.14% from 255 or 28.50% from 393); Max value from RGB is 200 - color contains mainly: red. Hex color #C85170 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85170 is #37AE8F. Grayscale: #787878. Windows color (decimal): -3649168 or 7360968. OLE color: 7360968.

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

Color convert

RGB20081112-
CMYK00.590.440.22
HSL344.37º51.97%55.1%-
HSV(B)344.37º59.5%78.43%-
XYZ29.6919.3317.5-
YUV120.12123.42184.98-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 50.89%
GREEN value IS 81 (32.03% from 255) = 20.61%
BLUE value IS 112 (44.14% from 255) = 28.50%
R=50.89%
G=20.61%
B=28.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2008111200.590.440.22344.3751.9755.1
HexC8517003B2C161583437
Octal31012116007354265306467
Binary1100100010100011110000011101110110010110101011000110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85170; }

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

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

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

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

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

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

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

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