Shades of Cabaret #C95C69
Tints of Cabaret #C95C69
RGB
CMYK
RGB Variations
Color information
#C95C69 (or 0xC95C69) is known color: Cabaret. HEX triplet: C9, 5C and 69. RGB value is (201,92,105). Sum of RGB (Red+Green+Blue) = 201+92+105=398 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.50% from 398); Green value is 92 (36.33% from 255 or 23.12% from 398); Blue value is 105 (41.41% from 255 or 26.38% from 398); Max value from RGB is 201 - color contains mainly: red. Hex color #C95C69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95C69 is #36A396. Grayscale: #7E7E7E. Windows color (decimal): -3580823 or 6905033. OLE color: 6905033.
HSL color Cylindrical-coordinate representation of color #C95C69: hue angle of 352.84º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C95C69 is Cyan = 0, Magento = 0.54, Yellow = 0.48 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 92 | 105 | - |
| CMYK | 0 | 0.54 | 0.48 | 0.21 |
| HSL | 352.84º | 0.5% | 0.57% | - |
| HSV(B) | 352.84º | 0.54% | 0.79% | - |
| XYZ | 30.46 | 21.09 | 15.83 | - |
| YUV | 126.07 | 116.11 | 181.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 92 | 105 | 0 | 0.54 | 0.48 | 0.21 | 352.84 | 0.5 | 0.57 |
| Hex | C9 | 5C | 69 | 0 | 36 | 30 | 15 | 161 | 32 | 39 |
| Octal | 311 | 134 | 151 | 0 | 66 | 60 | 25 | 541 | 62 | 71 |
| Binary | 11001001 | 1011100 | 1101001 | 0 | 110110 | 110000 | 10101 | 101100001 | 110010 | 111001 |
Color Harmonies of #C95C69
Complementary color
Monochromatic Colors of #C95C69
Black with #C95C69
Text Example
Text Example
White with #C95C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95C69; }
p { color: rgb(201,92,105); }
H1.HeaderClassName
{
color: #C95C69;
}
.AnyTagClassName
{
color: #C95C69;
}
</style>
background-color css
<style>
a { background-color: #C95C69; }
a { background-color: rgb(201,92,105); }
div.DivClassName
{
background-color: #C95C69;
}
.BgClassName
{
background-color: #C95C69;
}
</style>
border-color css
<style>
span { border-color: #C95C69; }
span { border-color: rgb(201,92,105); }
td.TdClassName
{
border-color: #C95C69;
}
.TagClassName
{
border-color: #C95C69;
}
</style>