Shades of Cabaret #CE4765
Tints of Cabaret #CE4765
RGB
CMYK
RGB Variations
Color information
#CE4765 (or 0xCE4765) is known color: Cabaret. HEX triplet: CE, 47 and 65. RGB value is (206,71,101). Sum of RGB (Red+Green+Blue) = 206+71+101=378 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.50% from 378); Green value is 71 (28.12% from 255 or 18.78% from 378); Blue value is 101 (39.84% from 255 or 26.72% from 378); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4765 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE4765 is #31B89A. Grayscale: #727272. Windows color (decimal): -3258523 or 6637518. OLE color: 6637518.
HSL color Cylindrical-coordinate representation of color #CE4765: hue angle of 346.67º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CE4765 is Cyan = 0, Magento = 0.66, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 71 | 101 | - |
| CMYK | 0 | 0.66 | 0.51 | 0.19 |
| HSL | 346.67º | 0.58% | 0.54% | - |
| HSV(B) | 346.67º | 0.66% | 0.81% | - |
| XYZ | 30.06 | 18.57 | 14.31 | - |
| YUV | 114.79 | 120.23 | 193.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 71 | 101 | 0 | 0.66 | 0.51 | 0.19 | 346.67 | 0.58 | 0.54 |
| Hex | CE | 47 | 65 | 0 | 42 | 33 | 13 | 15B | 3A | 36 |
| Octal | 316 | 107 | 145 | 0 | 102 | 63 | 23 | 533 | 72 | 66 |
| Binary | 11001110 | 1000111 | 1100101 | 0 | 1000010 | 110011 | 10011 | 101011011 | 111010 | 110110 |
Color Harmonies of #CE4765
Complementary color
Monochromatic Colors of #CE4765
Black with #CE4765
Text Example
Text Example
White with #CE4765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4765; }
p { color: rgb(206,71,101); }
H1.HeaderClassName
{
color: #CE4765;
}
.AnyTagClassName
{
color: #CE4765;
}
</style>
background-color css
<style>
a { background-color: #CE4765; }
a { background-color: rgb(206,71,101); }
div.DivClassName
{
background-color: #CE4765;
}
.BgClassName
{
background-color: #CE4765;
}
</style>
border-color css
<style>
span { border-color: #CE4765; }
span { border-color: rgb(206,71,101); }
td.TdClassName
{
border-color: #CE4765;
}
.TagClassName
{
border-color: #CE4765;
}
</style>