Shades of Cabaret #C95472
Tints of Cabaret #C95472
RGB
CMYK
RGB Variations
Color information
#C95472 (or 0xC95472) is known color: Cabaret. HEX triplet: C9, 54 and 72. RGB value is (201,84,114). Sum of RGB (Red+Green+Blue) = 201+84+114=399 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.38% from 399); Green value is 84 (33.20% from 255 or 21.05% from 399); Blue value is 114 (44.92% from 255 or 28.57% from 399); Max value from RGB is 201 - color contains mainly: red. Hex color #C95472 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95472 is #36AB8D. Grayscale: #7A7A7A. Windows color (decimal): -3582862 or 7492809. OLE color: 7492809.
HSL color Cylindrical-coordinate representation of color #C95472: hue angle of 344.62º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C95472 is Cyan = 0, Magento = 0.58, Yellow = 0.43 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 84 | 114 | - |
| CMYK | 0 | 0.58 | 0.43 | 0.21 |
| HSL | 344.62º | 0.52% | 0.56% | - |
| HSV(B) | 344.62º | 0.58% | 0.79% | - |
| XYZ | 30.29 | 19.97 | 18.18 | - |
| YUV | 122.4 | 123.26 | 184.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 84 | 114 | 0 | 0.58 | 0.43 | 0.21 | 344.62 | 0.52 | 0.56 |
| Hex | C9 | 54 | 72 | 0 | 3A | 2B | 15 | 159 | 34 | 38 |
| Octal | 311 | 124 | 162 | 0 | 72 | 53 | 25 | 531 | 64 | 70 |
| Binary | 11001001 | 1010100 | 1110010 | 0 | 111010 | 101011 | 10101 | 101011001 | 110100 | 111000 |
Color Harmonies of #C95472
Complementary color
Monochromatic Colors of #C95472
Black with #C95472
Text Example
Text Example
White with #C95472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95472; }
p { color: rgb(201,84,114); }
H1.HeaderClassName
{
color: #C95472;
}
.AnyTagClassName
{
color: #C95472;
}
</style>
background-color css
<style>
a { background-color: #C95472; }
a { background-color: rgb(201,84,114); }
div.DivClassName
{
background-color: #C95472;
}
.BgClassName
{
background-color: #C95472;
}
</style>
border-color css
<style>
span { border-color: #C95472; }
span { border-color: rgb(201,84,114); }
td.TdClassName
{
border-color: #C95472;
}
.TagClassName
{
border-color: #C95472;
}
</style>