Shades of Cabaret #C95272
Tints of Cabaret #C95272
RGB
CMYK
RGB Variations
Color information
#C95272 (or 0xC95272) is known color: Cabaret. HEX triplet: C9, 52 and 72. RGB value is (201,82,114). Sum of RGB (Red+Green+Blue) = 201+82+114=397 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.63% from 397); Green value is 82 (32.42% from 255 or 20.65% from 397); Blue value is 114 (44.92% from 255 or 28.72% from 397); Max value from RGB is 201 - color contains mainly: red. Hex color #C95272 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95272 is #36AD8D. Grayscale: #797979. Windows color (decimal): -3583374 or 7492297. OLE color: 7492297.
HSL color Cylindrical-coordinate representation of color #C95272: hue angle of 343.87º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C95272 is Cyan = 0, Magento = 0.59, Yellow = 0.43 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 82 | 114 | - |
| CMYK | 0 | 0.59 | 0.43 | 0.21 |
| HSL | 343.87º | 0.52% | 0.55% | - |
| HSV(B) | 343.87º | 0.59% | 0.79% | - |
| XYZ | 30.14 | 19.67 | 18.13 | - |
| YUV | 121.23 | 123.92 | 184.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 82 | 114 | 0 | 0.59 | 0.43 | 0.21 | 343.87 | 0.52 | 0.55 |
| Hex | C9 | 52 | 72 | 0 | 3B | 2B | 15 | 158 | 34 | 37 |
| Octal | 311 | 122 | 162 | 0 | 73 | 53 | 25 | 530 | 64 | 67 |
| Binary | 11001001 | 1010010 | 1110010 | 0 | 111011 | 101011 | 10101 | 101011000 | 110100 | 110111 |
Color Harmonies of #C95272
Complementary color
Monochromatic Colors of #C95272
Black with #C95272
Text Example
Text Example
White with #C95272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95272; }
p { color: rgb(201,82,114); }
H1.HeaderClassName
{
color: #C95272;
}
.AnyTagClassName
{
color: #C95272;
}
</style>
background-color css
<style>
a { background-color: #C95272; }
a { background-color: rgb(201,82,114); }
div.DivClassName
{
background-color: #C95272;
}
.BgClassName
{
background-color: #C95272;
}
</style>
border-color css
<style>
span { border-color: #C95272; }
span { border-color: rgb(201,82,114); }
td.TdClassName
{
border-color: #C95272;
}
.TagClassName
{
border-color: #C95272;
}
</style>