Shades of Hopbush #CC7BA3
Tints of Hopbush #CC7BA3
RGB
CMYK
RGB Variations
Color information
#CC7BA3 (or 0xCC7BA3) is known color: Hopbush. HEX triplet: CC, 7B and A3. RGB value is (204,123,163). Sum of RGB (Red+Green+Blue) = 204+123+163=490 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.63% from 490); Green value is 123 (48.44% from 255 or 25.10% from 490); Blue value is 163 (64.06% from 255 or 33.27% from 490); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7BA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7BA3 is #33845C. Grayscale: #979797. Windows color (decimal): -3376221 or 10714060. OLE color: 10714060.
HSL color Cylindrical-coordinate representation of color #CC7BA3: hue angle of 330.37º 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 #CC7BA3 is Cyan = 0, Magento = 0.40, Yellow = 0.20 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 123 | 163 | - |
| CMYK | 0 | 0.40 | 0.20 | 0.2 |
| HSL | 330.37º | 0.44% | 0.64% | - |
| HSV(B) | 330.37º | 0.4% | 0.8% | - |
| XYZ | 38.6 | 29.65 | 38.34 | - |
| YUV | 151.78 | 134.34 | 165.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 123 | 163 | 0 | 0.40 | 0.20 | 0.2 | 330.37 | 0.44 | 0.64 |
| Hex | CC | 7B | A3 | 0 | 28 | 14 | 14 | 14A | 2C | 40 |
| Octal | 314 | 173 | 243 | 0 | 50 | 24 | 24 | 512 | 54 | 100 |
| Binary | 11001100 | 1111011 | 10100011 | 0 | 101000 | 10100 | 10100 | 101001010 | 101100 | 1000000 |
Color Harmonies of #CC7BA3
Complementary color
Monochromatic Colors of #CC7BA3
Black with #CC7BA3
Text Example
Text Example
White with #CC7BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7BA3; }
p { color: rgb(204,123,163); }
H1.HeaderClassName
{
color: #CC7BA3;
}
.AnyTagClassName
{
color: #CC7BA3;
}
</style>
background-color css
<style>
a { background-color: #CC7BA3; }
a { background-color: rgb(204,123,163); }
div.DivClassName
{
background-color: #CC7BA3;
}
.BgClassName
{
background-color: #CC7BA3;
}
</style>
border-color css
<style>
span { border-color: #CC7BA3; }
span { border-color: rgb(204,123,163); }
td.TdClassName
{
border-color: #CC7BA3;
}
.TagClassName
{
border-color: #CC7BA3;
}
</style>