Shades of Hopbush #CC7BA9
Tints of Hopbush #CC7BA9
RGB
CMYK
RGB Variations
Color information
#CC7BA9 (or 0xCC7BA9) is known color: Hopbush. HEX triplet: CC, 7B and A9. RGB value is (204,123,169). Sum of RGB (Red+Green+Blue) = 204+123+169=496 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.13% from 496); Green value is 123 (48.44% from 255 or 24.80% from 496); Blue value is 169 (66.41% from 255 or 34.07% from 496); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7BA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7BA9 is #338456. Grayscale: #989898. Windows color (decimal): -3376215 or 11107276. OLE color: 11107276.
HSL color Cylindrical-coordinate representation of color #CC7BA9: hue angle of 325.93º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CC7BA9 is Cyan = 0, Magento = 0.40, Yellow = 0.17 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 123 | 169 | - |
| CMYK | 0 | 0.40 | 0.17 | 0.2 |
| HSL | 325.93º | 0.44% | 0.64% | - |
| HSV(B) | 325.93º | 0.4% | 0.8% | - |
| XYZ | 39.15 | 29.87 | 41.24 | - |
| YUV | 152.46 | 137.34 | 164.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 123 | 169 | 0 | 0.40 | 0.17 | 0.2 | 325.93 | 0.44 | 0.64 |
| Hex | CC | 7B | A9 | 0 | 28 | 11 | 14 | 146 | 2C | 40 |
| Octal | 314 | 173 | 251 | 0 | 50 | 21 | 24 | 506 | 54 | 100 |
| Binary | 11001100 | 1111011 | 10101001 | 0 | 101000 | 10001 | 10100 | 101000110 | 101100 | 1000000 |
Color Harmonies of #CC7BA9
Complementary color
Monochromatic Colors of #CC7BA9
Black with #CC7BA9
Text Example
Text Example
White with #CC7BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7BA9; }
p { color: rgb(204,123,169); }
H1.HeaderClassName
{
color: #CC7BA9;
}
.AnyTagClassName
{
color: #CC7BA9;
}
</style>
background-color css
<style>
a { background-color: #CC7BA9; }
a { background-color: rgb(204,123,169); }
div.DivClassName
{
background-color: #CC7BA9;
}
.BgClassName
{
background-color: #CC7BA9;
}
</style>
border-color css
<style>
span { border-color: #CC7BA9; }
span { border-color: rgb(204,123,169); }
td.TdClassName
{
border-color: #CC7BA9;
}
.TagClassName
{
border-color: #CC7BA9;
}
</style>