#C85566

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

Shades of Cabaret #C85566

Tints of Cabaret #C85566

Color information

#C85566 (or 0xC85566) is unknown color: approx Cabaret. HEX triplet: C8, 55 and 66. RGB value is (200,85,102). Sum of RGB (Red+Green+Blue) = 200+85+102=387 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.68% from 387); Green value is 85 (33.59% from 255 or 21.96% from 387); Blue value is 102 (40.23% from 255 or 26.36% from 387); Max value from RGB is 200 - color contains mainly: red. Hex color #C85566 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85566 is #37AA99. Grayscale: #797979. Windows color (decimal): -3648154 or 6706632. OLE color: 6706632.

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

Color convert

RGB20085102-
CMYK00.580.490.22
HSL351.13º51.11%55.88%-
HSV(B)351.13º57.5%78.43%-
XYZ29.4719.7414.83-
YUV121.32117.1184.12-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 51.68%
GREEN value IS 85 (33.59% from 255) = 21.96%
BLUE value IS 102 (40.23% from 255) = 26.36%
R=51.68%
G=21.96%
B=26.36%

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
Decimal2008510200.580.490.22351.1351.1155.88
HexC8556603A311615f3338
Octal31012514607261265376370
Binary1100100010101011100110011101011000110110101011111110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85566; }

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

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

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

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

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

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

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

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