Shades of Cabaret #CE5F7B
Tints of Cabaret #CE5F7B
RGB
CMYK
RGB Variations
Color information
#CE5F7B (or 0xCE5F7B) is known color: Cabaret. HEX triplet: CE, 5F and 7B. RGB value is (206,95,123). Sum of RGB (Red+Green+Blue) = 206+95+123=424 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.58% from 424); Green value is 95 (37.5% from 255 or 22.41% from 424); Blue value is 123 (48.44% from 255 or 29.01% from 424); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5F7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5F7B is #31A084. Grayscale: #838383. Windows color (decimal): -3252357 or 8085454. OLE color: 8085454.
HSL color Cylindrical-coordinate representation of color #CE5F7B: hue angle of 344.86º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CE5F7B is Cyan = 0, Magento = 0.54, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 95 | 123 | - |
| CMYK | 0 | 0.54 | 0.40 | 0.19 |
| HSL | 344.86º | 0.53% | 0.59% | - |
| HSV(B) | 344.86º | 0.54% | 0.81% | - |
| XYZ | 33.12 | 22.74 | 21.38 | - |
| YUV | 131.38 | 123.27 | 181.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 95 | 123 | 0 | 0.54 | 0.40 | 0.19 | 344.86 | 0.53 | 0.59 |
| Hex | CE | 5F | 7B | 0 | 36 | 28 | 13 | 159 | 35 | 3B |
| Octal | 316 | 137 | 173 | 0 | 66 | 50 | 23 | 531 | 65 | 73 |
| Binary | 11001110 | 1011111 | 1111011 | 0 | 110110 | 101000 | 10011 | 101011001 | 110101 | 111011 |
Color Harmonies of #CE5F7B
Complementary color
Monochromatic Colors of #CE5F7B
Black with #CE5F7B
Text Example
Text Example
White with #CE5F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5F7B; }
p { color: rgb(206,95,123); }
H1.HeaderClassName
{
color: #CE5F7B;
}
.AnyTagClassName
{
color: #CE5F7B;
}
</style>
background-color css
<style>
a { background-color: #CE5F7B; }
a { background-color: rgb(206,95,123); }
div.DivClassName
{
background-color: #CE5F7B;
}
.BgClassName
{
background-color: #CE5F7B;
}
</style>
border-color css
<style>
span { border-color: #CE5F7B; }
span { border-color: rgb(206,95,123); }
td.TdClassName
{
border-color: #CE5F7B;
}
.TagClassName
{
border-color: #CE5F7B;
}
</style>