Shades of Cabaret #CE606B
Tints of Cabaret #CE606B
RGB
CMYK
RGB Variations
Color information
#CE606B (or 0xCE606B) is known color: Cabaret. HEX triplet: CE, 60 and 6B. RGB value is (206,96,107). Sum of RGB (Red+Green+Blue) = 206+96+107=409 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.37% from 409); Green value is 96 (37.89% from 255 or 23.47% from 409); Blue value is 107 (42.19% from 255 or 26.16% from 409); Max value from RGB is 206 - color contains mainly: red. Hex color #CE606B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE606B is #319F94. Grayscale: #828282. Windows color (decimal): -3252117 or 7037134. OLE color: 7037134.
HSL color Cylindrical-coordinate representation of color #CE606B: hue angle of 354º 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 #CE606B is Cyan = 0, Magento = 0.53, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 96 | 107 | - |
| CMYK | 0 | 0.53 | 0.48 | 0.19 |
| HSL | 354º | 0.53% | 0.59% | - |
| HSV(B) | 354º | 0.53% | 0.81% | - |
| XYZ | 32.29 | 22.55 | 16.56 | - |
| YUV | 130.14 | 114.94 | 182.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 96 | 107 | 0 | 0.53 | 0.48 | 0.19 | 354 | 0.53 | 0.59 |
| Hex | CE | 60 | 6B | 0 | 35 | 30 | 13 | 162 | 35 | 3B |
| Octal | 316 | 140 | 153 | 0 | 65 | 60 | 23 | 542 | 65 | 73 |
| Binary | 11001110 | 1100000 | 1101011 | 0 | 110101 | 110000 | 10011 | 101100010 | 110101 | 111011 |
Color Harmonies of #CE606B
Complementary color
Monochromatic Colors of #CE606B
Black with #CE606B
Text Example
Text Example
White with #CE606B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE606B; }
p { color: rgb(206,96,107); }
H1.HeaderClassName
{
color: #CE606B;
}
.AnyTagClassName
{
color: #CE606B;
}
</style>
background-color css
<style>
a { background-color: #CE606B; }
a { background-color: rgb(206,96,107); }
div.DivClassName
{
background-color: #CE606B;
}
.BgClassName
{
background-color: #CE606B;
}
</style>
border-color css
<style>
span { border-color: #CE606B; }
span { border-color: rgb(206,96,107); }
td.TdClassName
{
border-color: #CE606B;
}
.TagClassName
{
border-color: #CE606B;
}
</style>