Shades of Cabaret #CE5C72
Tints of Cabaret #CE5C72
RGB
CMYK
RGB Variations
Color information
#CE5C72 (or 0xCE5C72) is known color: Cabaret. HEX triplet: CE, 5C and 72. RGB value is (206,92,114). Sum of RGB (Red+Green+Blue) = 206+92+114=412 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50% from 412); Green value is 92 (36.33% from 255 or 22.33% from 412); Blue value is 114 (44.92% from 255 or 27.67% from 412); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5C72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5C72 is #31A38D. Grayscale: #808080. Windows color (decimal): -3253134 or 7494862. OLE color: 7494862.
HSL color Cylindrical-coordinate representation of color #CE5C72: hue angle of 348.42º 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 #CE5C72 is Cyan = 0, Magento = 0.55, Yellow = 0.45 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 92 | 114 | - |
| CMYK | 0 | 0.55 | 0.45 | 0.19 |
| HSL | 348.42º | 0.54% | 0.58% | - |
| HSV(B) | 348.42º | 0.55% | 0.81% | - |
| XYZ | 32.32 | 21.99 | 18.46 | - |
| YUV | 128.59 | 119.77 | 183.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 92 | 114 | 0 | 0.55 | 0.45 | 0.19 | 348.42 | 0.54 | 0.58 |
| Hex | CE | 5C | 72 | 0 | 37 | 2D | 13 | 15C | 36 | 3A |
| Octal | 316 | 134 | 162 | 0 | 67 | 55 | 23 | 534 | 66 | 72 |
| Binary | 11001110 | 1011100 | 1110010 | 0 | 110111 | 101101 | 10011 | 101011100 | 110110 | 111010 |
Color Harmonies of #CE5C72
Complementary color
Monochromatic Colors of #CE5C72
Black with #CE5C72
Text Example
Text Example
White with #CE5C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5C72; }
p { color: rgb(206,92,114); }
H1.HeaderClassName
{
color: #CE5C72;
}
.AnyTagClassName
{
color: #CE5C72;
}
</style>
background-color css
<style>
a { background-color: #CE5C72; }
a { background-color: rgb(206,92,114); }
div.DivClassName
{
background-color: #CE5C72;
}
.BgClassName
{
background-color: #CE5C72;
}
</style>
border-color css
<style>
span { border-color: #CE5C72; }
span { border-color: rgb(206,92,114); }
td.TdClassName
{
border-color: #CE5C72;
}
.TagClassName
{
border-color: #CE5C72;
}
</style>