Shades of Hopbush #CC628F
Tints of Hopbush #CC628F
RGB
CMYK
RGB Variations
Color information
#CC628F (or 0xCC628F) is known color: Hopbush. HEX triplet: CC, 62 and 8F. RGB value is (204,98,143). Sum of RGB (Red+Green+Blue) = 204+98+143=445 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.84% from 445); Green value is 98 (38.67% from 255 or 22.02% from 445); Blue value is 143 (56.25% from 255 or 32.13% from 445); Max value from RGB is 204 - color contains mainly: red. Hex color #CC628F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC628F is #339D70. Grayscale: #868686. Windows color (decimal): -3382641 or 9396940. OLE color: 9396940.
HSL color Cylindrical-coordinate representation of color #CC628F: hue angle of 334.53º 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 #CC628F is Cyan = 0, Magento = 0.52, Yellow = 0.30 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 98 | 143 | - |
| CMYK | 0 | 0.52 | 0.30 | 0.2 |
| HSL | 334.53º | 0.51% | 0.59% | - |
| HSV(B) | 334.53º | 0.52% | 0.8% | - |
| XYZ | 34.23 | 23.56 | 28.73 | - |
| YUV | 134.82 | 132.62 | 177.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 98 | 143 | 0 | 0.52 | 0.30 | 0.2 | 334.53 | 0.51 | 0.59 |
| Hex | CC | 62 | 8F | 0 | 34 | 1E | 14 | 14F | 33 | 3B |
| Octal | 314 | 142 | 217 | 0 | 64 | 36 | 24 | 517 | 63 | 73 |
| Binary | 11001100 | 1100010 | 10001111 | 0 | 110100 | 11110 | 10100 | 101001111 | 110011 | 111011 |
Color Harmonies of #CC628F
Complementary color
Monochromatic Colors of #CC628F
Black with #CC628F
Text Example
Text Example
White with #CC628F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC628F; }
p { color: rgb(204,98,143); }
H1.HeaderClassName
{
color: #CC628F;
}
.AnyTagClassName
{
color: #CC628F;
}
</style>
background-color css
<style>
a { background-color: #CC628F; }
a { background-color: rgb(204,98,143); }
div.DivClassName
{
background-color: #CC628F;
}
.BgClassName
{
background-color: #CC628F;
}
</style>
border-color css
<style>
span { border-color: #CC628F; }
span { border-color: rgb(204,98,143); }
td.TdClassName
{
border-color: #CC628F;
}
.TagClassName
{
border-color: #CC628F;
}
</style>