#C85568

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

Shades of Cabaret #C85568

Tints of Cabaret #C85568

Color information

#C85568 (or 0xC85568) is unknown color: approx Cabaret. HEX triplet: C8, 55 and 68. RGB value is (200,85,104). Sum of RGB (Red+Green+Blue) = 200+85+104=389 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.41% from 389); Green value is 85 (33.59% from 255 or 21.85% from 389); Blue value is 104 (41.02% from 255 or 26.74% from 389); Max value from RGB is 200 - color contains mainly: red. Hex color #C85568 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85568 is #37AA97. Grayscale: #797979. Windows color (decimal): -3648152 or 6837704. OLE color: 6837704.

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

Color convert

RGB20085104-
CMYK00.580.480.22
HSL350.09º51.11%55.88%-
HSV(B)350.09º57.5%78.43%-
XYZ29.5719.7815.36-
YUV121.55118.1183.96-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 51.41%
GREEN value IS 85 (33.59% from 255) = 21.85%
BLUE value IS 104 (41.02% from 255) = 26.74%
R=51.41%
G=21.85%
B=26.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.48
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2008510400.580.480.22350.0951.1155.88
HexC8556803A301615e3338
Octal31012515007260265366370
Binary1100100010101011101000011101011000010110101011110110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85568; }

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

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

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

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

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

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

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

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