Shades of Cabaret #C95167
Tints of Cabaret #C95167
RGB
CMYK
RGB Variations
Color information
#C95167 (or 0xC95167) is known color: Cabaret. HEX triplet: C9, 51 and 67. RGB value is (201,81,103). Sum of RGB (Red+Green+Blue) = 201+81+103=385 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.21% from 385); Green value is 81 (32.03% from 255 or 21.04% from 385); Blue value is 103 (40.62% from 255 or 26.75% from 385); Max value from RGB is 201 - color contains mainly: red. Hex color #C95167 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95167 is #36AE98. Grayscale: #777777. Windows color (decimal): -3583641 or 6771145. OLE color: 6771145.
HSL color Cylindrical-coordinate representation of color #C95167: hue angle of 349º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C95167 is Cyan = 0, Magento = 0.60, Yellow = 0.49 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 81 | 103 | - |
| CMYK | 0 | 0.60 | 0.49 | 0.21 |
| HSL | 349º | 0.53% | 0.55% | - |
| HSV(B) | 349º | 0.6% | 0.79% | - |
| XYZ | 29.48 | 19.28 | 15 | - |
| YUV | 119.39 | 118.76 | 186.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 81 | 103 | 0 | 0.60 | 0.49 | 0.21 | 349 | 0.53 | 0.55 |
| Hex | C9 | 51 | 67 | 0 | 3C | 31 | 15 | 15D | 35 | 37 |
| Octal | 311 | 121 | 147 | 0 | 74 | 61 | 25 | 535 | 65 | 67 |
| Binary | 11001001 | 1010001 | 1100111 | 0 | 111100 | 110001 | 10101 | 101011101 | 110101 | 110111 |
Color Harmonies of #C95167
Complementary color
Monochromatic Colors of #C95167
Black with #C95167
Text Example
Text Example
White with #C95167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95167; }
p { color: rgb(201,81,103); }
H1.HeaderClassName
{
color: #C95167;
}
.AnyTagClassName
{
color: #C95167;
}
</style>
background-color css
<style>
a { background-color: #C95167; }
a { background-color: rgb(201,81,103); }
div.DivClassName
{
background-color: #C95167;
}
.BgClassName
{
background-color: #C95167;
}
</style>
border-color css
<style>
span { border-color: #C95167; }
span { border-color: rgb(201,81,103); }
td.TdClassName
{
border-color: #C95167;
}
.TagClassName
{
border-color: #C95167;
}
</style>