Shades of Cabaret #C95A69
Tints of Cabaret #C95A69
RGB
CMYK
RGB Variations
Color information
#C95A69 (or 0xC95A69) is known color: Cabaret. HEX triplet: C9, 5A and 69. RGB value is (201,90,105). Sum of RGB (Red+Green+Blue) = 201+90+105=396 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.76% from 396); Green value is 90 (35.55% from 255 or 22.73% from 396); Blue value is 105 (41.41% from 255 or 26.52% from 396); Max value from RGB is 201 - color contains mainly: red. Hex color #C95A69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95A69 is #36A596. Grayscale: #7C7C7C. Windows color (decimal): -3581335 or 6904521. OLE color: 6904521.
HSL color Cylindrical-coordinate representation of color #C95A69: hue angle of 351.89º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C95A69 is Cyan = 0, Magento = 0.55, Yellow = 0.48 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 90 | 105 | - |
| CMYK | 0 | 0.55 | 0.48 | 0.21 |
| HSL | 351.89º | 0.51% | 0.57% | - |
| HSV(B) | 351.89º | 0.55% | 0.79% | - |
| XYZ | 30.29 | 20.75 | 15.77 | - |
| YUV | 124.9 | 116.77 | 182.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 90 | 105 | 0 | 0.55 | 0.48 | 0.21 | 351.89 | 0.51 | 0.57 |
| Hex | C9 | 5A | 69 | 0 | 37 | 30 | 15 | 160 | 33 | 39 |
| Octal | 311 | 132 | 151 | 0 | 67 | 60 | 25 | 540 | 63 | 71 |
| Binary | 11001001 | 1011010 | 1101001 | 0 | 110111 | 110000 | 10101 | 101100000 | 110011 | 111001 |
Color Harmonies of #C95A69
Complementary color
Monochromatic Colors of #C95A69
Black with #C95A69
Text Example
Text Example
White with #C95A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95A69; }
p { color: rgb(201,90,105); }
H1.HeaderClassName
{
color: #C95A69;
}
.AnyTagClassName
{
color: #C95A69;
}
</style>
background-color css
<style>
a { background-color: #C95A69; }
a { background-color: rgb(201,90,105); }
div.DivClassName
{
background-color: #C95A69;
}
.BgClassName
{
background-color: #C95A69;
}
</style>
border-color css
<style>
span { border-color: #C95A69; }
span { border-color: rgb(201,90,105); }
td.TdClassName
{
border-color: #C95A69;
}
.TagClassName
{
border-color: #C95A69;
}
</style>