Shades of Cabaret #CE5C7A
Tints of Cabaret #CE5C7A
RGB
CMYK
RGB Variations
Color information
#CE5C7A (or 0xCE5C7A) is known color: Cabaret. HEX triplet: CE, 5C and 7A. RGB value is (206,92,122). Sum of RGB (Red+Green+Blue) = 206+92+122=420 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.05% from 420); Green value is 92 (36.33% from 255 or 21.90% from 420); Blue value is 122 (48.05% from 255 or 29.05% from 420); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5C7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5C7A is #31A385. Grayscale: #818181. Windows color (decimal): -3253126 or 8019150. OLE color: 8019150.
HSL color Cylindrical-coordinate representation of color #CE5C7A: hue angle of 344.21º 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 #CE5C7A is Cyan = 0, Magento = 0.55, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 92 | 122 | - |
| CMYK | 0 | 0.55 | 0.41 | 0.19 |
| HSL | 344.21º | 0.54% | 0.58% | - |
| HSV(B) | 344.21º | 0.55% | 0.81% | - |
| XYZ | 32.79 | 22.18 | 20.97 | - |
| YUV | 129.51 | 123.77 | 182.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 92 | 122 | 0 | 0.55 | 0.41 | 0.19 | 344.21 | 0.54 | 0.58 |
| Hex | CE | 5C | 7A | 0 | 37 | 29 | 13 | 158 | 36 | 3A |
| Octal | 316 | 134 | 172 | 0 | 67 | 51 | 23 | 530 | 66 | 72 |
| Binary | 11001110 | 1011100 | 1111010 | 0 | 110111 | 101001 | 10011 | 101011000 | 110110 | 111010 |
Color Harmonies of #CE5C7A
Complementary color
Monochromatic Colors of #CE5C7A
Black with #CE5C7A
Text Example
Text Example
White with #CE5C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5C7A; }
p { color: rgb(206,92,122); }
H1.HeaderClassName
{
color: #CE5C7A;
}
.AnyTagClassName
{
color: #CE5C7A;
}
</style>
background-color css
<style>
a { background-color: #CE5C7A; }
a { background-color: rgb(206,92,122); }
div.DivClassName
{
background-color: #CE5C7A;
}
.BgClassName
{
background-color: #CE5C7A;
}
</style>
border-color css
<style>
span { border-color: #CE5C7A; }
span { border-color: rgb(206,92,122); }
td.TdClassName
{
border-color: #CE5C7A;
}
.TagClassName
{
border-color: #CE5C7A;
}
</style>