Shades of Hopbush #CE5C9F
Tints of Hopbush #CE5C9F
RGB
CMYK
RGB Variations
Color information
#CE5C9F (or 0xCE5C9F) is known color: Hopbush. HEX triplet: CE, 5C and 9F. RGB value is (206,92,159). Sum of RGB (Red+Green+Blue) = 206+92+159=457 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.08% from 457); Green value is 92 (36.33% from 255 or 20.13% from 457); Blue value is 159 (62.5% from 255 or 34.79% from 457); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5C9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE5C9F is #31A360. Grayscale: #858585. Windows color (decimal): -3253089 or 10443982. OLE color: 10443982.
HSL color Cylindrical-coordinate representation of color #CE5C9F: hue angle of 324.74º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CE5C9F is Cyan = 0, Magento = 0.55, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 92 | 159 | - |
| CMYK | 0 | 0.55 | 0.23 | 0.19 |
| HSL | 324.74º | 0.54% | 0.58% | - |
| HSV(B) | 324.74º | 0.55% | 0.81% | - |
| XYZ | 35.54 | 23.28 | 35.42 | - |
| YUV | 133.72 | 142.27 | 179.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 92 | 159 | 0 | 0.55 | 0.23 | 0.19 | 324.74 | 0.54 | 0.58 |
| Hex | CE | 5C | 9F | 0 | 37 | 17 | 13 | 145 | 36 | 3A |
| Octal | 316 | 134 | 237 | 0 | 67 | 27 | 23 | 505 | 66 | 72 |
| Binary | 11001110 | 1011100 | 10011111 | 0 | 110111 | 10111 | 10011 | 101000101 | 110110 | 111010 |
Color Harmonies of #CE5C9F
Complementary color
Monochromatic Colors of #CE5C9F
Black with #CE5C9F
Text Example
Text Example
White with #CE5C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5C9F; }
p { color: rgb(206,92,159); }
H1.HeaderClassName
{
color: #CE5C9F;
}
.AnyTagClassName
{
color: #CE5C9F;
}
</style>
background-color css
<style>
a { background-color: #CE5C9F; }
a { background-color: rgb(206,92,159); }
div.DivClassName
{
background-color: #CE5C9F;
}
.BgClassName
{
background-color: #CE5C9F;
}
</style>
border-color css
<style>
span { border-color: #CE5C9F; }
span { border-color: rgb(206,92,159); }
td.TdClassName
{
border-color: #CE5C9F;
}
.TagClassName
{
border-color: #CE5C9F;
}
</style>