Shades of Cabaret #CE4267
Tints of Cabaret #CE4267
RGB
CMYK
RGB Variations
Color information
#CE4267 (or 0xCE4267) is known color: Cabaret. HEX triplet: CE, 42 and 67. RGB value is (206,66,103). Sum of RGB (Red+Green+Blue) = 206+66+103=375 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.93% from 375); Green value is 66 (26.17% from 255 or 17.6% from 375); Blue value is 103 (40.62% from 255 or 27.47% from 375); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4267 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE4267 is #31BD98. Grayscale: #707070. Windows color (decimal): -3259801 or 6767310. OLE color: 6767310.
HSL color Cylindrical-coordinate representation of color #CE4267: hue angle of 344.14º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CE4267 is Cyan = 0, Magento = 0.68, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 66 | 103 | - |
| CMYK | 0 | 0.68 | 0.50 | 0.19 |
| HSL | 344.14º | 0.59% | 0.53% | - |
| HSV(B) | 344.14º | 0.68% | 0.81% | - |
| XYZ | 29.85 | 18 | 14.73 | - |
| YUV | 112.08 | 122.88 | 194.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 66 | 103 | 0 | 0.68 | 0.50 | 0.19 | 344.14 | 0.59 | 0.53 |
| Hex | CE | 42 | 67 | 0 | 44 | 32 | 13 | 158 | 3B | 35 |
| Octal | 316 | 102 | 147 | 0 | 104 | 62 | 23 | 530 | 73 | 65 |
| Binary | 11001110 | 1000010 | 1100111 | 0 | 1000100 | 110010 | 10011 | 101011000 | 111011 | 110101 |
Color Harmonies of #CE4267
Complementary color
Monochromatic Colors of #CE4267
Black with #CE4267
Text Example
Text Example
White with #CE4267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4267; }
p { color: rgb(206,66,103); }
H1.HeaderClassName
{
color: #CE4267;
}
.AnyTagClassName
{
color: #CE4267;
}
</style>
background-color css
<style>
a { background-color: #CE4267; }
a { background-color: rgb(206,66,103); }
div.DivClassName
{
background-color: #CE4267;
}
.BgClassName
{
background-color: #CE4267;
}
</style>
border-color css
<style>
span { border-color: #CE4267; }
span { border-color: rgb(206,66,103); }
td.TdClassName
{
border-color: #CE4267;
}
.TagClassName
{
border-color: #CE4267;
}
</style>