#c85b7c

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

Shades of Cabaret #C85B7C

Tints of Cabaret #C85B7C

Color information

#C85B7C (or 0xC85B7C) is unknown color: approx Cabaret. HEX triplet: C8, 5B and 7C. RGB value is (200,91,124). Sum of RGB (Red+Green+Blue) = 200+91+124=415 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.19% from 415); Green value is 91 (35.94% from 255 or 21.93% from 415); Blue value is 124 (48.83% from 255 or 29.88% from 415); Max value from RGB is 200 - color contains mainly: red. Hex color #C85B7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85B7C is #37A483. Grayscale: #7F7F7F. Windows color (decimal): -3646596 or 8149960. OLE color: 8149960.

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

Color convert

RGB20091124-
CMYK00.540.380.22
HSL341.83º49.77%57.06%-
HSV(B)341.83º54.5%78.43%-
XYZ31.221.2221.52-
YUV127.35126.11179.82-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 48.19%
GREEN value IS 91 (35.94% from 255) = 21.93%
BLUE value IS 124 (48.83% from 255) = 29.88%
R=48.19%
G=21.93%
B=29.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.38
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2009112400.540.380.22341.8349.7757.06
HexC85B7C03626161563239
Octal31013317406646265266271
Binary1100100010110111111100011011010011010110101010110110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c85b7c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c85b7c; }

 p { color: rgb(200,91,124); }

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

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

 a { background-color: rgb(200,91,124); }

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

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

 span { border-color: rgb(200,91,124); }

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