Shades of Cabaret #CE4163
Tints of Cabaret #CE4163
RGB
CMYK
RGB Variations
Color information
#CE4163 (or 0xCE4163) is known color: Cabaret. HEX triplet: CE, 41 and 63. RGB value is (206,65,99). Sum of RGB (Red+Green+Blue) = 206+65+99=370 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.68% from 370); Green value is 65 (25.78% from 255 or 17.57% from 370); Blue value is 99 (39.06% from 255 or 26.76% from 370); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4163 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE4163 is #31BE9C. Grayscale: #6F6F6F. Windows color (decimal): -3260061 or 6504910. OLE color: 6504910.
HSL color Cylindrical-coordinate representation of color #CE4163: hue angle of 345.53º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CE4163 is Cyan = 0, Magento = 0.68, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 65 | 99 | - |
| CMYK | 0 | 0.68 | 0.52 | 0.19 |
| HSL | 345.53º | 0.59% | 0.53% | - |
| HSV(B) | 345.53º | 0.68% | 0.81% | - |
| XYZ | 29.6 | 17.8 | 13.68 | - |
| YUV | 111.04 | 121.21 | 195.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 65 | 99 | 0 | 0.68 | 0.52 | 0.19 | 345.53 | 0.59 | 0.53 |
| Hex | CE | 41 | 63 | 0 | 44 | 34 | 13 | 15A | 3B | 35 |
| Octal | 316 | 101 | 143 | 0 | 104 | 64 | 23 | 532 | 73 | 65 |
| Binary | 11001110 | 1000001 | 1100011 | 0 | 1000100 | 110100 | 10011 | 101011010 | 111011 | 110101 |
Color Harmonies of #CE4163
Complementary color
Monochromatic Colors of #CE4163
Black with #CE4163
Text Example
Text Example
White with #CE4163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4163; }
p { color: rgb(206,65,99); }
H1.HeaderClassName
{
color: #CE4163;
}
.AnyTagClassName
{
color: #CE4163;
}
</style>
background-color css
<style>
a { background-color: #CE4163; }
a { background-color: rgb(206,65,99); }
div.DivClassName
{
background-color: #CE4163;
}
.BgClassName
{
background-color: #CE4163;
}
</style>
border-color css
<style>
span { border-color: #CE4163; }
span { border-color: rgb(206,65,99); }
td.TdClassName
{
border-color: #CE4163;
}
.TagClassName
{
border-color: #CE4163;
}
</style>