Shades of Cabaret #CE5167
Tints of Cabaret #CE5167
RGB
CMYK
RGB Variations
Color information
#CE5167 (or 0xCE5167) is known color: Cabaret. HEX triplet: CE, 51 and 67. RGB value is (206,81,103). Sum of RGB (Red+Green+Blue) = 206+81+103=390 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.82% from 390); Green value is 81 (32.03% from 255 or 20.77% from 390); Blue value is 103 (40.62% from 255 or 26.41% from 390); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5167 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5167 is #31AE98. Grayscale: #787878. Windows color (decimal): -3255961 or 6771150. OLE color: 6771150.
HSL color Cylindrical-coordinate representation of color #CE5167: hue angle of 349.44º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CE5167 is Cyan = 0, Magento = 0.61, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 81 | 103 | - |
| CMYK | 0 | 0.61 | 0.50 | 0.19 |
| HSL | 349.44º | 0.56% | 0.56% | - |
| HSV(B) | 349.44º | 0.61% | 0.81% | - |
| XYZ | 30.84 | 19.99 | 15.06 | - |
| YUV | 120.88 | 117.91 | 188.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 81 | 103 | 0 | 0.61 | 0.50 | 0.19 | 349.44 | 0.56 | 0.56 |
| Hex | CE | 51 | 67 | 0 | 3D | 32 | 13 | 15D | 38 | 38 |
| Octal | 316 | 121 | 147 | 0 | 75 | 62 | 23 | 535 | 70 | 70 |
| Binary | 11001110 | 1010001 | 1100111 | 0 | 111101 | 110010 | 10011 | 101011101 | 111000 | 111000 |
Color Harmonies of #CE5167
Complementary color
Monochromatic Colors of #CE5167
Black with #CE5167
Text Example
Text Example
White with #CE5167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5167; }
p { color: rgb(206,81,103); }
H1.HeaderClassName
{
color: #CE5167;
}
.AnyTagClassName
{
color: #CE5167;
}
</style>
background-color css
<style>
a { background-color: #CE5167; }
a { background-color: rgb(206,81,103); }
div.DivClassName
{
background-color: #CE5167;
}
.BgClassName
{
background-color: #CE5167;
}
</style>
border-color css
<style>
span { border-color: #CE5167; }
span { border-color: rgb(206,81,103); }
td.TdClassName
{
border-color: #CE5167;
}
.TagClassName
{
border-color: #CE5167;
}
</style>