Shades of Cabaret #C85A76
Tints of Cabaret #C85A76
RGB
CMYK
RGB Variations
Color information
#C85A76 (or 0xC85A76) is known color: Cabaret. HEX triplet: C8, 5A and 76. RGB value is (200,90,118). Sum of RGB (Red+Green+Blue) = 200+90+118=408 (54% of max value = 765). Red value is 200 (78.52% from 255 or 49.02% from 408); Green value is 90 (35.55% from 255 or 22.06% from 408); Blue value is 118 (46.48% from 255 or 28.92% from 408); Max value from RGB is 200 - color contains mainly: red. Hex color #C85A76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85A76 is #37A589. Grayscale: #7E7E7E. Windows color (decimal): -3646858 or 7756488. OLE color: 7756488.
HSL color Cylindrical-coordinate representation of color #C85A76: hue angle of 344.73º 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 #C85A76 is Cyan = 0, Magento = 0.55, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 90 | 118 | - |
| CMYK | 0 | 0.55 | 0.41 | 0.22 |
| HSL | 344.73º | 0.5% | 0.57% | - |
| HSV(B) | 344.73º | 0.55% | 0.78% | - |
| XYZ | 30.75 | 20.9 | 19.55 | - |
| YUV | 126.08 | 123.44 | 180.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 90 | 118 | 0 | 0.55 | 0.41 | 0.22 | 344.73 | 0.5 | 0.57 |
| Hex | C8 | 5A | 76 | 0 | 37 | 29 | 16 | 159 | 32 | 39 |
| Octal | 310 | 132 | 166 | 0 | 67 | 51 | 26 | 531 | 62 | 71 |
| Binary | 11001000 | 1011010 | 1110110 | 0 | 110111 | 101001 | 10110 | 101011001 | 110010 | 111001 |
Color Harmonies of #C85A76
Complementary color
Monochromatic Colors of #C85A76
Black with #C85A76
Text Example
Text Example
White with #C85A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85A76; }
p { color: rgb(200,90,118); }
H1.HeaderClassName
{
color: #C85A76;
}
.AnyTagClassName
{
color: #C85A76;
}
</style>
background-color css
<style>
a { background-color: #C85A76; }
a { background-color: rgb(200,90,118); }
div.DivClassName
{
background-color: #C85A76;
}
.BgClassName
{
background-color: #C85A76;
}
</style>
border-color css
<style>
span { border-color: #C85A76; }
span { border-color: rgb(200,90,118); }
td.TdClassName
{
border-color: #C85A76;
}
.TagClassName
{
border-color: #C85A76;
}
</style>