Shades of Cabaret #C85766
Tints of Cabaret #C85766
RGB
CMYK
RGB Variations
Color information
#C85766 (or 0xC85766) is known color: Cabaret. HEX triplet: C8, 57 and 66. RGB value is (200,87,102). Sum of RGB (Red+Green+Blue) = 200+87+102=389 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.41% from 389); Green value is 87 (34.38% from 255 or 22.37% from 389); Blue value is 102 (40.23% from 255 or 26.22% from 389); Max value from RGB is 200 - color contains mainly: red. Hex color #C85766 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85766 is #37A899. Grayscale: #7A7A7A. Windows color (decimal): -3647642 or 6707144. OLE color: 6707144.
HSL color Cylindrical-coordinate representation of color #C85766: hue angle of 352.04º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C85766 is Cyan = 0, Magento = 0.56, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 87 | 102 | - |
| CMYK | 0 | 0.56 | 0.49 | 0.22 |
| HSL | 352.04º | 0.51% | 0.56% | - |
| HSV(B) | 352.04º | 0.57% | 0.78% | - |
| XYZ | 29.63 | 20.06 | 14.88 | - |
| YUV | 122.5 | 116.44 | 183.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 87 | 102 | 0 | 0.56 | 0.49 | 0.22 | 352.04 | 0.51 | 0.56 |
| Hex | C8 | 57 | 66 | 0 | 38 | 31 | 16 | 160 | 33 | 38 |
| Octal | 310 | 127 | 146 | 0 | 70 | 61 | 26 | 540 | 63 | 70 |
| Binary | 11001000 | 1010111 | 1100110 | 0 | 111000 | 110001 | 10110 | 101100000 | 110011 | 111000 |
Color Harmonies of #C85766
Complementary color
Monochromatic Colors of #C85766
Black with #C85766
Text Example
Text Example
White with #C85766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85766; }
p { color: rgb(200,87,102); }
H1.HeaderClassName
{
color: #C85766;
}
.AnyTagClassName
{
color: #C85766;
}
</style>
background-color css
<style>
a { background-color: #C85766; }
a { background-color: rgb(200,87,102); }
div.DivClassName
{
background-color: #C85766;
}
.BgClassName
{
background-color: #C85766;
}
</style>
border-color css
<style>
span { border-color: #C85766; }
span { border-color: rgb(200,87,102); }
td.TdClassName
{
border-color: #C85766;
}
.TagClassName
{
border-color: #C85766;
}
</style>