#C85B77

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

Shades of Cabaret #C85B77

Tints of Cabaret #C85B77

Color information

#C85B77 (or 0xC85B77) is unknown color: approx Cabaret. HEX triplet: C8, 5B and 77. RGB value is (200,91,119). Sum of RGB (Red+Green+Blue) = 200+91+119=410 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.78% from 410); Green value is 91 (35.94% from 255 or 22.20% from 410); Blue value is 119 (46.88% from 255 or 29.02% from 410); Max value from RGB is 200 - color contains mainly: red. Hex color #C85B77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85B77 is #37A488. Grayscale: #7E7E7E. Windows color (decimal): -3646601 or 7822280. OLE color: 7822280.

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

Color convert

RGB20091119-
CMYK00.540.400.22
HSL344.59º49.77%57.06%-
HSV(B)344.59º54.5%78.43%-
XYZ30.8921.0919.9-
YUV126.78123.61180.22-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 48.78%
GREEN value IS 91 (35.94% from 255) = 22.20%
BLUE value IS 119 (46.88% from 255) = 29.02%
R=48.78%
G=22.20%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.40
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2009111900.540.400.22344.5949.7757.06
HexC85B7703628161593239
Octal31013316706650265316271
Binary1100100010110111110111011011010100010110101011001110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85B77; }

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

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

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

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

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

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

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

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