Shades of Cabaret #CE426F
Tints of Cabaret #CE426F
RGB
CMYK
RGB Variations
Color information
#CE426F (or 0xCE426F) is known color: Cabaret. HEX triplet: CE, 42 and 6F. RGB value is (206,66,111). Sum of RGB (Red+Green+Blue) = 206+66+111=383 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.79% from 383); Green value is 66 (26.17% from 255 or 17.23% from 383); Blue value is 111 (43.75% from 255 or 28.98% from 383); Max value from RGB is 206 - color contains mainly: red. Hex color #CE426F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE426F is #31BD90. Grayscale: #707070. Windows color (decimal): -3259793 or 7291598. OLE color: 7291598.
HSL color Cylindrical-coordinate representation of color #CE426F: hue angle of 340.71º 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 #CE426F is Cyan = 0, Magento = 0.68, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 66 | 111 | - |
| CMYK | 0 | 0.68 | 0.46 | 0.19 |
| HSL | 340.71º | 0.59% | 0.53% | - |
| HSV(B) | 340.71º | 0.68% | 0.81% | - |
| XYZ | 30.27 | 18.17 | 16.95 | - |
| YUV | 112.99 | 126.88 | 194.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 66 | 111 | 0 | 0.68 | 0.46 | 0.19 | 340.71 | 0.59 | 0.53 |
| Hex | CE | 42 | 6F | 0 | 44 | 2E | 13 | 155 | 3B | 35 |
| Octal | 316 | 102 | 157 | 0 | 104 | 56 | 23 | 525 | 73 | 65 |
| Binary | 11001110 | 1000010 | 1101111 | 0 | 1000100 | 101110 | 10011 | 101010101 | 111011 | 110101 |
Color Harmonies of #CE426F
Complementary color
Monochromatic Colors of #CE426F
Black with #CE426F
Text Example
Text Example
White with #CE426F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE426F; }
p { color: rgb(206,66,111); }
H1.HeaderClassName
{
color: #CE426F;
}
.AnyTagClassName
{
color: #CE426F;
}
</style>
background-color css
<style>
a { background-color: #CE426F; }
a { background-color: rgb(206,66,111); }
div.DivClassName
{
background-color: #CE426F;
}
.BgClassName
{
background-color: #CE426F;
}
</style>
border-color css
<style>
span { border-color: #CE426F; }
span { border-color: rgb(206,66,111); }
td.TdClassName
{
border-color: #CE426F;
}
.TagClassName
{
border-color: #CE426F;
}
</style>