#C85565

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

Shades of Cabaret #C85565

Tints of Cabaret #C85565

Color information

#C85565 (or 0xC85565) is unknown color: approx Cabaret. HEX triplet: C8, 55 and 65. RGB value is (200,85,101). Sum of RGB (Red+Green+Blue) = 200+85+101=386 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.81% from 386); Green value is 85 (33.59% from 255 or 22.02% from 386); Blue value is 101 (39.84% from 255 or 26.17% from 386); Max value from RGB is 200 - color contains mainly: red. Hex color #C85565 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85565 is #37AA9A. Grayscale: #797979. Windows color (decimal): -3648155 or 6641096. OLE color: 6641096.

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

Color convert

RGB20085101-
CMYK00.580.490.22
HSL351.65º51.11%55.88%-
HSV(B)351.65º57.5%78.43%-
XYZ29.4219.7214.57-
YUV121.21116.6184.2-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 51.81%
GREEN value IS 85 (33.59% from 255) = 22.02%
BLUE value IS 101 (39.84% from 255) = 26.17%
R=51.81%
G=22.02%
B=26.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.49
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2008510100.580.490.22351.6551.1155.88
HexC8556503A31161603338
Octal31012514507261265406370
Binary1100100010101011100101011101011000110110101100000110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85565; }

 p { color: rgb(200,85,101); }

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

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

 a { background-color: rgb(200,85,101); }

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

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

 span { border-color: rgb(200,85,101); }

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