Shades of Cabaret #CE406C
Tints of Cabaret #CE406C
RGB
CMYK
RGB Variations
Color information
#CE406C (or 0xCE406C) is known color: Cabaret. HEX triplet: CE, 40 and 6C. RGB value is (206,64,108). Sum of RGB (Red+Green+Blue) = 206+64+108=378 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.50% from 378); Green value is 64 (25.39% from 255 or 16.93% from 378); Blue value is 108 (42.58% from 255 or 28.57% from 378); Max value from RGB is 206 - color contains mainly: red. Hex color #CE406C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE406C is #31BF93. Grayscale: #6F6F6F. Windows color (decimal): -3260308 or 7094478. OLE color: 7094478.
HSL color Cylindrical-coordinate representation of color #CE406C: hue angle of 341.41º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CE406C is Cyan = 0, Magento = 0.69, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 64 | 108 | - |
| CMYK | 0 | 0.69 | 0.48 | 0.19 |
| HSL | 341.41º | 0.59% | 0.53% | - |
| HSV(B) | 341.41º | 0.69% | 0.81% | - |
| XYZ | 29.99 | 17.87 | 16.06 | - |
| YUV | 111.47 | 126.04 | 195.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 64 | 108 | 0 | 0.69 | 0.48 | 0.19 | 341.41 | 0.59 | 0.53 |
| Hex | CE | 40 | 6C | 0 | 45 | 30 | 13 | 155 | 3B | 35 |
| Octal | 316 | 100 | 154 | 0 | 105 | 60 | 23 | 525 | 73 | 65 |
| Binary | 11001110 | 1000000 | 1101100 | 0 | 1000101 | 110000 | 10011 | 101010101 | 111011 | 110101 |
Color Harmonies of #CE406C
Complementary color
Monochromatic Colors of #CE406C
Black with #CE406C
Text Example
Text Example
White with #CE406C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE406C; }
p { color: rgb(206,64,108); }
H1.HeaderClassName
{
color: #CE406C;
}
.AnyTagClassName
{
color: #CE406C;
}
</style>
background-color css
<style>
a { background-color: #CE406C; }
a { background-color: rgb(206,64,108); }
div.DivClassName
{
background-color: #CE406C;
}
.BgClassName
{
background-color: #CE406C;
}
</style>
border-color css
<style>
span { border-color: #CE406C; }
span { border-color: rgb(206,64,108); }
td.TdClassName
{
border-color: #CE406C;
}
.TagClassName
{
border-color: #CE406C;
}
</style>