Shades of Cabaret #CE4068
Tints of Cabaret #CE4068
RGB
CMYK
RGB Variations
Color information
#CE4068 (or 0xCE4068) is known color: Cabaret. HEX triplet: CE, 40 and 68. RGB value is (206,64,104). Sum of RGB (Red+Green+Blue) = 206+64+104=374 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.08% from 374); Green value is 64 (25.39% from 255 or 17.11% from 374); Blue value is 104 (41.02% from 255 or 27.81% from 374); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4068 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE4068 is #31BF97. Grayscale: #6F6F6F. Windows color (decimal): -3260312 or 6832334. OLE color: 6832334.
HSL color Cylindrical-coordinate representation of color #CE4068: hue angle of 343.1º 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 #CE4068 is Cyan = 0, Magento = 0.69, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 64 | 104 | - |
| CMYK | 0 | 0.69 | 0.50 | 0.19 |
| HSL | 343.1º | 0.59% | 0.53% | - |
| HSV(B) | 343.1º | 0.69% | 0.81% | - |
| XYZ | 29.79 | 17.79 | 14.96 | - |
| YUV | 111.02 | 124.04 | 195.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 64 | 104 | 0 | 0.69 | 0.50 | 0.19 | 343.1 | 0.59 | 0.53 |
| Hex | CE | 40 | 68 | 0 | 45 | 32 | 13 | 157 | 3B | 35 |
| Octal | 316 | 100 | 150 | 0 | 105 | 62 | 23 | 527 | 73 | 65 |
| Binary | 11001110 | 1000000 | 1101000 | 0 | 1000101 | 110010 | 10011 | 101010111 | 111011 | 110101 |
Color Harmonies of #CE4068
Complementary color
Monochromatic Colors of #CE4068
Black with #CE4068
Text Example
Text Example
White with #CE4068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4068; }
p { color: rgb(206,64,104); }
H1.HeaderClassName
{
color: #CE4068;
}
.AnyTagClassName
{
color: #CE4068;
}
</style>
background-color css
<style>
a { background-color: #CE4068; }
a { background-color: rgb(206,64,104); }
div.DivClassName
{
background-color: #CE4068;
}
.BgClassName
{
background-color: #CE4068;
}
</style>
border-color css
<style>
span { border-color: #CE4068; }
span { border-color: rgb(206,64,104); }
td.TdClassName
{
border-color: #CE4068;
}
.TagClassName
{
border-color: #CE4068;
}
</style>