Shades of Hopbush #CC629B
Tints of Hopbush #CC629B
RGB
CMYK
RGB Variations
Color information
#CC629B (or 0xCC629B) is known color: Hopbush. HEX triplet: CC, 62 and 9B. RGB value is (204,98,155). Sum of RGB (Red+Green+Blue) = 204+98+155=457 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.64% from 457); Green value is 98 (38.67% from 255 or 21.44% from 457); Blue value is 155 (60.94% from 255 or 33.92% from 457); Max value from RGB is 204 - color contains mainly: red. Hex color #CC629B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC629B is #339D64. Grayscale: #888888. Windows color (decimal): -3382629 or 10183372. OLE color: 10183372.
HSL color Cylindrical-coordinate representation of color #CC629B: hue angle of 327.74º 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 #CC629B is Cyan = 0, Magento = 0.52, Yellow = 0.24 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 98 | 155 | - |
| CMYK | 0 | 0.52 | 0.24 | 0.2 |
| HSL | 327.74º | 0.51% | 0.59% | - |
| HSV(B) | 327.74º | 0.52% | 0.8% | - |
| XYZ | 35.19 | 23.94 | 33.78 | - |
| YUV | 136.19 | 138.62 | 176.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 98 | 155 | 0 | 0.52 | 0.24 | 0.2 | 327.74 | 0.51 | 0.59 |
| Hex | CC | 62 | 9B | 0 | 34 | 18 | 14 | 148 | 33 | 3B |
| Octal | 314 | 142 | 233 | 0 | 64 | 30 | 24 | 510 | 63 | 73 |
| Binary | 11001100 | 1100010 | 10011011 | 0 | 110100 | 11000 | 10100 | 101001000 | 110011 | 111011 |
Color Harmonies of #CC629B
Complementary color
Monochromatic Colors of #CC629B
Black with #CC629B
Text Example
Text Example
White with #CC629B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC629B; }
p { color: rgb(204,98,155); }
H1.HeaderClassName
{
color: #CC629B;
}
.AnyTagClassName
{
color: #CC629B;
}
</style>
background-color css
<style>
a { background-color: #CC629B; }
a { background-color: rgb(204,98,155); }
div.DivClassName
{
background-color: #CC629B;
}
.BgClassName
{
background-color: #CC629B;
}
</style>
border-color css
<style>
span { border-color: #CC629B; }
span { border-color: rgb(204,98,155); }
td.TdClassName
{
border-color: #CC629B;
}
.TagClassName
{
border-color: #CC629B;
}
</style>