Shades of Cabaret #CE4A68
Tints of Cabaret #CE4A68
RGB
CMYK
RGB Variations
Color information
#CE4A68 (or 0xCE4A68) is known color: Cabaret. HEX triplet: CE, 4A and 68. RGB value is (206,74,104). Sum of RGB (Red+Green+Blue) = 206+74+104=384 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.65% from 384); Green value is 74 (29.30% from 255 or 19.27% from 384); Blue value is 104 (41.02% from 255 or 27.08% from 384); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4A68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE4A68 is #31B597. Grayscale: #747474. Windows color (decimal): -3257752 or 6834894. OLE color: 6834894.
HSL color Cylindrical-coordinate representation of color #CE4A68: hue angle of 346.36º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CE4A68 is Cyan = 0, Magento = 0.64, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 74 | 104 | - |
| CMYK | 0 | 0.64 | 0.50 | 0.19 |
| HSL | 346.36º | 0.57% | 0.55% | - |
| HSV(B) | 346.36º | 0.64% | 0.81% | - |
| XYZ | 30.4 | 19.02 | 15.17 | - |
| YUV | 116.89 | 120.73 | 191.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 74 | 104 | 0 | 0.64 | 0.50 | 0.19 | 346.36 | 0.57 | 0.55 |
| Hex | CE | 4A | 68 | 0 | 40 | 32 | 13 | 15A | 39 | 37 |
| Octal | 316 | 112 | 150 | 0 | 100 | 62 | 23 | 532 | 71 | 67 |
| Binary | 11001110 | 1001010 | 1101000 | 0 | 1000000 | 110010 | 10011 | 101011010 | 111001 | 110111 |
Color Harmonies of #CE4A68
Complementary color
Monochromatic Colors of #CE4A68
Black with #CE4A68
Text Example
Text Example
White with #CE4A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4A68; }
p { color: rgb(206,74,104); }
H1.HeaderClassName
{
color: #CE4A68;
}
.AnyTagClassName
{
color: #CE4A68;
}
</style>
background-color css
<style>
a { background-color: #CE4A68; }
a { background-color: rgb(206,74,104); }
div.DivClassName
{
background-color: #CE4A68;
}
.BgClassName
{
background-color: #CE4A68;
}
</style>
border-color css
<style>
span { border-color: #CE4A68; }
span { border-color: rgb(206,74,104); }
td.TdClassName
{
border-color: #CE4A68;
}
.TagClassName
{
border-color: #CE4A68;
}
</style>