Shades of Cabaret #CE616B
Tints of Cabaret #CE616B
RGB
CMYK
RGB Variations
Color information
#CE616B (or 0xCE616B) is known color: Cabaret. HEX triplet: CE, 61 and 6B. RGB value is (206,97,107). Sum of RGB (Red+Green+Blue) = 206+97+107=410 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.24% from 410); Green value is 97 (38.28% from 255 or 23.66% from 410); Blue value is 107 (42.19% from 255 or 26.10% from 410); Max value from RGB is 206 - color contains mainly: red. Hex color #CE616B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE616B is #319E94. Grayscale: #828282. Windows color (decimal): -3251861 or 7037390. OLE color: 7037390.
HSL color Cylindrical-coordinate representation of color #CE616B: hue angle of 354.5º 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 #CE616B is Cyan = 0, Magento = 0.53, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 97 | 107 | - |
| CMYK | 0 | 0.53 | 0.48 | 0.19 |
| HSL | 354.5º | 0.53% | 0.59% | - |
| HSV(B) | 354.5º | 0.53% | 0.81% | - |
| XYZ | 32.38 | 22.73 | 16.59 | - |
| YUV | 130.73 | 114.61 | 181.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 97 | 107 | 0 | 0.53 | 0.48 | 0.19 | 354.5 | 0.53 | 0.59 |
| Hex | CE | 61 | 6B | 0 | 35 | 30 | 13 | 162 | 35 | 3B |
| Octal | 316 | 141 | 153 | 0 | 65 | 60 | 23 | 542 | 65 | 73 |
| Binary | 11001110 | 1100001 | 1101011 | 0 | 110101 | 110000 | 10011 | 101100010 | 110101 | 111011 |
Color Harmonies of #CE616B
Complementary color
Monochromatic Colors of #CE616B
Black with #CE616B
Text Example
Text Example
White with #CE616B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE616B; }
p { color: rgb(206,97,107); }
H1.HeaderClassName
{
color: #CE616B;
}
.AnyTagClassName
{
color: #CE616B;
}
</style>
background-color css
<style>
a { background-color: #CE616B; }
a { background-color: rgb(206,97,107); }
div.DivClassName
{
background-color: #CE616B;
}
.BgClassName
{
background-color: #CE616B;
}
</style>
border-color css
<style>
span { border-color: #CE616B; }
span { border-color: rgb(206,97,107); }
td.TdClassName
{
border-color: #CE616B;
}
.TagClassName
{
border-color: #CE616B;
}
</style>