Shades of Hopbush #CC7BAB
Tints of Hopbush #CC7BAB
RGB
CMYK
RGB Variations
Color information
#CC7BAB (or 0xCC7BAB) is known color: Hopbush. HEX triplet: CC, 7B and AB. RGB value is (204,123,171). Sum of RGB (Red+Green+Blue) = 204+123+171=498 (65% of max value = 765). Red value is 204 (80.08% from 255 or 40.96% from 498); Green value is 123 (48.44% from 255 or 24.70% from 498); Blue value is 171 (67.19% from 255 or 34.34% from 498); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7BAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7BAB is #338454. Grayscale: #989898. Windows color (decimal): -3376213 or 11238348. OLE color: 11238348.
HSL color Cylindrical-coordinate representation of color #CC7BAB: hue angle of 324.44º 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 #CC7BAB is Cyan = 0, Magento = 0.40, Yellow = 0.16 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 123 | 171 | - |
| CMYK | 0 | 0.40 | 0.16 | 0.2 |
| HSL | 324.44º | 0.44% | 0.64% | - |
| HSV(B) | 324.44º | 0.4% | 0.8% | - |
| XYZ | 39.34 | 29.94 | 42.23 | - |
| YUV | 152.69 | 138.34 | 164.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 123 | 171 | 0 | 0.40 | 0.16 | 0.2 | 324.44 | 0.44 | 0.64 |
| Hex | CC | 7B | AB | 0 | 28 | 10 | 14 | 144 | 2C | 40 |
| Octal | 314 | 173 | 253 | 0 | 50 | 20 | 24 | 504 | 54 | 100 |
| Binary | 11001100 | 1111011 | 10101011 | 0 | 101000 | 10000 | 10100 | 101000100 | 101100 | 1000000 |
Color Harmonies of #CC7BAB
Complementary color
Monochromatic Colors of #CC7BAB
Black with #CC7BAB
Text Example
Text Example
White with #CC7BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7BAB; }
p { color: rgb(204,123,171); }
H1.HeaderClassName
{
color: #CC7BAB;
}
.AnyTagClassName
{
color: #CC7BAB;
}
</style>
background-color css
<style>
a { background-color: #CC7BAB; }
a { background-color: rgb(204,123,171); }
div.DivClassName
{
background-color: #CC7BAB;
}
.BgClassName
{
background-color: #CC7BAB;
}
</style>
border-color css
<style>
span { border-color: #CC7BAB; }
span { border-color: rgb(204,123,171); }
td.TdClassName
{
border-color: #CC7BAB;
}
.TagClassName
{
border-color: #CC7BAB;
}
</style>