Shades of Cabaret #CE4968
Tints of Cabaret #CE4968
RGB
CMYK
RGB Variations
Color information
#CE4968 (or 0xCE4968) is known color: Cabaret. HEX triplet: CE, 49 and 68. RGB value is (206,73,104). Sum of RGB (Red+Green+Blue) = 206+73+104=383 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.79% from 383); Green value is 73 (28.91% from 255 or 19.06% from 383); Blue value is 104 (41.02% from 255 or 27.15% from 383); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4968 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE4968 is #31B697. Grayscale: #747474. Windows color (decimal): -3258008 or 6834638. OLE color: 6834638.
HSL color Cylindrical-coordinate representation of color #CE4968: hue angle of 346.02º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CE4968 is Cyan = 0, Magento = 0.65, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 73 | 104 | - |
| CMYK | 0 | 0.65 | 0.50 | 0.19 |
| HSL | 346.02º | 0.58% | 0.55% | - |
| HSV(B) | 346.02º | 0.65% | 0.81% | - |
| XYZ | 30.33 | 18.89 | 15.14 | - |
| YUV | 116.3 | 121.06 | 191.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 73 | 104 | 0 | 0.65 | 0.50 | 0.19 | 346.02 | 0.58 | 0.55 |
| Hex | CE | 49 | 68 | 0 | 41 | 32 | 13 | 15A | 3A | 37 |
| Octal | 316 | 111 | 150 | 0 | 101 | 62 | 23 | 532 | 72 | 67 |
| Binary | 11001110 | 1001001 | 1101000 | 0 | 1000001 | 110010 | 10011 | 101011010 | 111010 | 110111 |
Color Harmonies of #CE4968
Complementary color
Monochromatic Colors of #CE4968
Black with #CE4968
Text Example
Text Example
White with #CE4968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4968; }
p { color: rgb(206,73,104); }
H1.HeaderClassName
{
color: #CE4968;
}
.AnyTagClassName
{
color: #CE4968;
}
</style>
background-color css
<style>
a { background-color: #CE4968; }
a { background-color: rgb(206,73,104); }
div.DivClassName
{
background-color: #CE4968;
}
.BgClassName
{
background-color: #CE4968;
}
</style>
border-color css
<style>
span { border-color: #CE4968; }
span { border-color: rgb(206,73,104); }
td.TdClassName
{
border-color: #CE4968;
}
.TagClassName
{
border-color: #CE4968;
}
</style>