Shades of Cabaret #CE4168
Tints of Cabaret #CE4168
RGB
CMYK
RGB Variations
Color information
#CE4168 (or 0xCE4168) is known color: Cabaret. HEX triplet: CE, 41 and 68. RGB value is (206,65,104). Sum of RGB (Red+Green+Blue) = 206+65+104=375 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.93% from 375); Green value is 65 (25.78% from 255 or 17.33% from 375); Blue value is 104 (41.02% from 255 or 27.73% from 375); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4168 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE4168 is #31BE97. Grayscale: #6F6F6F. Windows color (decimal): -3260056 or 6832590. OLE color: 6832590.
HSL color Cylindrical-coordinate representation of color #CE4168: hue angle of 343.4º 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 #CE4168 is Cyan = 0, Magento = 0.68, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 65 | 104 | - |
| CMYK | 0 | 0.68 | 0.50 | 0.19 |
| HSL | 343.4º | 0.59% | 0.53% | - |
| HSV(B) | 343.4º | 0.68% | 0.81% | - |
| XYZ | 29.84 | 17.9 | 14.98 | - |
| YUV | 111.61 | 123.71 | 195.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 65 | 104 | 0 | 0.68 | 0.50 | 0.19 | 343.4 | 0.59 | 0.53 |
| Hex | CE | 41 | 68 | 0 | 44 | 32 | 13 | 157 | 3B | 35 |
| Octal | 316 | 101 | 150 | 0 | 104 | 62 | 23 | 527 | 73 | 65 |
| Binary | 11001110 | 1000001 | 1101000 | 0 | 1000100 | 110010 | 10011 | 101010111 | 111011 | 110101 |
Color Harmonies of #CE4168
Complementary color
Monochromatic Colors of #CE4168
Black with #CE4168
Text Example
Text Example
White with #CE4168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4168; }
p { color: rgb(206,65,104); }
H1.HeaderClassName
{
color: #CE4168;
}
.AnyTagClassName
{
color: #CE4168;
}
</style>
background-color css
<style>
a { background-color: #CE4168; }
a { background-color: rgb(206,65,104); }
div.DivClassName
{
background-color: #CE4168;
}
.BgClassName
{
background-color: #CE4168;
}
</style>
border-color css
<style>
span { border-color: #CE4168; }
span { border-color: rgb(206,65,104); }
td.TdClassName
{
border-color: #CE4168;
}
.TagClassName
{
border-color: #CE4168;
}
</style>