Shades of Cabaret #C85A69
Tints of Cabaret #C85A69
RGB
CMYK
RGB Variations
Color information
#C85A69 (or 0xC85A69) is known color: Cabaret. HEX triplet: C8, 5A and 69. RGB value is (200,90,105). Sum of RGB (Red+Green+Blue) = 200+90+105=395 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.63% from 395); Green value is 90 (35.55% from 255 or 22.78% from 395); Blue value is 105 (41.41% from 255 or 26.58% from 395); Max value from RGB is 200 - color contains mainly: red. Hex color #C85A69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85A69 is #37A596. Grayscale: #7C7C7C. Windows color (decimal): -3646871 or 6904520. OLE color: 6904520.
HSL color Cylindrical-coordinate representation of color #C85A69: hue angle of 351.82º 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 #C85A69 is Cyan = 0, Magento = 0.55, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 90 | 105 | - |
| CMYK | 0 | 0.55 | 0.48 | 0.22 |
| HSL | 351.82º | 0.5% | 0.57% | - |
| HSV(B) | 351.82º | 0.55% | 0.78% | - |
| XYZ | 30.03 | 20.61 | 15.76 | - |
| YUV | 124.6 | 116.94 | 181.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 90 | 105 | 0 | 0.55 | 0.48 | 0.22 | 351.82 | 0.5 | 0.57 |
| Hex | C8 | 5A | 69 | 0 | 37 | 30 | 16 | 160 | 32 | 39 |
| Octal | 310 | 132 | 151 | 0 | 67 | 60 | 26 | 540 | 62 | 71 |
| Binary | 11001000 | 1011010 | 1101001 | 0 | 110111 | 110000 | 10110 | 101100000 | 110010 | 111001 |
Color Harmonies of #C85A69
Complementary color
Monochromatic Colors of #C85A69
Black with #C85A69
Text Example
Text Example
White with #C85A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85A69; }
p { color: rgb(200,90,105); }
H1.HeaderClassName
{
color: #C85A69;
}
.AnyTagClassName
{
color: #C85A69;
}
</style>
background-color css
<style>
a { background-color: #C85A69; }
a { background-color: rgb(200,90,105); }
div.DivClassName
{
background-color: #C85A69;
}
.BgClassName
{
background-color: #C85A69;
}
</style>
border-color css
<style>
span { border-color: #C85A69; }
span { border-color: rgb(200,90,105); }
td.TdClassName
{
border-color: #C85A69;
}
.TagClassName
{
border-color: #C85A69;
}
</style>