Shades of Cabaret #CE5A6B
Tints of Cabaret #CE5A6B
RGB
CMYK
RGB Variations
Color information
#CE5A6B (or 0xCE5A6B) is known color: Cabaret. HEX triplet: CE, 5A and 6B. RGB value is (206,90,107). Sum of RGB (Red+Green+Blue) = 206+90+107=403 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.12% from 403); Green value is 90 (35.55% from 255 or 22.33% from 403); Blue value is 107 (42.19% from 255 or 26.55% from 403); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5A6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5A6B is #31A594. Grayscale: #7E7E7E. Windows color (decimal): -3253653 or 7035598. OLE color: 7035598.
HSL color Cylindrical-coordinate representation of color #CE5A6B: hue angle of 351.21º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CE5A6B is Cyan = 0, Magento = 0.56, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 90 | 107 | - |
| CMYK | 0 | 0.56 | 0.48 | 0.19 |
| HSL | 351.21º | 0.54% | 0.58% | - |
| HSV(B) | 351.21º | 0.56% | 0.81% | - |
| XYZ | 31.76 | 21.5 | 16.38 | - |
| YUV | 126.62 | 116.93 | 184.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 90 | 107 | 0 | 0.56 | 0.48 | 0.19 | 351.21 | 0.54 | 0.58 |
| Hex | CE | 5A | 6B | 0 | 38 | 30 | 13 | 15F | 36 | 3A |
| Octal | 316 | 132 | 153 | 0 | 70 | 60 | 23 | 537 | 66 | 72 |
| Binary | 11001110 | 1011010 | 1101011 | 0 | 111000 | 110000 | 10011 | 101011111 | 110110 | 111010 |
Color Harmonies of #CE5A6B
Complementary color
Monochromatic Colors of #CE5A6B
Black with #CE5A6B
Text Example
Text Example
White with #CE5A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5A6B; }
p { color: rgb(206,90,107); }
H1.HeaderClassName
{
color: #CE5A6B;
}
.AnyTagClassName
{
color: #CE5A6B;
}
</style>
background-color css
<style>
a { background-color: #CE5A6B; }
a { background-color: rgb(206,90,107); }
div.DivClassName
{
background-color: #CE5A6B;
}
.BgClassName
{
background-color: #CE5A6B;
}
</style>
border-color css
<style>
span { border-color: #CE5A6B; }
span { border-color: rgb(206,90,107); }
td.TdClassName
{
border-color: #CE5A6B;
}
.TagClassName
{
border-color: #CE5A6B;
}
</style>