Shades of Cabaret #C95270
Tints of Cabaret #C95270
RGB
CMYK
RGB Variations
Color information
#C95270 (or 0xC95270) is known color: Cabaret. HEX triplet: C9, 52 and 70. RGB value is (201,82,112). Sum of RGB (Red+Green+Blue) = 201+82+112=395 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.89% from 395); Green value is 82 (32.42% from 255 or 20.76% from 395); Blue value is 112 (44.14% from 255 or 28.35% from 395); Max value from RGB is 201 - color contains mainly: red. Hex color #C95270 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95270 is #36AD8F. Grayscale: #797979. Windows color (decimal): -3583376 or 7361225. OLE color: 7361225.
HSL color Cylindrical-coordinate representation of color #C95270: hue angle of 344.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 #C95270 is Cyan = 0, Magento = 0.59, Yellow = 0.44 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 82 | 112 | - |
| CMYK | 0 | 0.59 | 0.44 | 0.21 |
| HSL | 344.87º | 0.52% | 0.55% | - |
| HSV(B) | 344.87º | 0.59% | 0.79% | - |
| XYZ | 30.03 | 19.62 | 17.53 | - |
| YUV | 121 | 122.92 | 185.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 82 | 112 | 0 | 0.59 | 0.44 | 0.21 | 344.87 | 0.52 | 0.55 |
| Hex | C9 | 52 | 70 | 0 | 3B | 2C | 15 | 159 | 34 | 37 |
| Octal | 311 | 122 | 160 | 0 | 73 | 54 | 25 | 531 | 64 | 67 |
| Binary | 11001001 | 1010010 | 1110000 | 0 | 111011 | 101100 | 10101 | 101011001 | 110100 | 110111 |
Color Harmonies of #C95270
Complementary color
Monochromatic Colors of #C95270
Black with #C95270
Text Example
Text Example
White with #C95270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95270; }
p { color: rgb(201,82,112); }
H1.HeaderClassName
{
color: #C95270;
}
.AnyTagClassName
{
color: #C95270;
}
</style>
background-color css
<style>
a { background-color: #C95270; }
a { background-color: rgb(201,82,112); }
div.DivClassName
{
background-color: #C95270;
}
.BgClassName
{
background-color: #C95270;
}
</style>
border-color css
<style>
span { border-color: #C95270; }
span { border-color: rgb(201,82,112); }
td.TdClassName
{
border-color: #C95270;
}
.TagClassName
{
border-color: #C95270;
}
</style>