Shades of Hopbush #CE5D92
Tints of Hopbush #CE5D92
RGB
CMYK
RGB Variations
Color information
#CE5D92 (or 0xCE5D92) is known color: Hopbush. HEX triplet: CE, 5D and 92. RGB value is (206,93,146). Sum of RGB (Red+Green+Blue) = 206+93+146=445 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.29% from 445); Green value is 93 (36.72% from 255 or 20.90% from 445); Blue value is 146 (57.42% from 255 or 32.81% from 445); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5D92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE5D92 is #31A26D. Grayscale: #848484. Windows color (decimal): -3252846 or 9592270. OLE color: 9592270.
HSL color Cylindrical-coordinate representation of color #CE5D92: hue angle of 331.86º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CE5D92 is Cyan = 0, Magento = 0.55, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 93 | 146 | - |
| CMYK | 0 | 0.55 | 0.29 | 0.19 |
| HSL | 331.86º | 0.54% | 0.59% | - |
| HSV(B) | 331.86º | 0.55% | 0.81% | - |
| XYZ | 34.56 | 23.03 | 29.82 | - |
| YUV | 132.83 | 135.44 | 180.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 93 | 146 | 0 | 0.55 | 0.29 | 0.19 | 331.86 | 0.54 | 0.59 |
| Hex | CE | 5D | 92 | 0 | 37 | 1D | 13 | 14C | 36 | 3B |
| Octal | 316 | 135 | 222 | 0 | 67 | 35 | 23 | 514 | 66 | 73 |
| Binary | 11001110 | 1011101 | 10010010 | 0 | 110111 | 11101 | 10011 | 101001100 | 110110 | 111011 |
Color Harmonies of #CE5D92
Complementary color
Monochromatic Colors of #CE5D92
Black with #CE5D92
Text Example
Text Example
White with #CE5D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5D92; }
p { color: rgb(206,93,146); }
H1.HeaderClassName
{
color: #CE5D92;
}
.AnyTagClassName
{
color: #CE5D92;
}
</style>
background-color css
<style>
a { background-color: #CE5D92; }
a { background-color: rgb(206,93,146); }
div.DivClassName
{
background-color: #CE5D92;
}
.BgClassName
{
background-color: #CE5D92;
}
</style>
border-color css
<style>
span { border-color: #CE5D92; }
span { border-color: rgb(206,93,146); }
td.TdClassName
{
border-color: #CE5D92;
}
.TagClassName
{
border-color: #CE5D92;
}
</style>