Shades of Cabaret #CE3F6B
Tints of Cabaret #CE3F6B
RGB
CMYK
RGB Variations
Color information
#CE3F6B (or 0xCE3F6B) is known color: Cabaret. HEX triplet: CE, 3F and 6B. RGB value is (206,63,107). Sum of RGB (Red+Green+Blue) = 206+63+107=376 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.79% from 376); Green value is 63 (25% from 255 or 16.76% from 376); Blue value is 107 (42.19% from 255 or 28.46% from 376); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3F6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3F6B is #31C094. Grayscale: #6E6E6E. Windows color (decimal): -3260565 or 7028686. OLE color: 7028686.
HSL color Cylindrical-coordinate representation of color #CE3F6B: hue angle of 341.54º 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 #CE3F6B is Cyan = 0, Magento = 0.69, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 63 | 107 | - |
| CMYK | 0 | 0.69 | 0.48 | 0.19 |
| HSL | 341.54º | 0.59% | 0.53% | - |
| HSV(B) | 341.54º | 0.69% | 0.81% | - |
| XYZ | 29.88 | 17.74 | 15.76 | - |
| YUV | 110.77 | 125.88 | 195.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 63 | 107 | 0 | 0.69 | 0.48 | 0.19 | 341.54 | 0.59 | 0.53 |
| Hex | CE | 3F | 6B | 0 | 45 | 30 | 13 | 156 | 3B | 35 |
| Octal | 316 | 77 | 153 | 0 | 105 | 60 | 23 | 526 | 73 | 65 |
| Binary | 11001110 | 111111 | 1101011 | 0 | 1000101 | 110000 | 10011 | 101010110 | 111011 | 110101 |
Color Harmonies of #CE3F6B
Complementary color
Monochromatic Colors of #CE3F6B
Black with #CE3F6B
Text Example
Text Example
White with #CE3F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3F6B; }
p { color: rgb(206,63,107); }
H1.HeaderClassName
{
color: #CE3F6B;
}
.AnyTagClassName
{
color: #CE3F6B;
}
</style>
background-color css
<style>
a { background-color: #CE3F6B; }
a { background-color: rgb(206,63,107); }
div.DivClassName
{
background-color: #CE3F6B;
}
.BgClassName
{
background-color: #CE3F6B;
}
</style>
border-color css
<style>
span { border-color: #CE3F6B; }
span { border-color: rgb(206,63,107); }
td.TdClassName
{
border-color: #CE3F6B;
}
.TagClassName
{
border-color: #CE3F6B;
}
</style>