Shades of Cabaret #C95165
Tints of Cabaret #C95165
RGB
CMYK
RGB Variations
Color information
#C95165 (or 0xC95165) is known color: Cabaret. HEX triplet: C9, 51 and 65. RGB value is (201,81,101). Sum of RGB (Red+Green+Blue) = 201+81+101=383 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.48% from 383); Green value is 81 (32.03% from 255 or 21.15% from 383); Blue value is 101 (39.84% from 255 or 26.37% from 383); Max value from RGB is 201 - color contains mainly: red. Hex color #C95165 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95165 is #36AE9A. Grayscale: #777777. Windows color (decimal): -3583643 or 6640073. OLE color: 6640073.
HSL color Cylindrical-coordinate representation of color #C95165: hue angle of 350º 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 #C95165 is Cyan = 0, Magento = 0.60, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 81 | 101 | - |
| CMYK | 0 | 0.60 | 0.50 | 0.21 |
| HSL | 350º | 0.53% | 0.55% | - |
| HSV(B) | 350º | 0.6% | 0.79% | - |
| XYZ | 29.38 | 19.24 | 14.48 | - |
| YUV | 119.16 | 117.76 | 186.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 81 | 101 | 0 | 0.60 | 0.50 | 0.21 | 350 | 0.53 | 0.55 |
| Hex | C9 | 51 | 65 | 0 | 3C | 32 | 15 | 15E | 35 | 37 |
| Octal | 311 | 121 | 145 | 0 | 74 | 62 | 25 | 536 | 65 | 67 |
| Binary | 11001001 | 1010001 | 1100101 | 0 | 111100 | 110010 | 10101 | 101011110 | 110101 | 110111 |
Color Harmonies of #C95165
Complementary color
Monochromatic Colors of #C95165
Black with #C95165
Text Example
Text Example
White with #C95165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95165; }
p { color: rgb(201,81,101); }
H1.HeaderClassName
{
color: #C95165;
}
.AnyTagClassName
{
color: #C95165;
}
</style>
background-color css
<style>
a { background-color: #C95165; }
a { background-color: rgb(201,81,101); }
div.DivClassName
{
background-color: #C95165;
}
.BgClassName
{
background-color: #C95165;
}
</style>
border-color css
<style>
span { border-color: #C95165; }
span { border-color: rgb(201,81,101); }
td.TdClassName
{
border-color: #C95165;
}
.TagClassName
{
border-color: #C95165;
}
</style>