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