Shades of Cabaret #CE5265
Tints of Cabaret #CE5265
RGB
CMYK
RGB Variations
Color information
#CE5265 (or 0xCE5265) is known color: Cabaret. HEX triplet: CE, 52 and 65. RGB value is (206,82,101). Sum of RGB (Red+Green+Blue) = 206+82+101=389 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.96% from 389); Green value is 82 (32.42% from 255 or 21.08% from 389); Blue value is 101 (39.84% from 255 or 25.96% from 389); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5265 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5265 is #31AD9A. Grayscale: #797979. Windows color (decimal): -3255707 or 6640334. OLE color: 6640334.
HSL color Cylindrical-coordinate representation of color #CE5265: hue angle of 350.81º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CE5265 is Cyan = 0, Magento = 0.60, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 82 | 101 | - |
| CMYK | 0 | 0.60 | 0.51 | 0.19 |
| HSL | 350.81º | 0.56% | 0.56% | - |
| HSV(B) | 350.81º | 0.6% | 0.81% | - |
| XYZ | 30.82 | 20.1 | 14.57 | - |
| YUV | 121.24 | 116.58 | 188.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 82 | 101 | 0 | 0.60 | 0.51 | 0.19 | 350.81 | 0.56 | 0.56 |
| Hex | CE | 52 | 65 | 0 | 3C | 33 | 13 | 15F | 38 | 38 |
| Octal | 316 | 122 | 145 | 0 | 74 | 63 | 23 | 537 | 70 | 70 |
| Binary | 11001110 | 1010010 | 1100101 | 0 | 111100 | 110011 | 10011 | 101011111 | 111000 | 111000 |
Color Harmonies of #CE5265
Complementary color
Monochromatic Colors of #CE5265
Black with #CE5265
Text Example
Text Example
White with #CE5265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5265; }
p { color: rgb(206,82,101); }
H1.HeaderClassName
{
color: #CE5265;
}
.AnyTagClassName
{
color: #CE5265;
}
</style>
background-color css
<style>
a { background-color: #CE5265; }
a { background-color: rgb(206,82,101); }
div.DivClassName
{
background-color: #CE5265;
}
.BgClassName
{
background-color: #CE5265;
}
</style>
border-color css
<style>
span { border-color: #CE5265; }
span { border-color: rgb(206,82,101); }
td.TdClassName
{
border-color: #CE5265;
}
.TagClassName
{
border-color: #CE5265;
}
</style>