Shades of Cabaret #CE5467
Tints of Cabaret #CE5467
RGB
CMYK
RGB Variations
Color information
#CE5467 (or 0xCE5467) is known color: Cabaret. HEX triplet: CE, 54 and 67. RGB value is (206,84,103). Sum of RGB (Red+Green+Blue) = 206+84+103=393 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.42% from 393); Green value is 84 (33.20% from 255 or 21.37% from 393); Blue value is 103 (40.62% from 255 or 26.21% from 393); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5467 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5467 is #31AB98. Grayscale: #7A7A7A. Windows color (decimal): -3255193 or 6771918. OLE color: 6771918.
HSL color Cylindrical-coordinate representation of color #CE5467: hue angle of 350.66º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CE5467 is Cyan = 0, Magento = 0.59, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 84 | 103 | - |
| CMYK | 0 | 0.59 | 0.50 | 0.19 |
| HSL | 350.66º | 0.55% | 0.57% | - |
| HSV(B) | 350.66º | 0.59% | 0.81% | - |
| XYZ | 31.07 | 20.44 | 15.14 | - |
| YUV | 122.64 | 116.92 | 187.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 84 | 103 | 0 | 0.59 | 0.50 | 0.19 | 350.66 | 0.55 | 0.57 |
| Hex | CE | 54 | 67 | 0 | 3B | 32 | 13 | 15F | 37 | 39 |
| Octal | 316 | 124 | 147 | 0 | 73 | 62 | 23 | 537 | 67 | 71 |
| Binary | 11001110 | 1010100 | 1100111 | 0 | 111011 | 110010 | 10011 | 101011111 | 110111 | 111001 |
Color Harmonies of #CE5467
Complementary color
Monochromatic Colors of #CE5467
Black with #CE5467
Text Example
Text Example
White with #CE5467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5467; }
p { color: rgb(206,84,103); }
H1.HeaderClassName
{
color: #CE5467;
}
.AnyTagClassName
{
color: #CE5467;
}
</style>
background-color css
<style>
a { background-color: #CE5467; }
a { background-color: rgb(206,84,103); }
div.DivClassName
{
background-color: #CE5467;
}
.BgClassName
{
background-color: #CE5467;
}
</style>
border-color css
<style>
span { border-color: #CE5467; }
span { border-color: rgb(206,84,103); }
td.TdClassName
{
border-color: #CE5467;
}
.TagClassName
{
border-color: #CE5467;
}
</style>