Shades of Cabaret #C95D68
Tints of Cabaret #C95D68
RGB
CMYK
RGB Variations
Color information
#C95D68 (or 0xC95D68) is known color: Cabaret. HEX triplet: C9, 5D and 68. RGB value is (201,93,104). Sum of RGB (Red+Green+Blue) = 201+93+104=398 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.50% from 398); Green value is 93 (36.72% from 255 or 23.37% from 398); Blue value is 104 (41.02% from 255 or 26.13% from 398); Max value from RGB is 201 - color contains mainly: red. Hex color #C95D68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95D68 is #36A297. Grayscale: #7E7E7E. Windows color (decimal): -3580568 or 6839753. OLE color: 6839753.
HSL color Cylindrical-coordinate representation of color #C95D68: hue angle of 353.89º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C95D68 is Cyan = 0, Magento = 0.54, Yellow = 0.48 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 93 | 104 | - |
| CMYK | 0 | 0.54 | 0.48 | 0.21 |
| HSL | 353.89º | 0.5% | 0.58% | - |
| HSV(B) | 353.89º | 0.54% | 0.79% | - |
| XYZ | 30.5 | 21.25 | 15.59 | - |
| YUV | 126.55 | 115.28 | 181.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 93 | 104 | 0 | 0.54 | 0.48 | 0.21 | 353.89 | 0.5 | 0.58 |
| Hex | C9 | 5D | 68 | 0 | 36 | 30 | 15 | 162 | 32 | 3A |
| Octal | 311 | 135 | 150 | 0 | 66 | 60 | 25 | 542 | 62 | 72 |
| Binary | 11001001 | 1011101 | 1101000 | 0 | 110110 | 110000 | 10101 | 101100010 | 110010 | 111010 |
Color Harmonies of #C95D68
Complementary color
Monochromatic Colors of #C95D68
Black with #C95D68
Text Example
Text Example
White with #C95D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95D68; }
p { color: rgb(201,93,104); }
H1.HeaderClassName
{
color: #C95D68;
}
.AnyTagClassName
{
color: #C95D68;
}
</style>
background-color css
<style>
a { background-color: #C95D68; }
a { background-color: rgb(201,93,104); }
div.DivClassName
{
background-color: #C95D68;
}
.BgClassName
{
background-color: #C95D68;
}
</style>
border-color css
<style>
span { border-color: #C95D68; }
span { border-color: rgb(201,93,104); }
td.TdClassName
{
border-color: #C95D68;
}
.TagClassName
{
border-color: #C95D68;
}
</style>