#C85064

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

Shades of Cabaret #C85064

Tints of Cabaret #C85064

Color information

#C85064 (or 0xC85064) is unknown color: approx Cabaret. HEX triplet: C8, 50 and 64. RGB value is (200,80,100). Sum of RGB (Red+Green+Blue) = 200+80+100=380 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.63% from 380); Green value is 80 (31.64% from 255 or 21.05% from 380); Blue value is 100 (39.45% from 255 or 26.32% from 380); Max value from RGB is 200 - color contains mainly: red. Hex color #C85064 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85064 is #37AF9B. Grayscale: #767676. Windows color (decimal): -3649436 or 6574280. OLE color: 6574280.

HSL color Cylindrical-coordinate representation of color #C85064: hue angle of 350º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C85064 is Cyan = 0, Magento = 0.6, Yellow = 0.5 and Black (K on CMYK) = 0.22.

Color convert

RGB20080100-
CMYK00.60.50.22
HSL350º52.17%54.9%-
HSV(B)350º60%78.43%-
XYZ28.9918.9414.18-
YUV118.16117.76186.37-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 52.63%
GREEN value IS 80 (31.64% from 255) = 21.05%
BLUE value IS 100 (39.45% from 255) = 26.32%
R=52.63%
G=21.05%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.5
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2008010000.60.50.2235052.1754.9
HexC8506403C321615e3437
Octal31012014407462265366467
Binary1100100010100001100100011110011001010110101011110110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85064; }

 p { color: rgb(200,80,100); }

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

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

 a { background-color: rgb(200,80,100); }

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

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

 span { border-color: rgb(200,80,100); }

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