Shades of Cabaret #CE3F65
Tints of Cabaret #CE3F65
RGB
CMYK
RGB Variations
Color information
#CE3F65 (or 0xCE3F65) is known color: Cabaret. HEX triplet: CE, 3F and 65. RGB value is (206,63,101). Sum of RGB (Red+Green+Blue) = 206+63+101=370 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.68% from 370); Green value is 63 (25% from 255 or 17.03% from 370); Blue value is 101 (39.84% from 255 or 27.30% from 370); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3F65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3F65 is #31C09A. Grayscale: #6E6E6E. Windows color (decimal): -3260571 or 6635470. OLE color: 6635470.
HSL color Cylindrical-coordinate representation of color #CE3F65: hue angle of 344.06º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CE3F65 is Cyan = 0, Magento = 0.69, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 63 | 101 | - |
| CMYK | 0 | 0.69 | 0.51 | 0.19 |
| HSL | 344.06º | 0.59% | 0.53% | - |
| HSV(B) | 344.06º | 0.69% | 0.81% | - |
| XYZ | 29.58 | 17.62 | 14.15 | - |
| YUV | 110.09 | 122.88 | 196.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 63 | 101 | 0 | 0.69 | 0.51 | 0.19 | 344.06 | 0.59 | 0.53 |
| Hex | CE | 3F | 65 | 0 | 45 | 33 | 13 | 158 | 3B | 35 |
| Octal | 316 | 77 | 145 | 0 | 105 | 63 | 23 | 530 | 73 | 65 |
| Binary | 11001110 | 111111 | 1100101 | 0 | 1000101 | 110011 | 10011 | 101011000 | 111011 | 110101 |
Color Harmonies of #CE3F65
Complementary color
Monochromatic Colors of #CE3F65
Black with #CE3F65
Text Example
Text Example
White with #CE3F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3F65; }
p { color: rgb(206,63,101); }
H1.HeaderClassName
{
color: #CE3F65;
}
.AnyTagClassName
{
color: #CE3F65;
}
</style>
background-color css
<style>
a { background-color: #CE3F65; }
a { background-color: rgb(206,63,101); }
div.DivClassName
{
background-color: #CE3F65;
}
.BgClassName
{
background-color: #CE3F65;
}
</style>
border-color css
<style>
span { border-color: #CE3F65; }
span { border-color: rgb(206,63,101); }
td.TdClassName
{
border-color: #CE3F65;
}
.TagClassName
{
border-color: #CE3F65;
}
</style>