#C85B76

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

Shades of Cabaret #C85B76

Tints of Cabaret #C85B76

Color information

#C85B76 (or 0xC85B76) is unknown color: approx Cabaret. HEX triplet: C8, 5B and 76. RGB value is (200,91,118). Sum of RGB (Red+Green+Blue) = 200+91+118=409 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.90% from 409); Green value is 91 (35.94% from 255 or 22.25% from 409); Blue value is 118 (46.48% from 255 or 28.85% from 409); Max value from RGB is 200 - color contains mainly: red. Hex color #C85B76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85B76 is #37A489. Grayscale: #7E7E7E. Windows color (decimal): -3646602 or 7756744. OLE color: 7756744.

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

Color convert

RGB20091118-
CMYK00.540.410.22
HSL345.14º49.77%57.06%-
HSV(B)345.14º54.5%78.43%-
XYZ30.8321.0719.58-
YUV126.67123.11180.3-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 48.90%
GREEN value IS 91 (35.94% from 255) = 22.25%
BLUE value IS 118 (46.48% from 255) = 28.85%
R=48.90%
G=22.25%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.41
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2009111800.540.410.22345.1449.7757.06
HexC85B7603629161593239
Octal31013316606651265316271
Binary1100100010110111110110011011010100110110101011001110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85B76; }

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

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

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

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

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

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

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

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