Shades of Cabaret #CE6271
Tints of Cabaret #CE6271
RGB
CMYK
RGB Variations
Color information
#CE6271 (or 0xCE6271) is known color: Cabaret. HEX triplet: CE, 62 and 71. RGB value is (206,98,113). Sum of RGB (Red+Green+Blue) = 206+98+113=417 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.40% from 417); Green value is 98 (38.67% from 255 or 23.50% from 417); Blue value is 113 (44.53% from 255 or 27.10% from 417); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6271 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6271 is #319D8E. Grayscale: #848484. Windows color (decimal): -3251599 or 7430862. OLE color: 7430862.
HSL color Cylindrical-coordinate representation of color #CE6271: hue angle of 351.67º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CE6271 is Cyan = 0, Magento = 0.52, Yellow = 0.45 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 98 | 113 | - |
| CMYK | 0 | 0.52 | 0.45 | 0.19 |
| HSL | 351.67º | 0.52% | 0.6% | - |
| HSV(B) | 351.67º | 0.52% | 0.81% | - |
| XYZ | 32.8 | 23.05 | 18.34 | - |
| YUV | 132 | 117.28 | 180.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 98 | 113 | 0 | 0.52 | 0.45 | 0.19 | 351.67 | 0.52 | 0.6 |
| Hex | CE | 62 | 71 | 0 | 34 | 2D | 13 | 160 | 34 | 3C |
| Octal | 316 | 142 | 161 | 0 | 64 | 55 | 23 | 540 | 64 | 74 |
| Binary | 11001110 | 1100010 | 1110001 | 0 | 110100 | 101101 | 10011 | 101100000 | 110100 | 111100 |
Color Harmonies of #CE6271
Complementary color
Monochromatic Colors of #CE6271
Black with #CE6271
Text Example
Text Example
White with #CE6271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6271; }
p { color: rgb(206,98,113); }
H1.HeaderClassName
{
color: #CE6271;
}
.AnyTagClassName
{
color: #CE6271;
}
</style>
background-color css
<style>
a { background-color: #CE6271; }
a { background-color: rgb(206,98,113); }
div.DivClassName
{
background-color: #CE6271;
}
.BgClassName
{
background-color: #CE6271;
}
</style>
border-color css
<style>
span { border-color: #CE6271; }
span { border-color: rgb(206,98,113); }
td.TdClassName
{
border-color: #CE6271;
}
.TagClassName
{
border-color: #CE6271;
}
</style>