Shades of Cabaret #C95C79
Tints of Cabaret #C95C79
RGB
CMYK
RGB Variations
Color information
#C95C79 (or 0xC95C79) is known color: Cabaret. HEX triplet: C9, 5C and 79. RGB value is (201,92,121). Sum of RGB (Red+Green+Blue) = 201+92+121=414 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.55% from 414); Green value is 92 (36.33% from 255 or 22.22% from 414); Blue value is 121 (47.66% from 255 or 29.23% from 414); Max value from RGB is 201 - color contains mainly: red. Hex color #C95C79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95C79 is #36A386. Grayscale: #7F7F7F. Windows color (decimal): -3580807 or 7953609. OLE color: 7953609.
HSL color Cylindrical-coordinate representation of color #C95C79: hue angle of 344.04º 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 #C95C79 is Cyan = 0, Magento = 0.54, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 92 | 121 | - |
| CMYK | 0 | 0.54 | 0.40 | 0.21 |
| HSL | 344.04º | 0.5% | 0.57% | - |
| HSV(B) | 344.04º | 0.54% | 0.79% | - |
| XYZ | 31.37 | 21.45 | 20.58 | - |
| YUV | 127.9 | 124.11 | 180.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 92 | 121 | 0 | 0.54 | 0.40 | 0.21 | 344.04 | 0.5 | 0.57 |
| Hex | C9 | 5C | 79 | 0 | 36 | 28 | 15 | 158 | 32 | 39 |
| Octal | 311 | 134 | 171 | 0 | 66 | 50 | 25 | 530 | 62 | 71 |
| Binary | 11001001 | 1011100 | 1111001 | 0 | 110110 | 101000 | 10101 | 101011000 | 110010 | 111001 |
Color Harmonies of #C95C79
Complementary color
Monochromatic Colors of #C95C79
Black with #C95C79
Text Example
Text Example
White with #C95C79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95C79; }
p { color: rgb(201,92,121); }
H1.HeaderClassName
{
color: #C95C79;
}
.AnyTagClassName
{
color: #C95C79;
}
</style>
background-color css
<style>
a { background-color: #C95C79; }
a { background-color: rgb(201,92,121); }
div.DivClassName
{
background-color: #C95C79;
}
.BgClassName
{
background-color: #C95C79;
}
</style>
border-color css
<style>
span { border-color: #C95C79; }
span { border-color: rgb(201,92,121); }
td.TdClassName
{
border-color: #C95C79;
}
.TagClassName
{
border-color: #C95C79;
}
</style>