Shades of Hopbush #CC62A8
Tints of Hopbush #CC62A8
RGB
CMYK
RGB Variations
Color information
#CC62A8 (or 0xCC62A8) is known color: Hopbush. HEX triplet: CC, 62 and A8. RGB value is (204,98,168). Sum of RGB (Red+Green+Blue) = 204+98+168=470 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.40% from 470); Green value is 98 (38.67% from 255 or 20.85% from 470); Blue value is 168 (66.02% from 255 or 35.74% from 470); Max value from RGB is 204 - color contains mainly: red. Hex color #CC62A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC62A8 is #339D57. Grayscale: #898989. Windows color (decimal): -3382616 or 11035340. OLE color: 11035340.
HSL color Cylindrical-coordinate representation of color #CC62A8: hue angle of 320.38º 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 #CC62A8 is Cyan = 0, Magento = 0.52, Yellow = 0.18 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 98 | 168 | - |
| CMYK | 0 | 0.52 | 0.18 | 0.2 |
| HSL | 320.38º | 0.51% | 0.59% | - |
| HSV(B) | 320.38º | 0.52% | 0.8% | - |
| XYZ | 36.34 | 24.4 | 39.84 | - |
| YUV | 137.67 | 145.12 | 175.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 98 | 168 | 0 | 0.52 | 0.18 | 0.2 | 320.38 | 0.51 | 0.59 |
| Hex | CC | 62 | A8 | 0 | 34 | 12 | 14 | 140 | 33 | 3B |
| Octal | 314 | 142 | 250 | 0 | 64 | 22 | 24 | 500 | 63 | 73 |
| Binary | 11001100 | 1100010 | 10101000 | 0 | 110100 | 10010 | 10100 | 101000000 | 110011 | 111011 |
Color Harmonies of #CC62A8
Complementary color
Monochromatic Colors of #CC62A8
Black with #CC62A8
Text Example
Text Example
White with #CC62A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC62A8; }
p { color: rgb(204,98,168); }
H1.HeaderClassName
{
color: #CC62A8;
}
.AnyTagClassName
{
color: #CC62A8;
}
</style>
background-color css
<style>
a { background-color: #CC62A8; }
a { background-color: rgb(204,98,168); }
div.DivClassName
{
background-color: #CC62A8;
}
.BgClassName
{
background-color: #CC62A8;
}
</style>
border-color css
<style>
span { border-color: #CC62A8; }
span { border-color: rgb(204,98,168); }
td.TdClassName
{
border-color: #CC62A8;
}
.TagClassName
{
border-color: #CC62A8;
}
</style>