Shades of Hopbush #CC629C
Tints of Hopbush #CC629C
RGB
CMYK
RGB Variations
Color information
#CC629C (or 0xCC629C) is known color: Hopbush. HEX triplet: CC, 62 and 9C. RGB value is (204,98,156). Sum of RGB (Red+Green+Blue) = 204+98+156=458 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.54% from 458); Green value is 98 (38.67% from 255 or 21.40% from 458); Blue value is 156 (61.33% from 255 or 34.06% from 458); Max value from RGB is 204 - color contains mainly: red. Hex color #CC629C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC629C is #339D63. Grayscale: #888888. Windows color (decimal): -3382628 or 10248908. OLE color: 10248908.
HSL color Cylindrical-coordinate representation of color #CC629C: hue angle of 327.17º 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 #CC629C is Cyan = 0, Magento = 0.52, Yellow = 0.24 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 98 | 156 | - |
| CMYK | 0 | 0.52 | 0.24 | 0.2 |
| HSL | 327.17º | 0.51% | 0.59% | - |
| HSV(B) | 327.17º | 0.52% | 0.8% | - |
| XYZ | 35.27 | 23.97 | 34.22 | - |
| YUV | 136.31 | 139.12 | 176.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 98 | 156 | 0 | 0.52 | 0.24 | 0.2 | 327.17 | 0.51 | 0.59 |
| Hex | CC | 62 | 9C | 0 | 34 | 18 | 14 | 147 | 33 | 3B |
| Octal | 314 | 142 | 234 | 0 | 64 | 30 | 24 | 507 | 63 | 73 |
| Binary | 11001100 | 1100010 | 10011100 | 0 | 110100 | 11000 | 10100 | 101000111 | 110011 | 111011 |
Color Harmonies of #CC629C
Complementary color
Monochromatic Colors of #CC629C
Black with #CC629C
Text Example
Text Example
White with #CC629C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC629C; }
p { color: rgb(204,98,156); }
H1.HeaderClassName
{
color: #CC629C;
}
.AnyTagClassName
{
color: #CC629C;
}
</style>
background-color css
<style>
a { background-color: #CC629C; }
a { background-color: rgb(204,98,156); }
div.DivClassName
{
background-color: #CC629C;
}
.BgClassName
{
background-color: #CC629C;
}
</style>
border-color css
<style>
span { border-color: #CC629C; }
span { border-color: rgb(204,98,156); }
td.TdClassName
{
border-color: #CC629C;
}
.TagClassName
{
border-color: #CC629C;
}
</style>