Shades of Hopbush #CC7BAA
Tints of Hopbush #CC7BAA
RGB
CMYK
RGB Variations
Color information
#CC7BAA (or 0xCC7BAA) is known color: Hopbush. HEX triplet: CC, 7B and AA. RGB value is (204,123,170). Sum of RGB (Red+Green+Blue) = 204+123+170=497 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.05% from 497); Green value is 123 (48.44% from 255 or 24.75% from 497); Blue value is 170 (66.80% from 255 or 34.21% from 497); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7BAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7BAA is #338455. Grayscale: #989898. Windows color (decimal): -3376214 or 11172812. OLE color: 11172812.
HSL color Cylindrical-coordinate representation of color #CC7BAA: hue angle of 325.19º 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 #CC7BAA is Cyan = 0, Magento = 0.40, Yellow = 0.17 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 123 | 170 | - |
| CMYK | 0 | 0.40 | 0.17 | 0.2 |
| HSL | 325.19º | 0.44% | 0.64% | - |
| HSV(B) | 325.19º | 0.4% | 0.8% | - |
| XYZ | 39.24 | 29.91 | 41.73 | - |
| YUV | 152.58 | 137.84 | 164.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 123 | 170 | 0 | 0.40 | 0.17 | 0.2 | 325.19 | 0.44 | 0.64 |
| Hex | CC | 7B | AA | 0 | 28 | 11 | 14 | 145 | 2C | 40 |
| Octal | 314 | 173 | 252 | 0 | 50 | 21 | 24 | 505 | 54 | 100 |
| Binary | 11001100 | 1111011 | 10101010 | 0 | 101000 | 10001 | 10100 | 101000101 | 101100 | 1000000 |
Color Harmonies of #CC7BAA
Complementary color
Monochromatic Colors of #CC7BAA
Black with #CC7BAA
Text Example
Text Example
White with #CC7BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7BAA; }
p { color: rgb(204,123,170); }
H1.HeaderClassName
{
color: #CC7BAA;
}
.AnyTagClassName
{
color: #CC7BAA;
}
</style>
background-color css
<style>
a { background-color: #CC7BAA; }
a { background-color: rgb(204,123,170); }
div.DivClassName
{
background-color: #CC7BAA;
}
.BgClassName
{
background-color: #CC7BAA;
}
</style>
border-color css
<style>
span { border-color: #CC7BAA; }
span { border-color: rgb(204,123,170); }
td.TdClassName
{
border-color: #CC7BAA;
}
.TagClassName
{
border-color: #CC7BAA;
}
</style>