Shades of Cabaret #C85769
Tints of Cabaret #C85769
RGB
CMYK
RGB Variations
Color information
#C85769 (or 0xC85769) is known color: Cabaret. HEX triplet: C8, 57 and 69. RGB value is (200,87,105). Sum of RGB (Red+Green+Blue) = 200+87+105=392 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.02% from 392); Green value is 87 (34.38% from 255 or 22.19% from 392); Blue value is 105 (41.41% from 255 or 26.79% from 392); Max value from RGB is 200 - color contains mainly: red. Hex color #C85769 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85769 is #37A896. Grayscale: #7A7A7A. Windows color (decimal): -3647639 or 6903752. OLE color: 6903752.
HSL color Cylindrical-coordinate representation of color #C85769: hue angle of 350.44º 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 #C85769 is Cyan = 0, Magento = 0.56, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 87 | 105 | - |
| CMYK | 0 | 0.56 | 0.48 | 0.22 |
| HSL | 350.44º | 0.51% | 0.56% | - |
| HSV(B) | 350.44º | 0.57% | 0.78% | - |
| XYZ | 29.78 | 20.12 | 15.68 | - |
| YUV | 122.84 | 117.94 | 183.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 87 | 105 | 0 | 0.56 | 0.48 | 0.22 | 350.44 | 0.51 | 0.56 |
| Hex | C8 | 57 | 69 | 0 | 38 | 30 | 16 | 15E | 33 | 38 |
| Octal | 310 | 127 | 151 | 0 | 70 | 60 | 26 | 536 | 63 | 70 |
| Binary | 11001000 | 1010111 | 1101001 | 0 | 111000 | 110000 | 10110 | 101011110 | 110011 | 111000 |
Color Harmonies of #C85769
Complementary color
Monochromatic Colors of #C85769
Black with #C85769
Text Example
Text Example
White with #C85769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85769; }
p { color: rgb(200,87,105); }
H1.HeaderClassName
{
color: #C85769;
}
.AnyTagClassName
{
color: #C85769;
}
</style>
background-color css
<style>
a { background-color: #C85769; }
a { background-color: rgb(200,87,105); }
div.DivClassName
{
background-color: #C85769;
}
.BgClassName
{
background-color: #C85769;
}
</style>
border-color css
<style>
span { border-color: #C85769; }
span { border-color: rgb(200,87,105); }
td.TdClassName
{
border-color: #C85769;
}
.TagClassName
{
border-color: #C85769;
}
</style>