Shades of Cabaret #CE4261
Tints of Cabaret #CE4261
RGB
CMYK
RGB Variations
Color information
#CE4261 (or 0xCE4261) is known color: Cabaret. HEX triplet: CE, 42 and 61. RGB value is (206,66,97). Sum of RGB (Red+Green+Blue) = 206+66+97=369 (48% of max value = 765). Red value is 206 (80.86% from 255 or 55.83% from 369); Green value is 66 (26.17% from 255 or 17.89% from 369); Blue value is 97 (38.28% from 255 or 26.29% from 369); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4261 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE4261 is #31BD9E. Grayscale: #6F6F6F. Windows color (decimal): -3259807 or 6374094. OLE color: 6374094.
HSL color Cylindrical-coordinate representation of color #CE4261: hue angle of 346.71º 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 #CE4261 is Cyan = 0, Magento = 0.68, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 66 | 97 | - |
| CMYK | 0 | 0.68 | 0.53 | 0.19 |
| HSL | 346.71º | 0.59% | 0.53% | - |
| HSV(B) | 346.71º | 0.68% | 0.81% | - |
| XYZ | 29.56 | 17.88 | 13.2 | - |
| YUV | 111.39 | 119.88 | 195.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 66 | 97 | 0 | 0.68 | 0.53 | 0.19 | 346.71 | 0.59 | 0.53 |
| Hex | CE | 42 | 61 | 0 | 44 | 35 | 13 | 15B | 3B | 35 |
| Octal | 316 | 102 | 141 | 0 | 104 | 65 | 23 | 533 | 73 | 65 |
| Binary | 11001110 | 1000010 | 1100001 | 0 | 1000100 | 110101 | 10011 | 101011011 | 111011 | 110101 |
Color Harmonies of #CE4261
Complementary color
Monochromatic Colors of #CE4261
Black with #CE4261
Text Example
Text Example
White with #CE4261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4261; }
p { color: rgb(206,66,97); }
H1.HeaderClassName
{
color: #CE4261;
}
.AnyTagClassName
{
color: #CE4261;
}
</style>
background-color css
<style>
a { background-color: #CE4261; }
a { background-color: rgb(206,66,97); }
div.DivClassName
{
background-color: #CE4261;
}
.BgClassName
{
background-color: #CE4261;
}
</style>
border-color css
<style>
span { border-color: #CE4261; }
span { border-color: rgb(206,66,97); }
td.TdClassName
{
border-color: #CE4261;
}
.TagClassName
{
border-color: #CE4261;
}
</style>