Shades of Cabaret #CE617A
Tints of Cabaret #CE617A
RGB
CMYK
RGB Variations
Color information
#CE617A (or 0xCE617A) is known color: Cabaret. HEX triplet: CE, 61 and 7A. RGB value is (206,97,122). Sum of RGB (Red+Green+Blue) = 206+97+122=425 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.47% from 425); Green value is 97 (38.28% from 255 or 22.82% from 425); Blue value is 122 (48.05% from 255 or 28.71% from 425); Max value from RGB is 206 - color contains mainly: red. Hex color #CE617A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE617A is #319E85. Grayscale: #848484. Windows color (decimal): -3251846 or 8020430. OLE color: 8020430.
HSL color Cylindrical-coordinate representation of color #CE617A: hue angle of 346.24º 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 #CE617A is Cyan = 0, Magento = 0.53, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 97 | 122 | - |
| CMYK | 0 | 0.53 | 0.41 | 0.19 |
| HSL | 346.24º | 0.53% | 0.59% | - |
| HSV(B) | 346.24º | 0.53% | 0.81% | - |
| XYZ | 33.24 | 23.08 | 21.11 | - |
| YUV | 132.44 | 122.11 | 180.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 97 | 122 | 0 | 0.53 | 0.41 | 0.19 | 346.24 | 0.53 | 0.59 |
| Hex | CE | 61 | 7A | 0 | 35 | 29 | 13 | 15A | 35 | 3B |
| Octal | 316 | 141 | 172 | 0 | 65 | 51 | 23 | 532 | 65 | 73 |
| Binary | 11001110 | 1100001 | 1111010 | 0 | 110101 | 101001 | 10011 | 101011010 | 110101 | 111011 |
Color Harmonies of #CE617A
Complementary color
Monochromatic Colors of #CE617A
Black with #CE617A
Text Example
Text Example
White with #CE617A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE617A; }
p { color: rgb(206,97,122); }
H1.HeaderClassName
{
color: #CE617A;
}
.AnyTagClassName
{
color: #CE617A;
}
</style>
background-color css
<style>
a { background-color: #CE617A; }
a { background-color: rgb(206,97,122); }
div.DivClassName
{
background-color: #CE617A;
}
.BgClassName
{
background-color: #CE617A;
}
</style>
border-color css
<style>
span { border-color: #CE617A; }
span { border-color: rgb(206,97,122); }
td.TdClassName
{
border-color: #CE617A;
}
.TagClassName
{
border-color: #CE617A;
}
</style>