Shades of Cabaret #CE4172
Tints of Cabaret #CE4172
RGB
CMYK
RGB Variations
Color information
#CE4172 (or 0xCE4172) is known color: Cabaret. HEX triplet: CE, 41 and 72. RGB value is (206,65,114). Sum of RGB (Red+Green+Blue) = 206+65+114=385 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.51% from 385); Green value is 65 (25.78% from 255 or 16.88% from 385); Blue value is 114 (44.92% from 255 or 29.61% from 385); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4172 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE4172 is #31BE8D. Grayscale: #707070. Windows color (decimal): -3260046 or 7487950. OLE color: 7487950.
HSL color Cylindrical-coordinate representation of color #CE4172: hue angle of 339.15º 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 #CE4172 is Cyan = 0, Magento = 0.68, Yellow = 0.45 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 65 | 114 | - |
| CMYK | 0 | 0.68 | 0.45 | 0.19 |
| HSL | 339.15º | 0.59% | 0.53% | - |
| HSV(B) | 339.15º | 0.68% | 0.81% | - |
| XYZ | 30.38 | 18.12 | 17.82 | - |
| YUV | 112.75 | 128.71 | 194.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 65 | 114 | 0 | 0.68 | 0.45 | 0.19 | 339.15 | 0.59 | 0.53 |
| Hex | CE | 41 | 72 | 0 | 44 | 2D | 13 | 153 | 3B | 35 |
| Octal | 316 | 101 | 162 | 0 | 104 | 55 | 23 | 523 | 73 | 65 |
| Binary | 11001110 | 1000001 | 1110010 | 0 | 1000100 | 101101 | 10011 | 101010011 | 111011 | 110101 |
Color Harmonies of #CE4172
Complementary color
Monochromatic Colors of #CE4172
Black with #CE4172
Text Example
Text Example
White with #CE4172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4172; }
p { color: rgb(206,65,114); }
H1.HeaderClassName
{
color: #CE4172;
}
.AnyTagClassName
{
color: #CE4172;
}
</style>
background-color css
<style>
a { background-color: #CE4172; }
a { background-color: rgb(206,65,114); }
div.DivClassName
{
background-color: #CE4172;
}
.BgClassName
{
background-color: #CE4172;
}
</style>
border-color css
<style>
span { border-color: #CE4172; }
span { border-color: rgb(206,65,114); }
td.TdClassName
{
border-color: #CE4172;
}
.TagClassName
{
border-color: #CE4172;
}
</style>