Shades of Cabaret #CE5164
Tints of Cabaret #CE5164
RGB
CMYK
RGB Variations
Color information
#CE5164 (or 0xCE5164) is known color: Cabaret. HEX triplet: CE, 51 and 64. RGB value is (206,81,100). Sum of RGB (Red+Green+Blue) = 206+81+100=387 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.23% from 387); Green value is 81 (32.03% from 255 or 20.93% from 387); Blue value is 100 (39.45% from 255 or 25.84% from 387); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5164 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5164 is #31AE9B. Grayscale: #787878. Windows color (decimal): -3255964 or 6574542. OLE color: 6574542.
HSL color Cylindrical-coordinate representation of color #CE5164: hue angle of 350.88º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CE5164 is Cyan = 0, Magento = 0.61, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 81 | 100 | - |
| CMYK | 0 | 0.61 | 0.51 | 0.19 |
| HSL | 350.88º | 0.56% | 0.56% | - |
| HSV(B) | 350.88º | 0.61% | 0.81% | - |
| XYZ | 30.7 | 19.93 | 14.28 | - |
| YUV | 120.54 | 116.41 | 188.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 81 | 100 | 0 | 0.61 | 0.51 | 0.19 | 350.88 | 0.56 | 0.56 |
| Hex | CE | 51 | 64 | 0 | 3D | 33 | 13 | 15F | 38 | 38 |
| Octal | 316 | 121 | 144 | 0 | 75 | 63 | 23 | 537 | 70 | 70 |
| Binary | 11001110 | 1010001 | 1100100 | 0 | 111101 | 110011 | 10011 | 101011111 | 111000 | 111000 |
Color Harmonies of #CE5164
Complementary color
Monochromatic Colors of #CE5164
Black with #CE5164
Text Example
Text Example
White with #CE5164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5164; }
p { color: rgb(206,81,100); }
H1.HeaderClassName
{
color: #CE5164;
}
.AnyTagClassName
{
color: #CE5164;
}
</style>
background-color css
<style>
a { background-color: #CE5164; }
a { background-color: rgb(206,81,100); }
div.DivClassName
{
background-color: #CE5164;
}
.BgClassName
{
background-color: #CE5164;
}
</style>
border-color css
<style>
span { border-color: #CE5164; }
span { border-color: rgb(206,81,100); }
td.TdClassName
{
border-color: #CE5164;
}
.TagClassName
{
border-color: #CE5164;
}
</style>