Shades of Cabaret #CE646C
Tints of Cabaret #CE646C
RGB
CMYK
RGB Variations
Color information
#CE646C (or 0xCE646C) is known color: Cabaret. HEX triplet: CE, 64 and 6C. RGB value is (206,100,108). Sum of RGB (Red+Green+Blue) = 206+100+108=414 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.76% from 414); Green value is 100 (39.45% from 255 or 24.15% from 414); Blue value is 108 (42.58% from 255 or 26.09% from 414); Max value from RGB is 206 - color contains mainly: red. Hex color #CE646C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE646C is #319B93. Grayscale: #848484. Windows color (decimal): -3251092 or 7103694. OLE color: 7103694.
HSL color Cylindrical-coordinate representation of color #CE646C: hue angle of 355.47º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CE646C is Cyan = 0, Magento = 0.51, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 100 | 108 | - |
| CMYK | 0 | 0.51 | 0.48 | 0.19 |
| HSL | 355.47º | 0.52% | 0.6% | - |
| HSV(B) | 355.47º | 0.51% | 0.81% | - |
| XYZ | 32.72 | 23.32 | 16.96 | - |
| YUV | 132.61 | 114.12 | 180.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 100 | 108 | 0 | 0.51 | 0.48 | 0.19 | 355.47 | 0.52 | 0.6 |
| Hex | CE | 64 | 6C | 0 | 33 | 30 | 13 | 163 | 34 | 3C |
| Octal | 316 | 144 | 154 | 0 | 63 | 60 | 23 | 543 | 64 | 74 |
| Binary | 11001110 | 1100100 | 1101100 | 0 | 110011 | 110000 | 10011 | 101100011 | 110100 | 111100 |
Color Harmonies of #CE646C
Complementary color
Monochromatic Colors of #CE646C
Black with #CE646C
Text Example
Text Example
White with #CE646C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE646C; }
p { color: rgb(206,100,108); }
H1.HeaderClassName
{
color: #CE646C;
}
.AnyTagClassName
{
color: #CE646C;
}
</style>
background-color css
<style>
a { background-color: #CE646C; }
a { background-color: rgb(206,100,108); }
div.DivClassName
{
background-color: #CE646C;
}
.BgClassName
{
background-color: #CE646C;
}
</style>
border-color css
<style>
span { border-color: #CE646C; }
span { border-color: rgb(206,100,108); }
td.TdClassName
{
border-color: #CE646C;
}
.TagClassName
{
border-color: #CE646C;
}
</style>