Shades of Hopbush #CC6198
Tints of Hopbush #CC6198
RGB
CMYK
RGB Variations
Color information
#CC6198 (or 0xCC6198) is known color: Hopbush. HEX triplet: CC, 61 and 98. RGB value is (204,97,152). Sum of RGB (Red+Green+Blue) = 204+97+152=453 (60% of max value = 765). Red value is 204 (80.08% from 255 or 45.03% from 453); Green value is 97 (38.28% from 255 or 21.41% from 453); Blue value is 152 (59.77% from 255 or 33.55% from 453); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6198 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6198 is #339E67. Grayscale: #878787. Windows color (decimal): -3382888 or 9986508. OLE color: 9986508.
HSL color Cylindrical-coordinate representation of color #CC6198: hue angle of 329.16º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CC6198 is Cyan = 0, Magento = 0.52, Yellow = 0.25 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 97 | 152 | - |
| CMYK | 0 | 0.52 | 0.25 | 0.2 |
| HSL | 329.16º | 0.51% | 0.59% | - |
| HSV(B) | 329.16º | 0.52% | 0.8% | - |
| XYZ | 34.84 | 23.65 | 32.43 | - |
| YUV | 135.26 | 137.45 | 177.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 97 | 152 | 0 | 0.52 | 0.25 | 0.2 | 329.16 | 0.51 | 0.59 |
| Hex | CC | 61 | 98 | 0 | 34 | 19 | 14 | 149 | 33 | 3B |
| Octal | 314 | 141 | 230 | 0 | 64 | 31 | 24 | 511 | 63 | 73 |
| Binary | 11001100 | 1100001 | 10011000 | 0 | 110100 | 11001 | 10100 | 101001001 | 110011 | 111011 |
Color Harmonies of #CC6198
Complementary color
Monochromatic Colors of #CC6198
Black with #CC6198
Text Example
Text Example
White with #CC6198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6198; }
p { color: rgb(204,97,152); }
H1.HeaderClassName
{
color: #CC6198;
}
.AnyTagClassName
{
color: #CC6198;
}
</style>
background-color css
<style>
a { background-color: #CC6198; }
a { background-color: rgb(204,97,152); }
div.DivClassName
{
background-color: #CC6198;
}
.BgClassName
{
background-color: #CC6198;
}
</style>
border-color css
<style>
span { border-color: #CC6198; }
span { border-color: rgb(204,97,152); }
td.TdClassName
{
border-color: #CC6198;
}
.TagClassName
{
border-color: #CC6198;
}
</style>