Shades of Cabaret #CE5374
Tints of Cabaret #CE5374
RGB
CMYK
RGB Variations
Color information
#CE5374 (or 0xCE5374) is known color: Cabaret. HEX triplet: CE, 53 and 74. RGB value is (206,83,116). Sum of RGB (Red+Green+Blue) = 206+83+116=405 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.86% from 405); Green value is 83 (32.81% from 255 or 20.49% from 405); Blue value is 116 (45.70% from 255 or 28.64% from 405); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5374 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5374 is #31AC8B. Grayscale: #7B7B7B. Windows color (decimal): -3255436 or 7623630. OLE color: 7623630.
HSL color Cylindrical-coordinate representation of color #CE5374: hue angle of 343.9º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CE5374 is Cyan = 0, Magento = 0.60, Yellow = 0.44 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 83 | 116 | - |
| CMYK | 0 | 0.60 | 0.44 | 0.19 |
| HSL | 343.9º | 0.56% | 0.57% | - |
| HSV(B) | 343.9º | 0.6% | 0.81% | - |
| XYZ | 31.7 | 20.57 | 18.82 | - |
| YUV | 123.54 | 123.75 | 186.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 83 | 116 | 0 | 0.60 | 0.44 | 0.19 | 343.9 | 0.56 | 0.57 |
| Hex | CE | 53 | 74 | 0 | 3C | 2C | 13 | 158 | 38 | 39 |
| Octal | 316 | 123 | 164 | 0 | 74 | 54 | 23 | 530 | 70 | 71 |
| Binary | 11001110 | 1010011 | 1110100 | 0 | 111100 | 101100 | 10011 | 101011000 | 111000 | 111001 |
Color Harmonies of #CE5374
Complementary color
Monochromatic Colors of #CE5374
Black with #CE5374
Text Example
Text Example
White with #CE5374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5374; }
p { color: rgb(206,83,116); }
H1.HeaderClassName
{
color: #CE5374;
}
.AnyTagClassName
{
color: #CE5374;
}
</style>
background-color css
<style>
a { background-color: #CE5374; }
a { background-color: rgb(206,83,116); }
div.DivClassName
{
background-color: #CE5374;
}
.BgClassName
{
background-color: #CE5374;
}
</style>
border-color css
<style>
span { border-color: #CE5374; }
span { border-color: rgb(206,83,116); }
td.TdClassName
{
border-color: #CE5374;
}
.TagClassName
{
border-color: #CE5374;
}
</style>