Shades of Cabaret #CE5465
Tints of Cabaret #CE5465
RGB
CMYK
RGB Variations
Color information
#CE5465 (or 0xCE5465) is known color: Cabaret. HEX triplet: CE, 54 and 65. RGB value is (206,84,101). Sum of RGB (Red+Green+Blue) = 206+84+101=391 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.69% from 391); Green value is 84 (33.20% from 255 or 21.48% from 391); Blue value is 101 (39.84% from 255 or 25.83% from 391); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5465 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5465 is #31AB9A. Grayscale: #7A7A7A. Windows color (decimal): -3255195 or 6640846. OLE color: 6640846.
HSL color Cylindrical-coordinate representation of color #CE5465: hue angle of 351.64º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CE5465 is Cyan = 0, Magento = 0.59, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 84 | 101 | - |
| CMYK | 0 | 0.59 | 0.51 | 0.19 |
| HSL | 351.64º | 0.55% | 0.57% | - |
| HSV(B) | 351.64º | 0.59% | 0.81% | - |
| XYZ | 30.97 | 20.4 | 14.62 | - |
| YUV | 122.42 | 115.92 | 187.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 84 | 101 | 0 | 0.59 | 0.51 | 0.19 | 351.64 | 0.55 | 0.57 |
| Hex | CE | 54 | 65 | 0 | 3B | 33 | 13 | 160 | 37 | 39 |
| Octal | 316 | 124 | 145 | 0 | 73 | 63 | 23 | 540 | 67 | 71 |
| Binary | 11001110 | 1010100 | 1100101 | 0 | 111011 | 110011 | 10011 | 101100000 | 110111 | 111001 |
Color Harmonies of #CE5465
Complementary color
Monochromatic Colors of #CE5465
Black with #CE5465
Text Example
Text Example
White with #CE5465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5465; }
p { color: rgb(206,84,101); }
H1.HeaderClassName
{
color: #CE5465;
}
.AnyTagClassName
{
color: #CE5465;
}
</style>
background-color css
<style>
a { background-color: #CE5465; }
a { background-color: rgb(206,84,101); }
div.DivClassName
{
background-color: #CE5465;
}
.BgClassName
{
background-color: #CE5465;
}
</style>
border-color css
<style>
span { border-color: #CE5465; }
span { border-color: rgb(206,84,101); }
td.TdClassName
{
border-color: #CE5465;
}
.TagClassName
{
border-color: #CE5465;
}
</style>