#C85771

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

Shades of Cabaret #C85771

Tints of Cabaret #C85771

Color information

#C85771 (or 0xC85771) is unknown color: approx Cabaret. HEX triplet: C8, 57 and 71. RGB value is (200,87,113). Sum of RGB (Red+Green+Blue) = 200+87+113=400 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50% from 400); Green value is 87 (34.38% from 255 or 21.75% from 400); Blue value is 113 (44.53% from 255 or 28.25% from 400); Max value from RGB is 200 - color contains mainly: red. Hex color #C85771 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85771 is #37A88E. Grayscale: #7B7B7B. Windows color (decimal): -3647631 or 7428040. OLE color: 7428040.

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

Color convert

RGB20087113-
CMYK00.560.440.22
HSL346.19º50.67%56.27%-
HSV(B)346.19º56.5%78.43%-
XYZ30.2120.2917.95-
YUV123.75121.94182.39-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 50%
GREEN value IS 87 (34.38% from 255) = 21.75%
BLUE value IS 113 (44.53% from 255) = 28.25%
R=50%
G=21.75%
B=28.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2008711300.560.440.22346.1950.6756.27
HexC857710382C1615a3338
Octal31012716107054265326370
Binary1100100010101111110001011100010110010110101011010110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85771; }

 p { color: rgb(200,87,113); }

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

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

 a { background-color: rgb(200,87,113); }

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

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

 span { border-color: rgb(200,87,113); }

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