Shades of Cabaret #CE4F6D
Tints of Cabaret #CE4F6D
RGB
CMYK
RGB Variations
Color information
#CE4F6D (or 0xCE4F6D) is known color: Cabaret. HEX triplet: CE, 4F and 6D. RGB value is (206,79,109). Sum of RGB (Red+Green+Blue) = 206+79+109=394 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.28% from 394); Green value is 79 (31.25% from 255 or 20.05% from 394); Blue value is 109 (42.97% from 255 or 27.66% from 394); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4F6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE4F6D is #31B092. Grayscale: #787878. Windows color (decimal): -3256467 or 7163854. OLE color: 7163854.
HSL color Cylindrical-coordinate representation of color #CE4F6D: hue angle of 345.83º 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 #CE4F6D is Cyan = 0, Magento = 0.62, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 79 | 109 | - |
| CMYK | 0 | 0.62 | 0.47 | 0.19 |
| HSL | 345.83º | 0.56% | 0.56% | - |
| HSV(B) | 345.83º | 0.62% | 0.81% | - |
| XYZ | 31.01 | 19.82 | 16.66 | - |
| YUV | 120.39 | 121.58 | 189.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 79 | 109 | 0 | 0.62 | 0.47 | 0.19 | 345.83 | 0.56 | 0.56 |
| Hex | CE | 4F | 6D | 0 | 3E | 2F | 13 | 15A | 38 | 38 |
| Octal | 316 | 117 | 155 | 0 | 76 | 57 | 23 | 532 | 70 | 70 |
| Binary | 11001110 | 1001111 | 1101101 | 0 | 111110 | 101111 | 10011 | 101011010 | 111000 | 111000 |
Color Harmonies of #CE4F6D
Complementary color
Monochromatic Colors of #CE4F6D
Black with #CE4F6D
Text Example
Text Example
White with #CE4F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4F6D; }
p { color: rgb(206,79,109); }
H1.HeaderClassName
{
color: #CE4F6D;
}
.AnyTagClassName
{
color: #CE4F6D;
}
</style>
background-color css
<style>
a { background-color: #CE4F6D; }
a { background-color: rgb(206,79,109); }
div.DivClassName
{
background-color: #CE4F6D;
}
.BgClassName
{
background-color: #CE4F6D;
}
</style>
border-color css
<style>
span { border-color: #CE4F6D; }
span { border-color: rgb(206,79,109); }
td.TdClassName
{
border-color: #CE4F6D;
}
.TagClassName
{
border-color: #CE4F6D;
}
</style>