Shades of Hopbush #CC60A7
Tints of Hopbush #CC60A7
RGB
CMYK
RGB Variations
Color information
#CC60A7 (or 0xCC60A7) is known color: Hopbush. HEX triplet: CC, 60 and A7. RGB value is (204,96,167). Sum of RGB (Red+Green+Blue) = 204+96+167=467 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.68% from 467); Green value is 96 (37.89% from 255 or 20.56% from 467); Blue value is 167 (65.62% from 255 or 35.76% from 467); Max value from RGB is 204 - color contains mainly: red. Hex color #CC60A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC60A7 is #339F58. Grayscale: #888888. Windows color (decimal): -3383129 or 10969292. OLE color: 10969292.
HSL color Cylindrical-coordinate representation of color #CC60A7: hue angle of 320.56º 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 #CC60A7 is Cyan = 0, Magento = 0.53, Yellow = 0.18 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 96 | 167 | - |
| CMYK | 0 | 0.53 | 0.18 | 0.2 |
| HSL | 320.56º | 0.51% | 0.59% | - |
| HSV(B) | 320.56º | 0.53% | 0.8% | - |
| XYZ | 36.06 | 23.99 | 39.29 | - |
| YUV | 136.39 | 145.28 | 176.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 96 | 167 | 0 | 0.53 | 0.18 | 0.2 | 320.56 | 0.51 | 0.59 |
| Hex | CC | 60 | A7 | 0 | 35 | 12 | 14 | 141 | 33 | 3B |
| Octal | 314 | 140 | 247 | 0 | 65 | 22 | 24 | 501 | 63 | 73 |
| Binary | 11001100 | 1100000 | 10100111 | 0 | 110101 | 10010 | 10100 | 101000001 | 110011 | 111011 |
Color Harmonies of #CC60A7
Complementary color
Monochromatic Colors of #CC60A7
Black with #CC60A7
Text Example
Text Example
White with #CC60A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC60A7; }
p { color: rgb(204,96,167); }
H1.HeaderClassName
{
color: #CC60A7;
}
.AnyTagClassName
{
color: #CC60A7;
}
</style>
background-color css
<style>
a { background-color: #CC60A7; }
a { background-color: rgb(204,96,167); }
div.DivClassName
{
background-color: #CC60A7;
}
.BgClassName
{
background-color: #CC60A7;
}
</style>
border-color css
<style>
span { border-color: #CC60A7; }
span { border-color: rgb(204,96,167); }
td.TdClassName
{
border-color: #CC60A7;
}
.TagClassName
{
border-color: #CC60A7;
}
</style>