Shades of Cabaret #CE3F70
Tints of Cabaret #CE3F70
RGB
CMYK
RGB Variations
Color information
#CE3F70 (or 0xCE3F70) is known color: Cabaret. HEX triplet: CE, 3F and 70. RGB value is (206,63,112). Sum of RGB (Red+Green+Blue) = 206+63+112=381 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.07% from 381); Green value is 63 (25% from 255 or 16.54% from 381); Blue value is 112 (44.14% from 255 or 29.40% from 381); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3F70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3F70 is #31C08F. Grayscale: #6F6F6F. Windows color (decimal): -3260560 or 7356366. OLE color: 7356366.
HSL color Cylindrical-coordinate representation of color #CE3F70: hue angle of 339.44º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CE3F70 is Cyan = 0, Magento = 0.69, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 63 | 112 | - |
| CMYK | 0 | 0.69 | 0.46 | 0.19 |
| HSL | 339.44º | 0.59% | 0.53% | - |
| HSV(B) | 339.44º | 0.69% | 0.81% | - |
| XYZ | 30.16 | 17.85 | 17.18 | - |
| YUV | 111.34 | 128.38 | 195.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 63 | 112 | 0 | 0.69 | 0.46 | 0.19 | 339.44 | 0.59 | 0.53 |
| Hex | CE | 3F | 70 | 0 | 45 | 2E | 13 | 153 | 3B | 35 |
| Octal | 316 | 77 | 160 | 0 | 105 | 56 | 23 | 523 | 73 | 65 |
| Binary | 11001110 | 111111 | 1110000 | 0 | 1000101 | 101110 | 10011 | 101010011 | 111011 | 110101 |
Color Harmonies of #CE3F70
Complementary color
Monochromatic Colors of #CE3F70
Black with #CE3F70
Text Example
Text Example
White with #CE3F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3F70; }
p { color: rgb(206,63,112); }
H1.HeaderClassName
{
color: #CE3F70;
}
.AnyTagClassName
{
color: #CE3F70;
}
</style>
background-color css
<style>
a { background-color: #CE3F70; }
a { background-color: rgb(206,63,112); }
div.DivClassName
{
background-color: #CE3F70;
}
.BgClassName
{
background-color: #CE3F70;
}
</style>
border-color css
<style>
span { border-color: #CE3F70; }
span { border-color: rgb(206,63,112); }
td.TdClassName
{
border-color: #CE3F70;
}
.TagClassName
{
border-color: #CE3F70;
}
</style>