Shades of Hopbush #CC6098
Tints of Hopbush #CC6098
RGB
CMYK
RGB Variations
Color information
#CC6098 (or 0xCC6098) is known color: Hopbush. HEX triplet: CC, 60 and 98. RGB value is (204,96,152). Sum of RGB (Red+Green+Blue) = 204+96+152=452 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.13% from 452); Green value is 96 (37.89% from 255 or 21.24% from 452); Blue value is 152 (59.77% from 255 or 33.63% from 452); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6098 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6098 is #339F67. Grayscale: #868686. Windows color (decimal): -3383144 or 9986252. OLE color: 9986252.
HSL color Cylindrical-coordinate representation of color #CC6098: hue angle of 328.89º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CC6098 is Cyan = 0, Magento = 0.53, Yellow = 0.25 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 96 | 152 | - |
| CMYK | 0 | 0.53 | 0.25 | 0.2 |
| HSL | 328.89º | 0.51% | 0.59% | - |
| HSV(B) | 328.89º | 0.53% | 0.8% | - |
| XYZ | 34.75 | 23.47 | 32.4 | - |
| YUV | 134.68 | 137.78 | 177.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 96 | 152 | 0 | 0.53 | 0.25 | 0.2 | 328.89 | 0.51 | 0.59 |
| Hex | CC | 60 | 98 | 0 | 35 | 19 | 14 | 149 | 33 | 3B |
| Octal | 314 | 140 | 230 | 0 | 65 | 31 | 24 | 511 | 63 | 73 |
| Binary | 11001100 | 1100000 | 10011000 | 0 | 110101 | 11001 | 10100 | 101001001 | 110011 | 111011 |
Color Harmonies of #CC6098
Complementary color
Monochromatic Colors of #CC6098
Black with #CC6098
Text Example
Text Example
White with #CC6098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6098; }
p { color: rgb(204,96,152); }
H1.HeaderClassName
{
color: #CC6098;
}
.AnyTagClassName
{
color: #CC6098;
}
</style>
background-color css
<style>
a { background-color: #CC6098; }
a { background-color: rgb(204,96,152); }
div.DivClassName
{
background-color: #CC6098;
}
.BgClassName
{
background-color: #CC6098;
}
</style>
border-color css
<style>
span { border-color: #CC6098; }
span { border-color: rgb(204,96,152); }
td.TdClassName
{
border-color: #CC6098;
}
.TagClassName
{
border-color: #CC6098;
}
</style>