Shades of Hopbush #CC629D
Tints of Hopbush #CC629D
RGB
CMYK
RGB Variations
Color information
#CC629D (or 0xCC629D) is known color: Hopbush. HEX triplet: CC, 62 and 9D. RGB value is (204,98,157). Sum of RGB (Red+Green+Blue) = 204+98+157=459 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.44% from 459); Green value is 98 (38.67% from 255 or 21.35% from 459); Blue value is 157 (61.72% from 255 or 34.20% from 459); Max value from RGB is 204 - color contains mainly: red. Hex color #CC629D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC629D is #339D62. Grayscale: #888888. Windows color (decimal): -3382627 or 10314444. OLE color: 10314444.
HSL color Cylindrical-coordinate representation of color #CC629D: hue angle of 326.6º 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 #CC629D is Cyan = 0, Magento = 0.52, Yellow = 0.23 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 98 | 157 | - |
| CMYK | 0 | 0.52 | 0.23 | 0.2 |
| HSL | 326.6º | 0.51% | 0.59% | - |
| HSV(B) | 326.6º | 0.52% | 0.8% | - |
| XYZ | 35.36 | 24.01 | 34.67 | - |
| YUV | 136.42 | 139.62 | 176.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 98 | 157 | 0 | 0.52 | 0.23 | 0.2 | 326.6 | 0.51 | 0.59 |
| Hex | CC | 62 | 9D | 0 | 34 | 17 | 14 | 147 | 33 | 3B |
| Octal | 314 | 142 | 235 | 0 | 64 | 27 | 24 | 507 | 63 | 73 |
| Binary | 11001100 | 1100010 | 10011101 | 0 | 110100 | 10111 | 10100 | 101000111 | 110011 | 111011 |
Color Harmonies of #CC629D
Complementary color
Monochromatic Colors of #CC629D
Black with #CC629D
Text Example
Text Example
White with #CC629D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC629D; }
p { color: rgb(204,98,157); }
H1.HeaderClassName
{
color: #CC629D;
}
.AnyTagClassName
{
color: #CC629D;
}
</style>
background-color css
<style>
a { background-color: #CC629D; }
a { background-color: rgb(204,98,157); }
div.DivClassName
{
background-color: #CC629D;
}
.BgClassName
{
background-color: #CC629D;
}
</style>
border-color css
<style>
span { border-color: #CC629D; }
span { border-color: rgb(204,98,157); }
td.TdClassName
{
border-color: #CC629D;
}
.TagClassName
{
border-color: #CC629D;
}
</style>