Shades of Cabaret #C85773
Tints of Cabaret #C85773
RGB
CMYK
RGB Variations
Color information
#C85773 (or 0xC85773) is known color: Cabaret. HEX triplet: C8, 57 and 73. RGB value is (200,87,115). Sum of RGB (Red+Green+Blue) = 200+87+115=402 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.75% from 402); Green value is 87 (34.38% from 255 or 21.64% from 402); Blue value is 115 (45.31% from 255 or 28.61% from 402); Max value from RGB is 200 - color contains mainly: red. Hex color #C85773 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85773 is #37A88C. Grayscale: #7B7B7B. Windows color (decimal): -3647629 or 7559112. OLE color: 7559112.
HSL color Cylindrical-coordinate representation of color #C85773: hue angle of 345.13º 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 #C85773 is Cyan = 0, Magento = 0.56, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 87 | 115 | - |
| CMYK | 0 | 0.56 | 0.42 | 0.22 |
| HSL | 345.13º | 0.51% | 0.56% | - |
| HSV(B) | 345.13º | 0.57% | 0.78% | - |
| XYZ | 30.32 | 20.33 | 18.55 | - |
| YUV | 123.98 | 122.94 | 182.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 87 | 115 | 0 | 0.56 | 0.42 | 0.22 | 345.13 | 0.51 | 0.56 |
| Hex | C8 | 57 | 73 | 0 | 38 | 2A | 16 | 159 | 33 | 38 |
| Octal | 310 | 127 | 163 | 0 | 70 | 52 | 26 | 531 | 63 | 70 |
| Binary | 11001000 | 1010111 | 1110011 | 0 | 111000 | 101010 | 10110 | 101011001 | 110011 | 111000 |
Color Harmonies of #C85773
Complementary color
Monochromatic Colors of #C85773
Black with #C85773
Text Example
Text Example
White with #C85773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85773; }
p { color: rgb(200,87,115); }
H1.HeaderClassName
{
color: #C85773;
}
.AnyTagClassName
{
color: #C85773;
}
</style>
background-color css
<style>
a { background-color: #C85773; }
a { background-color: rgb(200,87,115); }
div.DivClassName
{
background-color: #C85773;
}
.BgClassName
{
background-color: #C85773;
}
</style>
border-color css
<style>
span { border-color: #C85773; }
span { border-color: rgb(200,87,115); }
td.TdClassName
{
border-color: #C85773;
}
.TagClassName
{
border-color: #C85773;
}
</style>