Shades of Cabaret #CE4362
Tints of Cabaret #CE4362
RGB
CMYK
RGB Variations
Color information
#CE4362 (or 0xCE4362) is known color: Cabaret. HEX triplet: CE, 43 and 62. RGB value is (206,67,98). Sum of RGB (Red+Green+Blue) = 206+67+98=371 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.53% from 371); Green value is 67 (26.56% from 255 or 18.06% from 371); Blue value is 98 (38.67% from 255 or 26.42% from 371); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4362 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE4362 is #31BC9D. Grayscale: #707070. Windows color (decimal): -3259550 or 6439886. OLE color: 6439886.
HSL color Cylindrical-coordinate representation of color #CE4362: hue angle of 346.62º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CE4362 is Cyan = 0, Magento = 0.67, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 67 | 98 | - |
| CMYK | 0 | 0.67 | 0.52 | 0.19 |
| HSL | 346.62º | 0.59% | 0.54% | - |
| HSV(B) | 346.62º | 0.67% | 0.81% | - |
| XYZ | 29.67 | 18.02 | 13.47 | - |
| YUV | 112.1 | 120.05 | 194.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 67 | 98 | 0 | 0.67 | 0.52 | 0.19 | 346.62 | 0.59 | 0.54 |
| Hex | CE | 43 | 62 | 0 | 43 | 34 | 13 | 15B | 3B | 36 |
| Octal | 316 | 103 | 142 | 0 | 103 | 64 | 23 | 533 | 73 | 66 |
| Binary | 11001110 | 1000011 | 1100010 | 0 | 1000011 | 110100 | 10011 | 101011011 | 111011 | 110110 |
Color Harmonies of #CE4362
Complementary color
Monochromatic Colors of #CE4362
Black with #CE4362
Text Example
Text Example
White with #CE4362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4362; }
p { color: rgb(206,67,98); }
H1.HeaderClassName
{
color: #CE4362;
}
.AnyTagClassName
{
color: #CE4362;
}
</style>
background-color css
<style>
a { background-color: #CE4362; }
a { background-color: rgb(206,67,98); }
div.DivClassName
{
background-color: #CE4362;
}
.BgClassName
{
background-color: #CE4362;
}
</style>
border-color css
<style>
span { border-color: #CE4362; }
span { border-color: rgb(206,67,98); }
td.TdClassName
{
border-color: #CE4362;
}
.TagClassName
{
border-color: #CE4362;
}
</style>