Shades of Cabaret #CE4F76
Tints of Cabaret #CE4F76
RGB
CMYK
RGB Variations
Color information
#CE4F76 (or 0xCE4F76) is known color: Cabaret. HEX triplet: CE, 4F and 76. RGB value is (206,79,118). Sum of RGB (Red+Green+Blue) = 206+79+118=403 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.12% from 403); Green value is 79 (31.25% from 255 or 19.60% from 403); Blue value is 118 (46.48% from 255 or 29.28% from 403); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4F76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE4F76 is #31B089. Grayscale: #797979. Windows color (decimal): -3256458 or 7753678. OLE color: 7753678.
HSL color Cylindrical-coordinate representation of color #CE4F76: hue angle of 341.57º degrees, saturation: 0.56, 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 #CE4F76 is Cyan = 0, Magento = 0.62, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 79 | 118 | - |
| CMYK | 0 | 0.62 | 0.43 | 0.19 |
| HSL | 341.57º | 0.56% | 0.56% | - |
| HSV(B) | 341.57º | 0.62% | 0.81% | - |
| XYZ | 31.52 | 20.02 | 19.34 | - |
| YUV | 121.42 | 126.08 | 188.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 79 | 118 | 0 | 0.62 | 0.43 | 0.19 | 341.57 | 0.56 | 0.56 |
| Hex | CE | 4F | 76 | 0 | 3E | 2B | 13 | 156 | 38 | 38 |
| Octal | 316 | 117 | 166 | 0 | 76 | 53 | 23 | 526 | 70 | 70 |
| Binary | 11001110 | 1001111 | 1110110 | 0 | 111110 | 101011 | 10011 | 101010110 | 111000 | 111000 |
Color Harmonies of #CE4F76
Complementary color
Monochromatic Colors of #CE4F76
Black with #CE4F76
Text Example
Text Example
White with #CE4F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4F76; }
p { color: rgb(206,79,118); }
H1.HeaderClassName
{
color: #CE4F76;
}
.AnyTagClassName
{
color: #CE4F76;
}
</style>
background-color css
<style>
a { background-color: #CE4F76; }
a { background-color: rgb(206,79,118); }
div.DivClassName
{
background-color: #CE4F76;
}
.BgClassName
{
background-color: #CE4F76;
}
</style>
border-color css
<style>
span { border-color: #CE4F76; }
span { border-color: rgb(206,79,118); }
td.TdClassName
{
border-color: #CE4F76;
}
.TagClassName
{
border-color: #CE4F76;
}
</style>