Shades of Hopbush #CE5C9C
Tints of Hopbush #CE5C9C
RGB
CMYK
RGB Variations
Color information
#CE5C9C (or 0xCE5C9C) is known color: Hopbush. HEX triplet: CE, 5C and 9C. RGB value is (206,92,156). Sum of RGB (Red+Green+Blue) = 206+92+156=454 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.37% from 454); Green value is 92 (36.33% from 255 or 20.26% from 454); Blue value is 156 (61.33% from 255 or 34.36% from 454); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5C9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE5C9C is #31A363. Grayscale: #858585. Windows color (decimal): -3253092 or 10247374. OLE color: 10247374.
HSL color Cylindrical-coordinate representation of color #CE5C9C: hue angle of 326.32º 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 #CE5C9C is Cyan = 0, Magento = 0.55, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 92 | 156 | - |
| CMYK | 0 | 0.55 | 0.24 | 0.19 |
| HSL | 326.32º | 0.54% | 0.58% | - |
| HSV(B) | 326.32º | 0.55% | 0.81% | - |
| XYZ | 35.28 | 23.18 | 34.07 | - |
| YUV | 133.38 | 140.77 | 179.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 92 | 156 | 0 | 0.55 | 0.24 | 0.19 | 326.32 | 0.54 | 0.58 |
| Hex | CE | 5C | 9C | 0 | 37 | 18 | 13 | 146 | 36 | 3A |
| Octal | 316 | 134 | 234 | 0 | 67 | 30 | 23 | 506 | 66 | 72 |
| Binary | 11001110 | 1011100 | 10011100 | 0 | 110111 | 11000 | 10011 | 101000110 | 110110 | 111010 |
Color Harmonies of #CE5C9C
Complementary color
Monochromatic Colors of #CE5C9C
Black with #CE5C9C
Text Example
Text Example
White with #CE5C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5C9C; }
p { color: rgb(206,92,156); }
H1.HeaderClassName
{
color: #CE5C9C;
}
.AnyTagClassName
{
color: #CE5C9C;
}
</style>
background-color css
<style>
a { background-color: #CE5C9C; }
a { background-color: rgb(206,92,156); }
div.DivClassName
{
background-color: #CE5C9C;
}
.BgClassName
{
background-color: #CE5C9C;
}
</style>
border-color css
<style>
span { border-color: #CE5C9C; }
span { border-color: rgb(206,92,156); }
td.TdClassName
{
border-color: #CE5C9C;
}
.TagClassName
{
border-color: #CE5C9C;
}
</style>