Shades of Hopbush #CC60A5
Tints of Hopbush #CC60A5
RGB
CMYK
RGB Variations
Color information
#CC60A5 (or 0xCC60A5) is known color: Hopbush. HEX triplet: CC, 60 and A5. RGB value is (204,96,165). Sum of RGB (Red+Green+Blue) = 204+96+165=465 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.87% from 465); Green value is 96 (37.89% from 255 or 20.65% from 465); Blue value is 165 (64.84% from 255 or 35.48% from 465); Max value from RGB is 204 - color contains mainly: red. Hex color #CC60A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC60A5 is #339F5A. Grayscale: #878787. Windows color (decimal): -3383131 or 10838220. OLE color: 10838220.
HSL color Cylindrical-coordinate representation of color #CC60A5: hue angle of 321.67º 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 #CC60A5 is Cyan = 0, Magento = 0.53, Yellow = 0.19 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 96 | 165 | - |
| CMYK | 0 | 0.53 | 0.19 | 0.2 |
| HSL | 321.67º | 0.51% | 0.59% | - |
| HSV(B) | 321.67º | 0.53% | 0.8% | - |
| XYZ | 35.88 | 23.92 | 38.32 | - |
| YUV | 136.16 | 144.28 | 176.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 96 | 165 | 0 | 0.53 | 0.19 | 0.2 | 321.67 | 0.51 | 0.59 |
| Hex | CC | 60 | A5 | 0 | 35 | 13 | 14 | 142 | 33 | 3B |
| Octal | 314 | 140 | 245 | 0 | 65 | 23 | 24 | 502 | 63 | 73 |
| Binary | 11001100 | 1100000 | 10100101 | 0 | 110101 | 10011 | 10100 | 101000010 | 110011 | 111011 |
Color Harmonies of #CC60A5
Complementary color
Monochromatic Colors of #CC60A5
Black with #CC60A5
Text Example
Text Example
White with #CC60A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC60A5; }
p { color: rgb(204,96,165); }
H1.HeaderClassName
{
color: #CC60A5;
}
.AnyTagClassName
{
color: #CC60A5;
}
</style>
background-color css
<style>
a { background-color: #CC60A5; }
a { background-color: rgb(204,96,165); }
div.DivClassName
{
background-color: #CC60A5;
}
.BgClassName
{
background-color: #CC60A5;
}
</style>
border-color css
<style>
span { border-color: #CC60A5; }
span { border-color: rgb(204,96,165); }
td.TdClassName
{
border-color: #CC60A5;
}
.TagClassName
{
border-color: #CC60A5;
}
</style>