Shades of Cabaret #C95266
Tints of Cabaret #C95266
RGB
CMYK
RGB Variations
Color information
#C95266 (or 0xC95266) is known color: Cabaret. HEX triplet: C9, 52 and 66. RGB value is (201,82,102). Sum of RGB (Red+Green+Blue) = 201+82+102=385 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.21% from 385); Green value is 82 (32.42% from 255 or 21.30% from 385); Blue value is 102 (40.23% from 255 or 26.49% from 385); Max value from RGB is 201 - color contains mainly: red. Hex color #C95266 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95266 is #36AD99. Grayscale: #777777. Windows color (decimal): -3583386 or 6705865. OLE color: 6705865.
HSL color Cylindrical-coordinate representation of color #C95266: hue angle of 349.92º 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 #C95266 is Cyan = 0, Magento = 0.59, Yellow = 0.49 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 82 | 102 | - |
| CMYK | 0 | 0.59 | 0.49 | 0.21 |
| HSL | 349.92º | 0.52% | 0.55% | - |
| HSV(B) | 349.92º | 0.59% | 0.79% | - |
| XYZ | 29.5 | 19.41 | 14.76 | - |
| YUV | 119.86 | 117.92 | 185.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 82 | 102 | 0 | 0.59 | 0.49 | 0.21 | 349.92 | 0.52 | 0.55 |
| Hex | C9 | 52 | 66 | 0 | 3B | 31 | 15 | 15E | 34 | 37 |
| Octal | 311 | 122 | 146 | 0 | 73 | 61 | 25 | 536 | 64 | 67 |
| Binary | 11001001 | 1010010 | 1100110 | 0 | 111011 | 110001 | 10101 | 101011110 | 110100 | 110111 |
Color Harmonies of #C95266
Complementary color
Monochromatic Colors of #C95266
Black with #C95266
Text Example
Text Example
White with #C95266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95266; }
p { color: rgb(201,82,102); }
H1.HeaderClassName
{
color: #C95266;
}
.AnyTagClassName
{
color: #C95266;
}
</style>
background-color css
<style>
a { background-color: #C95266; }
a { background-color: rgb(201,82,102); }
div.DivClassName
{
background-color: #C95266;
}
.BgClassName
{
background-color: #C95266;
}
</style>
border-color css
<style>
span { border-color: #C95266; }
span { border-color: rgb(201,82,102); }
td.TdClassName
{
border-color: #C95266;
}
.TagClassName
{
border-color: #C95266;
}
</style>