Shades of Hopbush #CC61A0
Tints of Hopbush #CC61A0
RGB
CMYK
RGB Variations
Color information
#CC61A0 (or 0xCC61A0) is known color: Hopbush. HEX triplet: CC, 61 and A0. RGB value is (204,97,160). Sum of RGB (Red+Green+Blue) = 204+97+160=461 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.25% from 461); Green value is 97 (38.28% from 255 or 21.04% from 461); Blue value is 160 (62.89% from 255 or 34.71% from 461); Max value from RGB is 204 - color contains mainly: red. Hex color #CC61A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC61A0 is #339E5F. Grayscale: #888888. Windows color (decimal): -3382880 or 10510796. OLE color: 10510796.
HSL color Cylindrical-coordinate representation of color #CC61A0: hue angle of 324.67º 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 #CC61A0 is Cyan = 0, Magento = 0.52, Yellow = 0.22 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 97 | 160 | - |
| CMYK | 0 | 0.52 | 0.22 | 0.2 |
| HSL | 324.67º | 0.51% | 0.59% | - |
| HSV(B) | 324.67º | 0.52% | 0.8% | - |
| XYZ | 35.52 | 23.92 | 36 | - |
| YUV | 136.18 | 141.45 | 176.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 97 | 160 | 0 | 0.52 | 0.22 | 0.2 | 324.67 | 0.51 | 0.59 |
| Hex | CC | 61 | A0 | 0 | 34 | 16 | 14 | 145 | 33 | 3B |
| Octal | 314 | 141 | 240 | 0 | 64 | 26 | 24 | 505 | 63 | 73 |
| Binary | 11001100 | 1100001 | 10100000 | 0 | 110100 | 10110 | 10100 | 101000101 | 110011 | 111011 |
Color Harmonies of #CC61A0
Complementary color
Monochromatic Colors of #CC61A0
Black with #CC61A0
Text Example
Text Example
White with #CC61A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC61A0; }
p { color: rgb(204,97,160); }
H1.HeaderClassName
{
color: #CC61A0;
}
.AnyTagClassName
{
color: #CC61A0;
}
</style>
background-color css
<style>
a { background-color: #CC61A0; }
a { background-color: rgb(204,97,160); }
div.DivClassName
{
background-color: #CC61A0;
}
.BgClassName
{
background-color: #CC61A0;
}
</style>
border-color css
<style>
span { border-color: #CC61A0; }
span { border-color: rgb(204,97,160); }
td.TdClassName
{
border-color: #CC61A0;
}
.TagClassName
{
border-color: #CC61A0;
}
</style>