Shades of Cabaret #CE6479
Tints of Cabaret #CE6479
RGB
CMYK
RGB Variations
Color information
#CE6479 (or 0xCE6479) is known color: Cabaret. HEX triplet: CE, 64 and 79. RGB value is (206,100,121). Sum of RGB (Red+Green+Blue) = 206+100+121=427 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.24% from 427); Green value is 100 (39.45% from 255 or 23.42% from 427); Blue value is 121 (47.66% from 255 or 28.34% from 427); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6479 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6479 is #319B86. Grayscale: #868686. Windows color (decimal): -3251079 or 7955662. OLE color: 7955662.
HSL color Cylindrical-coordinate representation of color #CE6479: hue angle of 348.11º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CE6479 is Cyan = 0, Magento = 0.51, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 100 | 121 | - |
| CMYK | 0 | 0.51 | 0.41 | 0.19 |
| HSL | 348.11º | 0.52% | 0.6% | - |
| HSV(B) | 348.11º | 0.51% | 0.81% | - |
| XYZ | 33.46 | 23.62 | 20.88 | - |
| YUV | 134.09 | 120.62 | 179.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 100 | 121 | 0 | 0.51 | 0.41 | 0.19 | 348.11 | 0.52 | 0.6 |
| Hex | CE | 64 | 79 | 0 | 33 | 29 | 13 | 15C | 34 | 3C |
| Octal | 316 | 144 | 171 | 0 | 63 | 51 | 23 | 534 | 64 | 74 |
| Binary | 11001110 | 1100100 | 1111001 | 0 | 110011 | 101001 | 10011 | 101011100 | 110100 | 111100 |
Color Harmonies of #CE6479
Complementary color
Monochromatic Colors of #CE6479
Black with #CE6479
Text Example
Text Example
White with #CE6479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6479; }
p { color: rgb(206,100,121); }
H1.HeaderClassName
{
color: #CE6479;
}
.AnyTagClassName
{
color: #CE6479;
}
</style>
background-color css
<style>
a { background-color: #CE6479; }
a { background-color: rgb(206,100,121); }
div.DivClassName
{
background-color: #CE6479;
}
.BgClassName
{
background-color: #CE6479;
}
</style>
border-color css
<style>
span { border-color: #CE6479; }
span { border-color: rgb(206,100,121); }
td.TdClassName
{
border-color: #CE6479;
}
.TagClassName
{
border-color: #CE6479;
}
</style>