Shades of Cabaret #CE5D67
Tints of Cabaret #CE5D67
RGB
CMYK
RGB Variations
Color information
#CE5D67 (or 0xCE5D67) is known color: Cabaret. HEX triplet: CE, 5D and 67. RGB value is (206,93,103). Sum of RGB (Red+Green+Blue) = 206+93+103=402 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.24% from 402); Green value is 93 (36.72% from 255 or 23.13% from 402); Blue value is 103 (40.62% from 255 or 25.62% from 402); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5D67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5D67 is #31A298. Grayscale: #7F7F7F. Windows color (decimal): -3252889 or 6774222. OLE color: 6774222.
HSL color Cylindrical-coordinate representation of color #CE5D67: hue angle of 354.69º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CE5D67 is Cyan = 0, Magento = 0.55, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 93 | 103 | - |
| CMYK | 0 | 0.55 | 0.50 | 0.19 |
| HSL | 354.69º | 0.54% | 0.59% | - |
| HSV(B) | 354.69º | 0.55% | 0.81% | - |
| XYZ | 31.82 | 21.93 | 15.39 | - |
| YUV | 127.93 | 113.94 | 183.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 93 | 103 | 0 | 0.55 | 0.50 | 0.19 | 354.69 | 0.54 | 0.59 |
| Hex | CE | 5D | 67 | 0 | 37 | 32 | 13 | 163 | 36 | 3B |
| Octal | 316 | 135 | 147 | 0 | 67 | 62 | 23 | 543 | 66 | 73 |
| Binary | 11001110 | 1011101 | 1100111 | 0 | 110111 | 110010 | 10011 | 101100011 | 110110 | 111011 |
Color Harmonies of #CE5D67
Complementary color
Monochromatic Colors of #CE5D67
Black with #CE5D67
Text Example
Text Example
White with #CE5D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5D67; }
p { color: rgb(206,93,103); }
H1.HeaderClassName
{
color: #CE5D67;
}
.AnyTagClassName
{
color: #CE5D67;
}
</style>
background-color css
<style>
a { background-color: #CE5D67; }
a { background-color: rgb(206,93,103); }
div.DivClassName
{
background-color: #CE5D67;
}
.BgClassName
{
background-color: #CE5D67;
}
</style>
border-color css
<style>
span { border-color: #CE5D67; }
span { border-color: rgb(206,93,103); }
td.TdClassName
{
border-color: #CE5D67;
}
.TagClassName
{
border-color: #CE5D67;
}
</style>