Shades of Cabaret #CE4260
Tints of Cabaret #CE4260
RGB
CMYK
RGB Variations
Color information
#CE4260 (or 0xCE4260) is known color: Cabaret. HEX triplet: CE, 42 and 60. RGB value is (206,66,96). Sum of RGB (Red+Green+Blue) = 206+66+96=368 (48% of max value = 765). Red value is 206 (80.86% from 255 or 55.98% from 368); Green value is 66 (26.17% from 255 or 17.93% from 368); Blue value is 96 (37.89% from 255 or 26.09% from 368); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4260 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE4260 is #31BD9F. Grayscale: #6F6F6F. Windows color (decimal): -3259808 or 6308558. OLE color: 6308558.
HSL color Cylindrical-coordinate representation of color #CE4260: hue angle of 347.14º 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 #CE4260 is Cyan = 0, Magento = 0.68, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 66 | 96 | - |
| CMYK | 0 | 0.68 | 0.53 | 0.19 |
| HSL | 347.14º | 0.59% | 0.53% | - |
| HSV(B) | 347.14º | 0.68% | 0.81% | - |
| XYZ | 29.51 | 17.86 | 12.96 | - |
| YUV | 111.28 | 119.38 | 195.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 66 | 96 | 0 | 0.68 | 0.53 | 0.19 | 347.14 | 0.59 | 0.53 |
| Hex | CE | 42 | 60 | 0 | 44 | 35 | 13 | 15B | 3B | 35 |
| Octal | 316 | 102 | 140 | 0 | 104 | 65 | 23 | 533 | 73 | 65 |
| Binary | 11001110 | 1000010 | 1100000 | 0 | 1000100 | 110101 | 10011 | 101011011 | 111011 | 110101 |
Color Harmonies of #CE4260
Complementary color
Monochromatic Colors of #CE4260
Black with #CE4260
Text Example
Text Example
White with #CE4260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4260; }
p { color: rgb(206,66,96); }
H1.HeaderClassName
{
color: #CE4260;
}
.AnyTagClassName
{
color: #CE4260;
}
</style>
background-color css
<style>
a { background-color: #CE4260; }
a { background-color: rgb(206,66,96); }
div.DivClassName
{
background-color: #CE4260;
}
.BgClassName
{
background-color: #CE4260;
}
</style>
border-color css
<style>
span { border-color: #CE4260; }
span { border-color: rgb(206,66,96); }
td.TdClassName
{
border-color: #CE4260;
}
.TagClassName
{
border-color: #CE4260;
}
</style>