Shades of Cabaret #CE646F
Tints of Cabaret #CE646F
RGB
CMYK
RGB Variations
Color information
#CE646F (or 0xCE646F) is known color: Cabaret. HEX triplet: CE, 64 and 6F. RGB value is (206,100,111). Sum of RGB (Red+Green+Blue) = 206+100+111=417 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.40% from 417); Green value is 100 (39.45% from 255 or 23.98% from 417); Blue value is 111 (43.75% from 255 or 26.62% from 417); Max value from RGB is 206 - color contains mainly: red. Hex color #CE646F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE646F is #319B90. Grayscale: #858585. Windows color (decimal): -3251089 or 7300302. OLE color: 7300302.
HSL color Cylindrical-coordinate representation of color #CE646F: hue angle of 353.77º 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 #CE646F is Cyan = 0, Magento = 0.51, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 100 | 111 | - |
| CMYK | 0 | 0.51 | 0.46 | 0.19 |
| HSL | 353.77º | 0.52% | 0.6% | - |
| HSV(B) | 353.77º | 0.51% | 0.81% | - |
| XYZ | 32.88 | 23.38 | 17.82 | - |
| YUV | 132.95 | 115.62 | 180.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 100 | 111 | 0 | 0.51 | 0.46 | 0.19 | 353.77 | 0.52 | 0.6 |
| Hex | CE | 64 | 6F | 0 | 33 | 2E | 13 | 162 | 34 | 3C |
| Octal | 316 | 144 | 157 | 0 | 63 | 56 | 23 | 542 | 64 | 74 |
| Binary | 11001110 | 1100100 | 1101111 | 0 | 110011 | 101110 | 10011 | 101100010 | 110100 | 111100 |
Color Harmonies of #CE646F
Complementary color
Monochromatic Colors of #CE646F
Black with #CE646F
Text Example
Text Example
White with #CE646F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE646F; }
p { color: rgb(206,100,111); }
H1.HeaderClassName
{
color: #CE646F;
}
.AnyTagClassName
{
color: #CE646F;
}
</style>
background-color css
<style>
a { background-color: #CE646F; }
a { background-color: rgb(206,100,111); }
div.DivClassName
{
background-color: #CE646F;
}
.BgClassName
{
background-color: #CE646F;
}
</style>
border-color css
<style>
span { border-color: #CE646F; }
span { border-color: rgb(206,100,111); }
td.TdClassName
{
border-color: #CE646F;
}
.TagClassName
{
border-color: #CE646F;
}
</style>