#C85D78

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

Shades of Cabaret #C85D78

Tints of Cabaret #C85D78

Color information

#C85D78 (or 0xC85D78) is unknown color: approx Cabaret. HEX triplet: C8, 5D and 78. RGB value is (200,93,120). Sum of RGB (Red+Green+Blue) = 200+93+120=413 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.43% from 413); Green value is 93 (36.72% from 255 or 22.52% from 413); Blue value is 120 (47.27% from 255 or 29.06% from 413); Max value from RGB is 200 - color contains mainly: red. Hex color #C85D78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85D78 is #37A287. Grayscale: #808080. Windows color (decimal): -3646088 or 7888328. OLE color: 7888328.

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

Color convert

RGB20093120-
CMYK00.540.40.22
HSL344.86º49.31%57.45%-
HSV(B)344.86º53.5%78.43%-
XYZ31.1221.4620.27-
YUV128.07123.45179.3-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 48.43%
GREEN value IS 93 (36.72% from 255) = 22.52%
BLUE value IS 120 (47.27% from 255) = 29.06%
R=48.43%
G=22.52%
B=29.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.4
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2009312000.540.40.22344.8649.3157.45
HexC85D7803628161593139
Octal31013517006650265316171
Binary1100100010111011111000011011010100010110101011001110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85D78; }

 p { color: rgb(200,93,120); }

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

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

 a { background-color: rgb(200,93,120); }

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

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

 span { border-color: rgb(200,93,120); }

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