Shades of Cabaret #C95668
Tints of Cabaret #C95668
RGB
CMYK
RGB Variations
Color information
#C95668 (or 0xC95668) is known color: Cabaret. HEX triplet: C9, 56 and 68. RGB value is (201,86,104). Sum of RGB (Red+Green+Blue) = 201+86+104=391 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.41% from 391); Green value is 86 (33.98% from 255 or 21.99% from 391); Blue value is 104 (41.02% from 255 or 26.60% from 391); Max value from RGB is 201 - color contains mainly: red. Hex color #C95668 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95668 is #36A997. Grayscale: #7A7A7A. Windows color (decimal): -3582360 or 6837961. OLE color: 6837961.
HSL color Cylindrical-coordinate representation of color #C95668: hue angle of 350.61º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C95668 is Cyan = 0, Magento = 0.57, Yellow = 0.48 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 86 | 104 | - |
| CMYK | 0 | 0.57 | 0.48 | 0.21 |
| HSL | 350.61º | 0.52% | 0.56% | - |
| HSV(B) | 350.61º | 0.57% | 0.79% | - |
| XYZ | 29.91 | 20.07 | 15.39 | - |
| YUV | 122.44 | 117.6 | 184.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 86 | 104 | 0 | 0.57 | 0.48 | 0.21 | 350.61 | 0.52 | 0.56 |
| Hex | C9 | 56 | 68 | 0 | 39 | 30 | 15 | 15F | 34 | 38 |
| Octal | 311 | 126 | 150 | 0 | 71 | 60 | 25 | 537 | 64 | 70 |
| Binary | 11001001 | 1010110 | 1101000 | 0 | 111001 | 110000 | 10101 | 101011111 | 110100 | 111000 |
Color Harmonies of #C95668
Complementary color
Monochromatic Colors of #C95668
Black with #C95668
Text Example
Text Example
White with #C95668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95668; }
p { color: rgb(201,86,104); }
H1.HeaderClassName
{
color: #C95668;
}
.AnyTagClassName
{
color: #C95668;
}
</style>
background-color css
<style>
a { background-color: #C95668; }
a { background-color: rgb(201,86,104); }
div.DivClassName
{
background-color: #C95668;
}
.BgClassName
{
background-color: #C95668;
}
</style>
border-color css
<style>
span { border-color: #C95668; }
span { border-color: rgb(201,86,104); }
td.TdClassName
{
border-color: #C95668;
}
.TagClassName
{
border-color: #C95668;
}
</style>