Shades of Hopbush #CE7098
Tints of Hopbush #CE7098
RGB
CMYK
RGB Variations
Color information
#CE7098 (or 0xCE7098) is known color: Hopbush. HEX triplet: CE, 70 and 98. RGB value is (206,112,152). Sum of RGB (Red+Green+Blue) = 206+112+152=470 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.83% from 470); Green value is 112 (44.14% from 255 or 23.83% from 470); Blue value is 152 (59.77% from 255 or 32.34% from 470); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7098 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE7098 is #318F67. Grayscale: #909090. Windows color (decimal): -3247976 or 9990350. OLE color: 9990350.
HSL color Cylindrical-coordinate representation of color #CE7098: hue angle of 334.47º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CE7098 is Cyan = 0, Magento = 0.46, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 112 | 152 | - |
| CMYK | 0 | 0.46 | 0.26 | 0.19 |
| HSL | 334.47º | 0.49% | 0.62% | - |
| HSV(B) | 334.47º | 0.46% | 0.81% | - |
| XYZ | 36.92 | 26.98 | 32.97 | - |
| YUV | 144.67 | 132.14 | 171.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 112 | 152 | 0 | 0.46 | 0.26 | 0.19 | 334.47 | 0.49 | 0.62 |
| Hex | CE | 70 | 98 | 0 | 2E | 1A | 13 | 14E | 31 | 3E |
| Octal | 316 | 160 | 230 | 0 | 56 | 32 | 23 | 516 | 61 | 76 |
| Binary | 11001110 | 1110000 | 10011000 | 0 | 101110 | 11010 | 10011 | 101001110 | 110001 | 111110 |
Color Harmonies of #CE7098
Complementary color
Monochromatic Colors of #CE7098
Black with #CE7098
Text Example
Text Example
White with #CE7098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7098; }
p { color: rgb(206,112,152); }
H1.HeaderClassName
{
color: #CE7098;
}
.AnyTagClassName
{
color: #CE7098;
}
</style>
background-color css
<style>
a { background-color: #CE7098; }
a { background-color: rgb(206,112,152); }
div.DivClassName
{
background-color: #CE7098;
}
.BgClassName
{
background-color: #CE7098;
}
</style>
border-color css
<style>
span { border-color: #CE7098; }
span { border-color: rgb(206,112,152); }
td.TdClassName
{
border-color: #CE7098;
}
.TagClassName
{
border-color: #CE7098;
}
</style>