Shades of Hopbush #CC629A
Tints of Hopbush #CC629A
RGB
CMYK
RGB Variations
Color information
#CC629A (or 0xCC629A) is known color: Hopbush. HEX triplet: CC, 62 and 9A. RGB value is (204,98,154). Sum of RGB (Red+Green+Blue) = 204+98+154=456 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.74% from 456); Green value is 98 (38.67% from 255 or 21.49% from 456); Blue value is 154 (60.55% from 255 or 33.77% from 456); Max value from RGB is 204 - color contains mainly: red. Hex color #CC629A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC629A is #339D65. Grayscale: #878787. Windows color (decimal): -3382630 or 10117836. OLE color: 10117836.
HSL color Cylindrical-coordinate representation of color #CC629A: hue angle of 328.3º 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 #CC629A is Cyan = 0, Magento = 0.52, Yellow = 0.25 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 98 | 154 | - |
| CMYK | 0 | 0.52 | 0.25 | 0.2 |
| HSL | 328.3º | 0.51% | 0.59% | - |
| HSV(B) | 328.3º | 0.52% | 0.8% | - |
| XYZ | 35.1 | 23.91 | 33.34 | - |
| YUV | 136.08 | 138.12 | 176.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 98 | 154 | 0 | 0.52 | 0.25 | 0.2 | 328.3 | 0.51 | 0.59 |
| Hex | CC | 62 | 9A | 0 | 34 | 19 | 14 | 148 | 33 | 3B |
| Octal | 314 | 142 | 232 | 0 | 64 | 31 | 24 | 510 | 63 | 73 |
| Binary | 11001100 | 1100010 | 10011010 | 0 | 110100 | 11001 | 10100 | 101001000 | 110011 | 111011 |
Color Harmonies of #CC629A
Complementary color
Monochromatic Colors of #CC629A
Black with #CC629A
Text Example
Text Example
White with #CC629A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC629A; }
p { color: rgb(204,98,154); }
H1.HeaderClassName
{
color: #CC629A;
}
.AnyTagClassName
{
color: #CC629A;
}
</style>
background-color css
<style>
a { background-color: #CC629A; }
a { background-color: rgb(204,98,154); }
div.DivClassName
{
background-color: #CC629A;
}
.BgClassName
{
background-color: #CC629A;
}
</style>
border-color css
<style>
span { border-color: #CC629A; }
span { border-color: rgb(204,98,154); }
td.TdClassName
{
border-color: #CC629A;
}
.TagClassName
{
border-color: #CC629A;
}
</style>