Shades of Hopbush #CC62A5
Tints of Hopbush #CC62A5
RGB
CMYK
RGB Variations
Color information
#CC62A5 (or 0xCC62A5) is known color: Hopbush. HEX triplet: CC, 62 and A5. RGB value is (204,98,165). Sum of RGB (Red+Green+Blue) = 204+98+165=467 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.68% from 467); Green value is 98 (38.67% from 255 or 20.99% from 467); Blue value is 165 (64.84% from 255 or 35.33% from 467); Max value from RGB is 204 - color contains mainly: red. Hex color #CC62A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC62A5 is #339D5A. Grayscale: #898989. Windows color (decimal): -3382619 or 10838732. OLE color: 10838732.
HSL color Cylindrical-coordinate representation of color #CC62A5: hue angle of 322.08º 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 #CC62A5 is Cyan = 0, Magento = 0.52, Yellow = 0.19 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 98 | 165 | - |
| CMYK | 0 | 0.52 | 0.19 | 0.2 |
| HSL | 322.08º | 0.51% | 0.59% | - |
| HSV(B) | 322.08º | 0.52% | 0.8% | - |
| XYZ | 36.06 | 24.29 | 38.39 | - |
| YUV | 137.33 | 143.62 | 175.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 98 | 165 | 0 | 0.52 | 0.19 | 0.2 | 322.08 | 0.51 | 0.59 |
| Hex | CC | 62 | A5 | 0 | 34 | 13 | 14 | 142 | 33 | 3B |
| Octal | 314 | 142 | 245 | 0 | 64 | 23 | 24 | 502 | 63 | 73 |
| Binary | 11001100 | 1100010 | 10100101 | 0 | 110100 | 10011 | 10100 | 101000010 | 110011 | 111011 |
Color Harmonies of #CC62A5
Complementary color
Monochromatic Colors of #CC62A5
Black with #CC62A5
Text Example
Text Example
White with #CC62A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC62A5; }
p { color: rgb(204,98,165); }
H1.HeaderClassName
{
color: #CC62A5;
}
.AnyTagClassName
{
color: #CC62A5;
}
</style>
background-color css
<style>
a { background-color: #CC62A5; }
a { background-color: rgb(204,98,165); }
div.DivClassName
{
background-color: #CC62A5;
}
.BgClassName
{
background-color: #CC62A5;
}
</style>
border-color css
<style>
span { border-color: #CC62A5; }
span { border-color: rgb(204,98,165); }
td.TdClassName
{
border-color: #CC62A5;
}
.TagClassName
{
border-color: #CC62A5;
}
</style>