#C85878

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

Shades of Cabaret #C85878

Tints of Cabaret #C85878

Color information

#C85878 (or 0xC85878) is unknown color: approx Cabaret. HEX triplet: C8, 58 and 78. RGB value is (200,88,120). Sum of RGB (Red+Green+Blue) = 200+88+120=408 (54% of max value = 765). Red value is 200 (78.52% from 255 or 49.02% from 408); Green value is 88 (34.77% from 255 or 21.57% from 408); Blue value is 120 (47.27% from 255 or 29.41% from 408); Max value from RGB is 200 - color contains mainly: red. Hex color #C85878 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85878 is #37A787. Grayscale: #7D7D7D. Windows color (decimal): -3647368 or 7887048. OLE color: 7887048.

HSL color Cylindrical-coordinate representation of color #C85878: hue angle of 342.86º degrees, saturation: 0.5, 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 #C85878 is Cyan = 0, Magento = 0.56, Yellow = 0.4 and Black (K on CMYK) = 0.22.

Color convert

RGB20088120-
CMYK00.560.40.22
HSL342.86º50.45%56.47%-
HSV(B)342.86º56%78.43%-
XYZ30.720.6120.13-
YUV125.14125.11181.4-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 49.02%
GREEN value IS 88 (34.77% from 255) = 21.57%
BLUE value IS 120 (47.27% from 255) = 29.41%
R=49.02%
G=21.57%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.4
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2008812000.560.40.22342.8650.4556.47
HexC8587803828161573238
Octal31013017007050265276270
Binary1100100010110001111000011100010100010110101010111110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85878; }

 p { color: rgb(200,88,120); }

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

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

 a { background-color: rgb(200,88,120); }

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

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

 span { border-color: rgb(200,88,120); }

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