Shades of Hopbush #CC7098
Tints of Hopbush #CC7098
RGB
CMYK
RGB Variations
Color information
#CC7098 (or 0xCC7098) is known color: Hopbush. HEX triplet: CC, 70 and 98. RGB value is (204,112,152). Sum of RGB (Red+Green+Blue) = 204+112+152=468 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.59% from 468); Green value is 112 (44.14% from 255 or 23.93% from 468); Blue value is 152 (59.77% from 255 or 32.48% from 468); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7098 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7098 is #338F67. Grayscale: #909090. Windows color (decimal): -3379048 or 9990348. OLE color: 9990348.
HSL color Cylindrical-coordinate representation of color #CC7098: hue angle of 333.91º degrees, saturation: 0.47, 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 #CC7098 is Cyan = 0, Magento = 0.45, Yellow = 0.25 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 112 | 152 | - |
| CMYK | 0 | 0.45 | 0.25 | 0.2 |
| HSL | 333.91º | 0.47% | 0.62% | - |
| HSV(B) | 333.91º | 0.45% | 0.8% | - |
| XYZ | 36.36 | 26.69 | 32.94 | - |
| YUV | 144.07 | 132.48 | 170.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 112 | 152 | 0 | 0.45 | 0.25 | 0.2 | 333.91 | 0.47 | 0.62 |
| Hex | CC | 70 | 98 | 0 | 2D | 19 | 14 | 14E | 2F | 3E |
| Octal | 314 | 160 | 230 | 0 | 55 | 31 | 24 | 516 | 57 | 76 |
| Binary | 11001100 | 1110000 | 10011000 | 0 | 101101 | 11001 | 10100 | 101001110 | 101111 | 111110 |
Color Harmonies of #CC7098
Complementary color
Monochromatic Colors of #CC7098
Black with #CC7098
Text Example
Text Example
White with #CC7098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7098; }
p { color: rgb(204,112,152); }
H1.HeaderClassName
{
color: #CC7098;
}
.AnyTagClassName
{
color: #CC7098;
}
</style>
background-color css
<style>
a { background-color: #CC7098; }
a { background-color: rgb(204,112,152); }
div.DivClassName
{
background-color: #CC7098;
}
.BgClassName
{
background-color: #CC7098;
}
</style>
border-color css
<style>
span { border-color: #CC7098; }
span { border-color: rgb(204,112,152); }
td.TdClassName
{
border-color: #CC7098;
}
.TagClassName
{
border-color: #CC7098;
}
</style>