Shades of Hopbush #CC60A2
Tints of Hopbush #CC60A2
RGB
CMYK
RGB Variations
Color information
#CC60A2 (or 0xCC60A2) is known color: Hopbush. HEX triplet: CC, 60 and A2. RGB value is (204,96,162). Sum of RGB (Red+Green+Blue) = 204+96+162=462 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.16% from 462); Green value is 96 (37.89% from 255 or 20.78% from 462); Blue value is 162 (63.67% from 255 or 35.06% from 462); Max value from RGB is 204 - color contains mainly: red. Hex color #CC60A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC60A2 is #339F5D. Grayscale: #878787. Windows color (decimal): -3383134 or 10641612. OLE color: 10641612.
HSL color Cylindrical-coordinate representation of color #CC60A2: hue angle of 323.33º 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 #CC60A2 is Cyan = 0, Magento = 0.53, Yellow = 0.21 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 96 | 162 | - |
| CMYK | 0 | 0.53 | 0.21 | 0.2 |
| HSL | 323.33º | 0.51% | 0.59% | - |
| HSV(B) | 323.33º | 0.53% | 0.8% | - |
| XYZ | 35.61 | 23.81 | 36.9 | - |
| YUV | 135.82 | 142.78 | 176.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 96 | 162 | 0 | 0.53 | 0.21 | 0.2 | 323.33 | 0.51 | 0.59 |
| Hex | CC | 60 | A2 | 0 | 35 | 15 | 14 | 143 | 33 | 3B |
| Octal | 314 | 140 | 242 | 0 | 65 | 25 | 24 | 503 | 63 | 73 |
| Binary | 11001100 | 1100000 | 10100010 | 0 | 110101 | 10101 | 10100 | 101000011 | 110011 | 111011 |
Color Harmonies of #CC60A2
Complementary color
Monochromatic Colors of #CC60A2
Black with #CC60A2
Text Example
Text Example
White with #CC60A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC60A2; }
p { color: rgb(204,96,162); }
H1.HeaderClassName
{
color: #CC60A2;
}
.AnyTagClassName
{
color: #CC60A2;
}
</style>
background-color css
<style>
a { background-color: #CC60A2; }
a { background-color: rgb(204,96,162); }
div.DivClassName
{
background-color: #CC60A2;
}
.BgClassName
{
background-color: #CC60A2;
}
</style>
border-color css
<style>
span { border-color: #CC60A2; }
span { border-color: rgb(204,96,162); }
td.TdClassName
{
border-color: #CC60A2;
}
.TagClassName
{
border-color: #CC60A2;
}
</style>