Shades of Cabaret #CE4160
Tints of Cabaret #CE4160
RGB
CMYK
RGB Variations
Color information
#CE4160 (or 0xCE4160) is known color: Cabaret. HEX triplet: CE, 41 and 60. RGB value is (206,65,96). Sum of RGB (Red+Green+Blue) = 206+65+96=367 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.13% from 367); Green value is 65 (25.78% from 255 or 17.71% from 367); Blue value is 96 (37.89% from 255 or 26.16% from 367); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4160 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE4160 is #31BE9F. Grayscale: #6E6E6E. Windows color (decimal): -3260064 or 6308302. OLE color: 6308302.
HSL color Cylindrical-coordinate representation of color #CE4160: hue angle of 346.81º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CE4160 is Cyan = 0, Magento = 0.68, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 65 | 96 | - |
| CMYK | 0 | 0.68 | 0.53 | 0.19 |
| HSL | 346.81º | 0.59% | 0.53% | - |
| HSV(B) | 346.81º | 0.68% | 0.81% | - |
| XYZ | 29.46 | 17.75 | 12.94 | - |
| YUV | 110.69 | 119.71 | 195.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 65 | 96 | 0 | 0.68 | 0.53 | 0.19 | 346.81 | 0.59 | 0.53 |
| Hex | CE | 41 | 60 | 0 | 44 | 35 | 13 | 15B | 3B | 35 |
| Octal | 316 | 101 | 140 | 0 | 104 | 65 | 23 | 533 | 73 | 65 |
| Binary | 11001110 | 1000001 | 1100000 | 0 | 1000100 | 110101 | 10011 | 101011011 | 111011 | 110101 |
Color Harmonies of #CE4160
Complementary color
Monochromatic Colors of #CE4160
Black with #CE4160
Text Example
Text Example
White with #CE4160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4160; }
p { color: rgb(206,65,96); }
H1.HeaderClassName
{
color: #CE4160;
}
.AnyTagClassName
{
color: #CE4160;
}
</style>
background-color css
<style>
a { background-color: #CE4160; }
a { background-color: rgb(206,65,96); }
div.DivClassName
{
background-color: #CE4160;
}
.BgClassName
{
background-color: #CE4160;
}
</style>
border-color css
<style>
span { border-color: #CE4160; }
span { border-color: rgb(206,65,96); }
td.TdClassName
{
border-color: #CE4160;
}
.TagClassName
{
border-color: #CE4160;
}
</style>