Shades of Cabaret #CE5070
Tints of Cabaret #CE5070
RGB
CMYK
RGB Variations
Color information
#CE5070 (or 0xCE5070) is known color: Cabaret. HEX triplet: CE, 50 and 70. RGB value is (206,80,112). Sum of RGB (Red+Green+Blue) = 206+80+112=398 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.76% from 398); Green value is 80 (31.64% from 255 or 20.10% from 398); Blue value is 112 (44.14% from 255 or 28.14% from 398); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5070 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5070 is #31AF8F. Grayscale: #797979. Windows color (decimal): -3256208 or 7360718. OLE color: 7360718.
HSL color Cylindrical-coordinate representation of color #CE5070: hue angle of 344.76º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CE5070 is Cyan = 0, Magento = 0.61, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 80 | 112 | - |
| CMYK | 0 | 0.61 | 0.46 | 0.19 |
| HSL | 344.76º | 0.56% | 0.56% | - |
| HSV(B) | 344.76º | 0.61% | 0.81% | - |
| XYZ | 31.25 | 20.03 | 17.55 | - |
| YUV | 121.32 | 122.74 | 188.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 80 | 112 | 0 | 0.61 | 0.46 | 0.19 | 344.76 | 0.56 | 0.56 |
| Hex | CE | 50 | 70 | 0 | 3D | 2E | 13 | 159 | 38 | 38 |
| Octal | 316 | 120 | 160 | 0 | 75 | 56 | 23 | 531 | 70 | 70 |
| Binary | 11001110 | 1010000 | 1110000 | 0 | 111101 | 101110 | 10011 | 101011001 | 111000 | 111000 |
Color Harmonies of #CE5070
Complementary color
Monochromatic Colors of #CE5070
Black with #CE5070
Text Example
Text Example
White with #CE5070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5070; }
p { color: rgb(206,80,112); }
H1.HeaderClassName
{
color: #CE5070;
}
.AnyTagClassName
{
color: #CE5070;
}
</style>
background-color css
<style>
a { background-color: #CE5070; }
a { background-color: rgb(206,80,112); }
div.DivClassName
{
background-color: #CE5070;
}
.BgClassName
{
background-color: #CE5070;
}
</style>
border-color css
<style>
span { border-color: #CE5070; }
span { border-color: rgb(206,80,112); }
td.TdClassName
{
border-color: #CE5070;
}
.TagClassName
{
border-color: #CE5070;
}
</style>