Shades of Cabaret #C95572
Tints of Cabaret #C95572
RGB
CMYK
RGB Variations
Color information
#C95572 (or 0xC95572) is known color: Cabaret. HEX triplet: C9, 55 and 72. RGB value is (201,85,114). Sum of RGB (Red+Green+Blue) = 201+85+114=400 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.25% from 400); Green value is 85 (33.59% from 255 or 21.25% from 400); Blue value is 114 (44.92% from 255 or 28.5% from 400); Max value from RGB is 201 - color contains mainly: red. Hex color #C95572 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95572 is #36AA8D. Grayscale: #7A7A7A. Windows color (decimal): -3582606 or 7493065. OLE color: 7493065.
HSL color Cylindrical-coordinate representation of color #C95572: hue angle of 345º 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 #C95572 is Cyan = 0, Magento = 0.58, Yellow = 0.43 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 85 | 114 | - |
| CMYK | 0 | 0.58 | 0.43 | 0.21 |
| HSL | 345º | 0.52% | 0.56% | - |
| HSV(B) | 345º | 0.58% | 0.79% | - |
| XYZ | 30.37 | 20.13 | 18.2 | - |
| YUV | 122.99 | 122.93 | 183.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 85 | 114 | 0 | 0.58 | 0.43 | 0.21 | 345 | 0.52 | 0.56 |
| Hex | C9 | 55 | 72 | 0 | 3A | 2B | 15 | 159 | 34 | 38 |
| Octal | 311 | 125 | 162 | 0 | 72 | 53 | 25 | 531 | 64 | 70 |
| Binary | 11001001 | 1010101 | 1110010 | 0 | 111010 | 101011 | 10101 | 101011001 | 110100 | 111000 |
Color Harmonies of #C95572
Complementary color
Monochromatic Colors of #C95572
Black with #C95572
Text Example
Text Example
White with #C95572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95572; }
p { color: rgb(201,85,114); }
H1.HeaderClassName
{
color: #C95572;
}
.AnyTagClassName
{
color: #C95572;
}
</style>
background-color css
<style>
a { background-color: #C95572; }
a { background-color: rgb(201,85,114); }
div.DivClassName
{
background-color: #C95572;
}
.BgClassName
{
background-color: #C95572;
}
</style>
border-color css
<style>
span { border-color: #C95572; }
span { border-color: rgb(201,85,114); }
td.TdClassName
{
border-color: #C95572;
}
.TagClassName
{
border-color: #C95572;
}
</style>