Shades of Cabaret #CE656D
Tints of Cabaret #CE656D
RGB
CMYK
RGB Variations
Color information
#CE656D (or 0xCE656D) is known color: Cabaret. HEX triplet: CE, 65 and 6D. RGB value is (206,101,109). Sum of RGB (Red+Green+Blue) = 206+101+109=416 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.52% from 416); Green value is 101 (39.84% from 255 or 24.28% from 416); Blue value is 109 (42.97% from 255 or 26.20% from 416); Max value from RGB is 206 - color contains mainly: red. Hex color #CE656D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE656D is #319A92. Grayscale: #858585. Windows color (decimal): -3250835 or 7169486. OLE color: 7169486.
HSL color Cylindrical-coordinate representation of color #CE656D: hue angle of 355.43º 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 #CE656D is Cyan = 0, Magento = 0.51, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 101 | 109 | - |
| CMYK | 0 | 0.51 | 0.47 | 0.19 |
| HSL | 355.43º | 0.52% | 0.6% | - |
| HSV(B) | 355.43º | 0.51% | 0.81% | - |
| XYZ | 32.87 | 23.53 | 17.28 | - |
| YUV | 133.31 | 114.29 | 179.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 101 | 109 | 0 | 0.51 | 0.47 | 0.19 | 355.43 | 0.52 | 0.6 |
| Hex | CE | 65 | 6D | 0 | 33 | 2F | 13 | 163 | 34 | 3C |
| Octal | 316 | 145 | 155 | 0 | 63 | 57 | 23 | 543 | 64 | 74 |
| Binary | 11001110 | 1100101 | 1101101 | 0 | 110011 | 101111 | 10011 | 101100011 | 110100 | 111100 |
Color Harmonies of #CE656D
Complementary color
Monochromatic Colors of #CE656D
Black with #CE656D
Text Example
Text Example
White with #CE656D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE656D; }
p { color: rgb(206,101,109); }
H1.HeaderClassName
{
color: #CE656D;
}
.AnyTagClassName
{
color: #CE656D;
}
</style>
background-color css
<style>
a { background-color: #CE656D; }
a { background-color: rgb(206,101,109); }
div.DivClassName
{
background-color: #CE656D;
}
.BgClassName
{
background-color: #CE656D;
}
</style>
border-color css
<style>
span { border-color: #CE656D; }
span { border-color: rgb(206,101,109); }
td.TdClassName
{
border-color: #CE656D;
}
.TagClassName
{
border-color: #CE656D;
}
</style>