Shades of Cabaret #CE5C71
Tints of Cabaret #CE5C71
RGB
CMYK
RGB Variations
Color information
#CE5C71 (or 0xCE5C71) is known color: Cabaret. HEX triplet: CE, 5C and 71. RGB value is (206,92,113). Sum of RGB (Red+Green+Blue) = 206+92+113=411 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.12% from 411); Green value is 92 (36.33% from 255 or 22.38% from 411); Blue value is 113 (44.53% from 255 or 27.49% from 411); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5C71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5C71 is #31A38E. Grayscale: #808080. Windows color (decimal): -3253135 or 7429326. OLE color: 7429326.
HSL color Cylindrical-coordinate representation of color #CE5C71: hue angle of 348.95º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CE5C71 is Cyan = 0, Magento = 0.55, Yellow = 0.45 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 92 | 113 | - |
| CMYK | 0 | 0.55 | 0.45 | 0.19 |
| HSL | 348.95º | 0.54% | 0.58% | - |
| HSV(B) | 348.95º | 0.55% | 0.81% | - |
| XYZ | 32.26 | 21.97 | 18.16 | - |
| YUV | 128.48 | 119.27 | 183.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 92 | 113 | 0 | 0.55 | 0.45 | 0.19 | 348.95 | 0.54 | 0.58 |
| Hex | CE | 5C | 71 | 0 | 37 | 2D | 13 | 15D | 36 | 3A |
| Octal | 316 | 134 | 161 | 0 | 67 | 55 | 23 | 535 | 66 | 72 |
| Binary | 11001110 | 1011100 | 1110001 | 0 | 110111 | 101101 | 10011 | 101011101 | 110110 | 111010 |
Color Harmonies of #CE5C71
Complementary color
Monochromatic Colors of #CE5C71
Black with #CE5C71
Text Example
Text Example
White with #CE5C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5C71; }
p { color: rgb(206,92,113); }
H1.HeaderClassName
{
color: #CE5C71;
}
.AnyTagClassName
{
color: #CE5C71;
}
</style>
background-color css
<style>
a { background-color: #CE5C71; }
a { background-color: rgb(206,92,113); }
div.DivClassName
{
background-color: #CE5C71;
}
.BgClassName
{
background-color: #CE5C71;
}
</style>
border-color css
<style>
span { border-color: #CE5C71; }
span { border-color: rgb(206,92,113); }
td.TdClassName
{
border-color: #CE5C71;
}
.TagClassName
{
border-color: #CE5C71;
}
</style>