Shades of Cabaret #CE616C
Tints of Cabaret #CE616C
RGB
CMYK
RGB Variations
Color information
#CE616C (or 0xCE616C) is known color: Cabaret. HEX triplet: CE, 61 and 6C. RGB value is (206,97,108). Sum of RGB (Red+Green+Blue) = 206+97+108=411 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.12% from 411); Green value is 97 (38.28% from 255 or 23.60% from 411); Blue value is 108 (42.58% from 255 or 26.28% from 411); Max value from RGB is 206 - color contains mainly: red. Hex color #CE616C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE616C is #319E93. Grayscale: #828282. Windows color (decimal): -3251860 or 7102926. OLE color: 7102926.
HSL color Cylindrical-coordinate representation of color #CE616C: hue angle of 353.94º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CE616C is Cyan = 0, Magento = 0.53, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 97 | 108 | - |
| CMYK | 0 | 0.53 | 0.48 | 0.19 |
| HSL | 353.94º | 0.53% | 0.59% | - |
| HSV(B) | 353.94º | 0.53% | 0.81% | - |
| XYZ | 32.44 | 22.75 | 16.87 | - |
| YUV | 130.85 | 115.11 | 181.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 97 | 108 | 0 | 0.53 | 0.48 | 0.19 | 353.94 | 0.53 | 0.59 |
| Hex | CE | 61 | 6C | 0 | 35 | 30 | 13 | 162 | 35 | 3B |
| Octal | 316 | 141 | 154 | 0 | 65 | 60 | 23 | 542 | 65 | 73 |
| Binary | 11001110 | 1100001 | 1101100 | 0 | 110101 | 110000 | 10011 | 101100010 | 110101 | 111011 |
Color Harmonies of #CE616C
Complementary color
Monochromatic Colors of #CE616C
Black with #CE616C
Text Example
Text Example
White with #CE616C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE616C; }
p { color: rgb(206,97,108); }
H1.HeaderClassName
{
color: #CE616C;
}
.AnyTagClassName
{
color: #CE616C;
}
</style>
background-color css
<style>
a { background-color: #CE616C; }
a { background-color: rgb(206,97,108); }
div.DivClassName
{
background-color: #CE616C;
}
.BgClassName
{
background-color: #CE616C;
}
</style>
border-color css
<style>
span { border-color: #CE616C; }
span { border-color: rgb(206,97,108); }
td.TdClassName
{
border-color: #CE616C;
}
.TagClassName
{
border-color: #CE616C;
}
</style>