Shades of Cabaret #C95E6B
Tints of Cabaret #C95E6B
RGB
CMYK
RGB Variations
Color information
#C95E6B (or 0xC95E6B) is known color: Cabaret. HEX triplet: C9, 5E and 6B. RGB value is (201,94,107). Sum of RGB (Red+Green+Blue) = 201+94+107=402 (53% of max value = 765). Red value is 201 (78.91% from 255 or 50% from 402); Green value is 94 (37.11% from 255 or 23.38% from 402); Blue value is 107 (42.19% from 255 or 26.62% from 402); Max value from RGB is 201 - color contains mainly: red. Hex color #C95E6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95E6B is #36A194. Grayscale: #7F7F7F. Windows color (decimal): -3580309 or 7036617. OLE color: 7036617.
HSL color Cylindrical-coordinate representation of color #C95E6B: hue angle of 352.71º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C95E6B is Cyan = 0, Magento = 0.53, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 94 | 107 | - |
| CMYK | 0 | 0.53 | 0.47 | 0.21 |
| HSL | 352.71º | 0.5% | 0.58% | - |
| HSV(B) | 352.71º | 0.53% | 0.79% | - |
| XYZ | 30.74 | 21.48 | 16.44 | - |
| YUV | 127.48 | 116.45 | 180.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 94 | 107 | 0 | 0.53 | 0.47 | 0.21 | 352.71 | 0.5 | 0.58 |
| Hex | C9 | 5E | 6B | 0 | 35 | 2F | 15 | 161 | 32 | 3A |
| Octal | 311 | 136 | 153 | 0 | 65 | 57 | 25 | 541 | 62 | 72 |
| Binary | 11001001 | 1011110 | 1101011 | 0 | 110101 | 101111 | 10101 | 101100001 | 110010 | 111010 |
Color Harmonies of #C95E6B
Complementary color
Monochromatic Colors of #C95E6B
Black with #C95E6B
Text Example
Text Example
White with #C95E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95E6B; }
p { color: rgb(201,94,107); }
H1.HeaderClassName
{
color: #C95E6B;
}
.AnyTagClassName
{
color: #C95E6B;
}
</style>
background-color css
<style>
a { background-color: #C95E6B; }
a { background-color: rgb(201,94,107); }
div.DivClassName
{
background-color: #C95E6B;
}
.BgClassName
{
background-color: #C95E6B;
}
</style>
border-color css
<style>
span { border-color: #C95E6B; }
span { border-color: rgb(201,94,107); }
td.TdClassName
{
border-color: #C95E6B;
}
.TagClassName
{
border-color: #C95E6B;
}
</style>