Shades of Cabaret #CE4661
Tints of Cabaret #CE4661
RGB
CMYK
RGB Variations
Color information
#CE4661 (or 0xCE4661) is known color: Cabaret. HEX triplet: CE, 46 and 61. RGB value is (206,70,97). Sum of RGB (Red+Green+Blue) = 206+70+97=373 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.23% from 373); Green value is 70 (27.73% from 255 or 18.77% from 373); Blue value is 97 (38.28% from 255 or 26.01% from 373); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4661 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE4661 is #31B99E. Grayscale: #717171. Windows color (decimal): -3258783 or 6375118. OLE color: 6375118.
HSL color Cylindrical-coordinate representation of color #CE4661: hue angle of 348.09º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CE4661 is Cyan = 0, Magento = 0.66, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 70 | 97 | - |
| CMYK | 0 | 0.66 | 0.53 | 0.19 |
| HSL | 348.09º | 0.58% | 0.54% | - |
| HSV(B) | 348.09º | 0.66% | 0.81% | - |
| XYZ | 29.8 | 18.37 | 13.28 | - |
| YUV | 113.74 | 118.56 | 193.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 70 | 97 | 0 | 0.66 | 0.53 | 0.19 | 348.09 | 0.58 | 0.54 |
| Hex | CE | 46 | 61 | 0 | 42 | 35 | 13 | 15C | 3A | 36 |
| Octal | 316 | 106 | 141 | 0 | 102 | 65 | 23 | 534 | 72 | 66 |
| Binary | 11001110 | 1000110 | 1100001 | 0 | 1000010 | 110101 | 10011 | 101011100 | 111010 | 110110 |
Color Harmonies of #CE4661
Complementary color
Monochromatic Colors of #CE4661
Black with #CE4661
Text Example
Text Example
White with #CE4661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4661; }
p { color: rgb(206,70,97); }
H1.HeaderClassName
{
color: #CE4661;
}
.AnyTagClassName
{
color: #CE4661;
}
</style>
background-color css
<style>
a { background-color: #CE4661; }
a { background-color: rgb(206,70,97); }
div.DivClassName
{
background-color: #CE4661;
}
.BgClassName
{
background-color: #CE4661;
}
</style>
border-color css
<style>
span { border-color: #CE4661; }
span { border-color: rgb(206,70,97); }
td.TdClassName
{
border-color: #CE4661;
}
.TagClassName
{
border-color: #CE4661;
}
</style>