Shades of Cabaret #C95466
Tints of Cabaret #C95466
RGB
CMYK
RGB Variations
Color information
#C95466 (or 0xC95466) is known color: Cabaret. HEX triplet: C9, 54 and 66. RGB value is (201,84,102). Sum of RGB (Red+Green+Blue) = 201+84+102=387 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.94% from 387); Green value is 84 (33.20% from 255 or 21.71% from 387); Blue value is 102 (40.23% from 255 or 26.36% from 387); Max value from RGB is 201 - color contains mainly: red. Hex color #C95466 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95466 is #36AB99. Grayscale: #797979. Windows color (decimal): -3582874 or 6706377. OLE color: 6706377.
HSL color Cylindrical-coordinate representation of color #C95466: hue angle of 350.77º 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 #C95466 is Cyan = 0, Magento = 0.58, Yellow = 0.49 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 84 | 102 | - |
| CMYK | 0 | 0.58 | 0.49 | 0.21 |
| HSL | 350.77º | 0.52% | 0.56% | - |
| HSV(B) | 350.77º | 0.58% | 0.79% | - |
| XYZ | 29.66 | 19.72 | 14.81 | - |
| YUV | 121.04 | 117.26 | 185.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 84 | 102 | 0 | 0.58 | 0.49 | 0.21 | 350.77 | 0.52 | 0.56 |
| Hex | C9 | 54 | 66 | 0 | 3A | 31 | 15 | 15F | 34 | 38 |
| Octal | 311 | 124 | 146 | 0 | 72 | 61 | 25 | 537 | 64 | 70 |
| Binary | 11001001 | 1010100 | 1100110 | 0 | 111010 | 110001 | 10101 | 101011111 | 110100 | 111000 |
Color Harmonies of #C95466
Complementary color
Monochromatic Colors of #C95466
Black with #C95466
Text Example
Text Example
White with #C95466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95466; }
p { color: rgb(201,84,102); }
H1.HeaderClassName
{
color: #C95466;
}
.AnyTagClassName
{
color: #C95466;
}
</style>
background-color css
<style>
a { background-color: #C95466; }
a { background-color: rgb(201,84,102); }
div.DivClassName
{
background-color: #C95466;
}
.BgClassName
{
background-color: #C95466;
}
</style>
border-color css
<style>
span { border-color: #C95466; }
span { border-color: rgb(201,84,102); }
td.TdClassName
{
border-color: #C95466;
}
.TagClassName
{
border-color: #C95466;
}
</style>