Shades of Cabaret #CE416D
Tints of Cabaret #CE416D
RGB
CMYK
RGB Variations
Color information
#CE416D (or 0xCE416D) is known color: Cabaret. HEX triplet: CE, 41 and 6D. RGB value is (206,65,109). Sum of RGB (Red+Green+Blue) = 206+65+109=380 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.21% from 380); Green value is 65 (25.78% from 255 or 17.11% from 380); Blue value is 109 (42.97% from 255 or 28.68% from 380); Max value from RGB is 206 - color contains mainly: red. Hex color #CE416D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE416D is #31BE92. Grayscale: #707070. Windows color (decimal): -3260051 or 7160270. OLE color: 7160270.
HSL color Cylindrical-coordinate representation of color #CE416D: hue angle of 341.28º 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 #CE416D is Cyan = 0, Magento = 0.68, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 65 | 109 | - |
| CMYK | 0 | 0.68 | 0.47 | 0.19 |
| HSL | 341.28º | 0.59% | 0.53% | - |
| HSV(B) | 341.28º | 0.68% | 0.81% | - |
| XYZ | 30.1 | 18.01 | 16.36 | - |
| YUV | 112.18 | 126.21 | 194.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 65 | 109 | 0 | 0.68 | 0.47 | 0.19 | 341.28 | 0.59 | 0.53 |
| Hex | CE | 41 | 6D | 0 | 44 | 2F | 13 | 155 | 3B | 35 |
| Octal | 316 | 101 | 155 | 0 | 104 | 57 | 23 | 525 | 73 | 65 |
| Binary | 11001110 | 1000001 | 1101101 | 0 | 1000100 | 101111 | 10011 | 101010101 | 111011 | 110101 |
Color Harmonies of #CE416D
Complementary color
Monochromatic Colors of #CE416D
Black with #CE416D
Text Example
Text Example
White with #CE416D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE416D; }
p { color: rgb(206,65,109); }
H1.HeaderClassName
{
color: #CE416D;
}
.AnyTagClassName
{
color: #CE416D;
}
</style>
background-color css
<style>
a { background-color: #CE416D; }
a { background-color: rgb(206,65,109); }
div.DivClassName
{
background-color: #CE416D;
}
.BgClassName
{
background-color: #CE416D;
}
</style>
border-color css
<style>
span { border-color: #CE416D; }
span { border-color: rgb(206,65,109); }
td.TdClassName
{
border-color: #CE416D;
}
.TagClassName
{
border-color: #CE416D;
}
</style>