Shades of Hopbush #CE5E9C
Tints of Hopbush #CE5E9C
RGB
CMYK
RGB Variations
Color information
#CE5E9C (or 0xCE5E9C) is known color: Hopbush. HEX triplet: CE, 5E and 9C. RGB value is (206,94,156). Sum of RGB (Red+Green+Blue) = 206+94+156=456 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.18% from 456); Green value is 94 (37.11% from 255 or 20.61% from 456); Blue value is 156 (61.33% from 255 or 34.21% from 456); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5E9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE5E9C is #31A163. Grayscale: #868686. Windows color (decimal): -3252580 or 10247886. OLE color: 10247886.
HSL color Cylindrical-coordinate representation of color #CE5E9C: hue angle of 326.79º 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 #CE5E9C is Cyan = 0, Magento = 0.54, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 94 | 156 | - |
| CMYK | 0 | 0.54 | 0.24 | 0.19 |
| HSL | 326.79º | 0.53% | 0.59% | - |
| HSV(B) | 326.79º | 0.54% | 0.81% | - |
| XYZ | 35.46 | 23.53 | 34.12 | - |
| YUV | 134.56 | 140.11 | 178.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 94 | 156 | 0 | 0.54 | 0.24 | 0.19 | 326.79 | 0.53 | 0.59 |
| Hex | CE | 5E | 9C | 0 | 36 | 18 | 13 | 147 | 35 | 3B |
| Octal | 316 | 136 | 234 | 0 | 66 | 30 | 23 | 507 | 65 | 73 |
| Binary | 11001110 | 1011110 | 10011100 | 0 | 110110 | 11000 | 10011 | 101000111 | 110101 | 111011 |
Color Harmonies of #CE5E9C
Complementary color
Monochromatic Colors of #CE5E9C
Black with #CE5E9C
Text Example
Text Example
White with #CE5E9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5E9C; }
p { color: rgb(206,94,156); }
H1.HeaderClassName
{
color: #CE5E9C;
}
.AnyTagClassName
{
color: #CE5E9C;
}
</style>
background-color css
<style>
a { background-color: #CE5E9C; }
a { background-color: rgb(206,94,156); }
div.DivClassName
{
background-color: #CE5E9C;
}
.BgClassName
{
background-color: #CE5E9C;
}
</style>
border-color css
<style>
span { border-color: #CE5E9C; }
span { border-color: rgb(206,94,156); }
td.TdClassName
{
border-color: #CE5E9C;
}
.TagClassName
{
border-color: #CE5E9C;
}
</style>