Shades of Hopbush #CC628D
Tints of Hopbush #CC628D
RGB
CMYK
RGB Variations
Color information
#CC628D (or 0xCC628D) is known color: Hopbush. HEX triplet: CC, 62 and 8D. RGB value is (204,98,141). Sum of RGB (Red+Green+Blue) = 204+98+141=443 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.05% from 443); Green value is 98 (38.67% from 255 or 22.12% from 443); Blue value is 141 (55.47% from 255 or 31.83% from 443); Max value from RGB is 204 - color contains mainly: red. Hex color #CC628D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC628D is #339D72. Grayscale: #868686. Windows color (decimal): -3382643 or 9265868. OLE color: 9265868.
HSL color Cylindrical-coordinate representation of color #CC628D: hue angle of 335.66º 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 #CC628D is Cyan = 0, Magento = 0.52, Yellow = 0.31 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 98 | 141 | - |
| CMYK | 0 | 0.52 | 0.31 | 0.2 |
| HSL | 335.66º | 0.51% | 0.59% | - |
| HSV(B) | 335.66º | 0.52% | 0.8% | - |
| XYZ | 34.08 | 23.5 | 27.94 | - |
| YUV | 134.6 | 131.62 | 177.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 98 | 141 | 0 | 0.52 | 0.31 | 0.2 | 335.66 | 0.51 | 0.59 |
| Hex | CC | 62 | 8D | 0 | 34 | 1F | 14 | 150 | 33 | 3B |
| Octal | 314 | 142 | 215 | 0 | 64 | 37 | 24 | 520 | 63 | 73 |
| Binary | 11001100 | 1100010 | 10001101 | 0 | 110100 | 11111 | 10100 | 101010000 | 110011 | 111011 |
Color Harmonies of #CC628D
Complementary color
Monochromatic Colors of #CC628D
Black with #CC628D
Text Example
Text Example
White with #CC628D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC628D; }
p { color: rgb(204,98,141); }
H1.HeaderClassName
{
color: #CC628D;
}
.AnyTagClassName
{
color: #CC628D;
}
</style>
background-color css
<style>
a { background-color: #CC628D; }
a { background-color: rgb(204,98,141); }
div.DivClassName
{
background-color: #CC628D;
}
.BgClassName
{
background-color: #CC628D;
}
</style>
border-color css
<style>
span { border-color: #CC628D; }
span { border-color: rgb(204,98,141); }
td.TdClassName
{
border-color: #CC628D;
}
.TagClassName
{
border-color: #CC628D;
}
</style>