Shades of Hopbush #CC7BA1
Tints of Hopbush #CC7BA1
RGB
CMYK
RGB Variations
Color information
#CC7BA1 (or 0xCC7BA1) is known color: Hopbush. HEX triplet: CC, 7B and A1. RGB value is (204,123,161). Sum of RGB (Red+Green+Blue) = 204+123+161=488 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.80% from 488); Green value is 123 (48.44% from 255 or 25.20% from 488); Blue value is 161 (63.28% from 255 or 32.99% from 488); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7BA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7BA1 is #33845E. Grayscale: #979797. Windows color (decimal): -3376223 or 10582988. OLE color: 10582988.
HSL color Cylindrical-coordinate representation of color #CC7BA1: hue angle of 331.85º 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 #CC7BA1 is Cyan = 0, Magento = 0.40, Yellow = 0.21 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 123 | 161 | - |
| CMYK | 0 | 0.40 | 0.21 | 0.2 |
| HSL | 331.85º | 0.44% | 0.64% | - |
| HSV(B) | 331.85º | 0.4% | 0.8% | - |
| XYZ | 38.42 | 29.58 | 37.4 | - |
| YUV | 151.55 | 133.34 | 165.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 123 | 161 | 0 | 0.40 | 0.21 | 0.2 | 331.85 | 0.44 | 0.64 |
| Hex | CC | 7B | A1 | 0 | 28 | 15 | 14 | 14C | 2C | 40 |
| Octal | 314 | 173 | 241 | 0 | 50 | 25 | 24 | 514 | 54 | 100 |
| Binary | 11001100 | 1111011 | 10100001 | 0 | 101000 | 10101 | 10100 | 101001100 | 101100 | 1000000 |
Color Harmonies of #CC7BA1
Complementary color
Monochromatic Colors of #CC7BA1
Black with #CC7BA1
Text Example
Text Example
White with #CC7BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7BA1; }
p { color: rgb(204,123,161); }
H1.HeaderClassName
{
color: #CC7BA1;
}
.AnyTagClassName
{
color: #CC7BA1;
}
</style>
background-color css
<style>
a { background-color: #CC7BA1; }
a { background-color: rgb(204,123,161); }
div.DivClassName
{
background-color: #CC7BA1;
}
.BgClassName
{
background-color: #CC7BA1;
}
</style>
border-color css
<style>
span { border-color: #CC7BA1; }
span { border-color: rgb(204,123,161); }
td.TdClassName
{
border-color: #CC7BA1;
}
.TagClassName
{
border-color: #CC7BA1;
}
</style>