#C85867

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

Shades of Cabaret #C85867

Tints of Cabaret #C85867

Color information

#C85867 (or 0xC85867) is unknown color: approx Cabaret. HEX triplet: C8, 58 and 67. RGB value is (200,88,103). Sum of RGB (Red+Green+Blue) = 200+88+103=391 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.15% from 391); Green value is 88 (34.77% from 255 or 22.51% from 391); Blue value is 103 (40.62% from 255 or 26.34% from 391); Max value from RGB is 200 - color contains mainly: red. Hex color #C85867 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85867 is #37A798. Grayscale: #7B7B7B. Windows color (decimal): -3647385 or 6772936. OLE color: 6772936.

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

Color convert

RGB20088103-
CMYK00.560.480.22
HSL351.96º50.45%56.47%-
HSV(B)351.96º56%78.43%-
XYZ29.7620.2415.17-
YUV123.2116.61182.78-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 51.15%
GREEN value IS 88 (34.77% from 255) = 22.51%
BLUE value IS 103 (40.62% from 255) = 26.34%
R=51.15%
G=22.51%
B=26.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.48
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2008810300.560.480.22351.9650.4556.47
HexC8586703830161603238
Octal31013014707060265406270
Binary1100100010110001100111011100011000010110101100000110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85867; }

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

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

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

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

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

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

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

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