Shades of Cabaret #CE4E68
Tints of Cabaret #CE4E68
RGB
CMYK
RGB Variations
Color information
#CE4E68 (or 0xCE4E68) is known color: Cabaret. HEX triplet: CE, 4E and 68. RGB value is (206,78,104). Sum of RGB (Red+Green+Blue) = 206+78+104=388 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.09% from 388); Green value is 78 (30.86% from 255 or 20.10% from 388); Blue value is 104 (41.02% from 255 or 26.80% from 388); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4E68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE4E68 is #31B197. Grayscale: #777777. Windows color (decimal): -3256728 or 6835918. OLE color: 6835918.
HSL color Cylindrical-coordinate representation of color #CE4E68: hue angle of 347.81º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CE4E68 is Cyan = 0, Magento = 0.62, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 78 | 104 | - |
| CMYK | 0 | 0.62 | 0.50 | 0.19 |
| HSL | 347.81º | 0.57% | 0.56% | - |
| HSV(B) | 347.81º | 0.62% | 0.81% | - |
| XYZ | 30.68 | 19.57 | 15.26 | - |
| YUV | 119.24 | 119.41 | 189.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 78 | 104 | 0 | 0.62 | 0.50 | 0.19 | 347.81 | 0.57 | 0.56 |
| Hex | CE | 4E | 68 | 0 | 3E | 32 | 13 | 15C | 39 | 38 |
| Octal | 316 | 116 | 150 | 0 | 76 | 62 | 23 | 534 | 71 | 70 |
| Binary | 11001110 | 1001110 | 1101000 | 0 | 111110 | 110010 | 10011 | 101011100 | 111001 | 111000 |
Color Harmonies of #CE4E68
Complementary color
Monochromatic Colors of #CE4E68
Black with #CE4E68
Text Example
Text Example
White with #CE4E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4E68; }
p { color: rgb(206,78,104); }
H1.HeaderClassName
{
color: #CE4E68;
}
.AnyTagClassName
{
color: #CE4E68;
}
</style>
background-color css
<style>
a { background-color: #CE4E68; }
a { background-color: rgb(206,78,104); }
div.DivClassName
{
background-color: #CE4E68;
}
.BgClassName
{
background-color: #CE4E68;
}
</style>
border-color css
<style>
span { border-color: #CE4E68; }
span { border-color: rgb(206,78,104); }
td.TdClassName
{
border-color: #CE4E68;
}
.TagClassName
{
border-color: #CE4E68;
}
</style>