Shades of Hopbush #CD7098
Tints of Hopbush #CD7098
RGB
CMYK
RGB Variations
Color information
#CD7098 (or 0xCD7098) is known color: Hopbush. HEX triplet: CD, 70 and 98. RGB value is (205,112,152). Sum of RGB (Red+Green+Blue) = 205+112+152=469 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.71% from 469); Green value is 112 (44.14% from 255 or 23.88% from 469); Blue value is 152 (59.77% from 255 or 32.41% from 469); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7098 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD7098 is #328F67. Grayscale: #909090. Windows color (decimal): -3313512 or 9990349. OLE color: 9990349.
HSL color Cylindrical-coordinate representation of color #CD7098: hue angle of 334.19º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CD7098 is Cyan = 0, Magento = 0.45, Yellow = 0.26 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 112 | 152 | - |
| CMYK | 0 | 0.45 | 0.26 | 0.20 |
| HSL | 334.19º | 0.48% | 0.62% | - |
| HSV(B) | 334.19º | 0.45% | 0.8% | - |
| XYZ | 36.64 | 26.83 | 32.95 | - |
| YUV | 144.37 | 132.31 | 171.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 112 | 152 | 0 | 0.45 | 0.26 | 0.20 | 334.19 | 0.48 | 0.62 |
| Hex | CD | 70 | 98 | 0 | 2D | 1A | 14 | 14E | 30 | 3E |
| Octal | 315 | 160 | 230 | 0 | 55 | 32 | 24 | 516 | 60 | 76 |
| Binary | 11001101 | 1110000 | 10011000 | 0 | 101101 | 11010 | 10100 | 101001110 | 110000 | 111110 |
Color Harmonies of #CD7098
Complementary color
Monochromatic Colors of #CD7098
Black with #CD7098
Text Example
Text Example
White with #CD7098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD7098; }
p { color: rgb(205,112,152); }
H1.HeaderClassName
{
color: #CD7098;
}
.AnyTagClassName
{
color: #CD7098;
}
</style>
background-color css
<style>
a { background-color: #CD7098; }
a { background-color: rgb(205,112,152); }
div.DivClassName
{
background-color: #CD7098;
}
.BgClassName
{
background-color: #CD7098;
}
</style>
border-color css
<style>
span { border-color: #CD7098; }
span { border-color: rgb(205,112,152); }
td.TdClassName
{
border-color: #CD7098;
}
.TagClassName
{
border-color: #CD7098;
}
</style>