#C85972

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

Shades of Cabaret #C85972

Tints of Cabaret #C85972

Color information

#C85972 (or 0xC85972) is unknown color: approx Cabaret. HEX triplet: C8, 59 and 72. RGB value is (200,89,114). Sum of RGB (Red+Green+Blue) = 200+89+114=403 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.63% from 403); Green value is 89 (35.16% from 255 or 22.08% from 403); Blue value is 114 (44.92% from 255 or 28.29% from 403); Max value from RGB is 200 - color contains mainly: red. Hex color #C85972 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85972 is #37A68D. Grayscale: #7D7D7D. Windows color (decimal): -3647118 or 7494088. OLE color: 7494088.

HSL color Cylindrical-coordinate representation of color #C85972: hue angle of 346.49º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C85972 is Cyan = 0, Magento = 0.56, Yellow = 0.43 and Black (K on CMYK) = 0.22.

Color convert

RGB20089114-
CMYK00.560.430.22
HSL346.49º50.23%56.67%-
HSV(B)346.49º55.5%78.43%-
XYZ30.4320.6418.3-
YUV125.04121.77181.47-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 49.63%
GREEN value IS 89 (35.16% from 255) = 22.08%
BLUE value IS 114 (44.92% from 255) = 28.29%
R=49.63%
G=22.08%
B=28.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.43
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2008911400.560.430.22346.4950.2356.67
HexC859720382B1615a3239
Octal31013116207053265326271
Binary1100100010110011110010011100010101110110101011010110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85972; }

 p { color: rgb(200,89,114); }

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

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

 a { background-color: rgb(200,89,114); }

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

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

 span { border-color: rgb(200,89,114); }

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