Shades of Cabaret #CE4263
Tints of Cabaret #CE4263
RGB
CMYK
RGB Variations
Color information
#CE4263 (or 0xCE4263) is known color: Cabaret. HEX triplet: CE, 42 and 63. RGB value is (206,66,99). Sum of RGB (Red+Green+Blue) = 206+66+99=371 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.53% from 371); Green value is 66 (26.17% from 255 or 17.79% from 371); Blue value is 99 (39.06% from 255 or 26.68% from 371); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4263 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE4263 is #31BD9C. Grayscale: #6F6F6F. Windows color (decimal): -3259805 or 6505166. OLE color: 6505166.
HSL color Cylindrical-coordinate representation of color #CE4263: hue angle of 345.86º 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 #CE4263 is Cyan = 0, Magento = 0.68, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 66 | 99 | - |
| CMYK | 0 | 0.68 | 0.52 | 0.19 |
| HSL | 345.86º | 0.59% | 0.53% | - |
| HSV(B) | 345.86º | 0.68% | 0.81% | - |
| XYZ | 29.65 | 17.92 | 13.7 | - |
| YUV | 111.62 | 120.88 | 195.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 66 | 99 | 0 | 0.68 | 0.52 | 0.19 | 345.86 | 0.59 | 0.53 |
| Hex | CE | 42 | 63 | 0 | 44 | 34 | 13 | 15A | 3B | 35 |
| Octal | 316 | 102 | 143 | 0 | 104 | 64 | 23 | 532 | 73 | 65 |
| Binary | 11001110 | 1000010 | 1100011 | 0 | 1000100 | 110100 | 10011 | 101011010 | 111011 | 110101 |
Color Harmonies of #CE4263
Complementary color
Monochromatic Colors of #CE4263
Black with #CE4263
Text Example
Text Example
White with #CE4263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4263; }
p { color: rgb(206,66,99); }
H1.HeaderClassName
{
color: #CE4263;
}
.AnyTagClassName
{
color: #CE4263;
}
</style>
background-color css
<style>
a { background-color: #CE4263; }
a { background-color: rgb(206,66,99); }
div.DivClassName
{
background-color: #CE4263;
}
.BgClassName
{
background-color: #CE4263;
}
</style>
border-color css
<style>
span { border-color: #CE4263; }
span { border-color: rgb(206,66,99); }
td.TdClassName
{
border-color: #CE4263;
}
.TagClassName
{
border-color: #CE4263;
}
</style>