Shades of Cabaret #C85A66
Tints of Cabaret #C85A66
RGB
CMYK
RGB Variations
Color information
#C85A66 (or 0xC85A66) is known color: Cabaret. HEX triplet: C8, 5A and 66. RGB value is (200,90,102). Sum of RGB (Red+Green+Blue) = 200+90+102=392 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.02% from 392); Green value is 90 (35.55% from 255 or 22.96% from 392); Blue value is 102 (40.23% from 255 or 26.02% from 392); Max value from RGB is 200 - color contains mainly: red. Hex color #C85A66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85A66 is #37A599. Grayscale: #7C7C7C. Windows color (decimal): -3646874 or 6707912. OLE color: 6707912.
HSL color Cylindrical-coordinate representation of color #C85A66: hue angle of 353.45º 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 #C85A66 is Cyan = 0, Magento = 0.55, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 90 | 102 | - |
| CMYK | 0 | 0.55 | 0.49 | 0.22 |
| HSL | 353.45º | 0.5% | 0.57% | - |
| HSV(B) | 353.45º | 0.55% | 0.78% | - |
| XYZ | 29.87 | 20.55 | 14.96 | - |
| YUV | 124.26 | 115.44 | 182.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 90 | 102 | 0 | 0.55 | 0.49 | 0.22 | 353.45 | 0.5 | 0.57 |
| Hex | C8 | 5A | 66 | 0 | 37 | 31 | 16 | 161 | 32 | 39 |
| Octal | 310 | 132 | 146 | 0 | 67 | 61 | 26 | 541 | 62 | 71 |
| Binary | 11001000 | 1011010 | 1100110 | 0 | 110111 | 110001 | 10110 | 101100001 | 110010 | 111001 |
Color Harmonies of #C85A66
Complementary color
Monochromatic Colors of #C85A66
Black with #C85A66
Text Example
Text Example
White with #C85A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85A66; }
p { color: rgb(200,90,102); }
H1.HeaderClassName
{
color: #C85A66;
}
.AnyTagClassName
{
color: #C85A66;
}
</style>
background-color css
<style>
a { background-color: #C85A66; }
a { background-color: rgb(200,90,102); }
div.DivClassName
{
background-color: #C85A66;
}
.BgClassName
{
background-color: #C85A66;
}
</style>
border-color css
<style>
span { border-color: #C85A66; }
span { border-color: rgb(200,90,102); }
td.TdClassName
{
border-color: #C85A66;
}
.TagClassName
{
border-color: #C85A66;
}
</style>