Shades of Cabaret #CE5272
Tints of Cabaret #CE5272
RGB
CMYK
RGB Variations
Color information
#CE5272 (or 0xCE5272) is known color: Cabaret. HEX triplet: CE, 52 and 72. RGB value is (206,82,114). Sum of RGB (Red+Green+Blue) = 206+82+114=402 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.24% from 402); Green value is 82 (32.42% from 255 or 20.40% from 402); Blue value is 114 (44.92% from 255 or 28.36% from 402); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5272 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5272 is #31AD8D. Grayscale: #7A7A7A. Windows color (decimal): -3255694 or 7492302. OLE color: 7492302.
HSL color Cylindrical-coordinate representation of color #CE5272: hue angle of 344.52º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CE5272 is Cyan = 0, Magento = 0.60, Yellow = 0.45 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 82 | 114 | - |
| CMYK | 0 | 0.60 | 0.45 | 0.19 |
| HSL | 344.52º | 0.56% | 0.56% | - |
| HSV(B) | 344.52º | 0.6% | 0.81% | - |
| XYZ | 31.51 | 20.37 | 18.19 | - |
| YUV | 122.72 | 123.08 | 187.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 82 | 114 | 0 | 0.60 | 0.45 | 0.19 | 344.52 | 0.56 | 0.56 |
| Hex | CE | 52 | 72 | 0 | 3C | 2D | 13 | 159 | 38 | 38 |
| Octal | 316 | 122 | 162 | 0 | 74 | 55 | 23 | 531 | 70 | 70 |
| Binary | 11001110 | 1010010 | 1110010 | 0 | 111100 | 101101 | 10011 | 101011001 | 111000 | 111000 |
Color Harmonies of #CE5272
Complementary color
Monochromatic Colors of #CE5272
Black with #CE5272
Text Example
Text Example
White with #CE5272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5272; }
p { color: rgb(206,82,114); }
H1.HeaderClassName
{
color: #CE5272;
}
.AnyTagClassName
{
color: #CE5272;
}
</style>
background-color css
<style>
a { background-color: #CE5272; }
a { background-color: rgb(206,82,114); }
div.DivClassName
{
background-color: #CE5272;
}
.BgClassName
{
background-color: #CE5272;
}
</style>
border-color css
<style>
span { border-color: #CE5272; }
span { border-color: rgb(206,82,114); }
td.TdClassName
{
border-color: #CE5272;
}
.TagClassName
{
border-color: #CE5272;
}
</style>