Shades of Hopbush #CC7BAF
Tints of Hopbush #CC7BAF
RGB
CMYK
RGB Variations
Color information
#CC7BAF (or 0xCC7BAF) is known color: Hopbush. HEX triplet: CC, 7B and AF. RGB value is (204,123,175). Sum of RGB (Red+Green+Blue) = 204+123+175=502 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.64% from 502); Green value is 123 (48.44% from 255 or 24.50% from 502); Blue value is 175 (68.75% from 255 or 34.86% from 502); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7BAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7BAF is #338450. Grayscale: #999999. Windows color (decimal): -3376209 or 11500492. OLE color: 11500492.
HSL color Cylindrical-coordinate representation of color #CC7BAF: hue angle of 321.48º 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 #CC7BAF is Cyan = 0, Magento = 0.40, Yellow = 0.14 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 123 | 175 | - |
| CMYK | 0 | 0.40 | 0.14 | 0.2 |
| HSL | 321.48º | 0.44% | 0.64% | - |
| HSV(B) | 321.48º | 0.4% | 0.8% | - |
| XYZ | 39.72 | 30.1 | 44.27 | - |
| YUV | 153.15 | 140.34 | 164.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 123 | 175 | 0 | 0.40 | 0.14 | 0.2 | 321.48 | 0.44 | 0.64 |
| Hex | CC | 7B | AF | 0 | 28 | E | 14 | 141 | 2C | 40 |
| Octal | 314 | 173 | 257 | 0 | 50 | 16 | 24 | 501 | 54 | 100 |
| Binary | 11001100 | 1111011 | 10101111 | 0 | 101000 | 1110 | 10100 | 101000001 | 101100 | 1000000 |
Color Harmonies of #CC7BAF
Complementary color
Monochromatic Colors of #CC7BAF
Black with #CC7BAF
Text Example
Text Example
White with #CC7BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7BAF; }
p { color: rgb(204,123,175); }
H1.HeaderClassName
{
color: #CC7BAF;
}
.AnyTagClassName
{
color: #CC7BAF;
}
</style>
background-color css
<style>
a { background-color: #CC7BAF; }
a { background-color: rgb(204,123,175); }
div.DivClassName
{
background-color: #CC7BAF;
}
.BgClassName
{
background-color: #CC7BAF;
}
</style>
border-color css
<style>
span { border-color: #CC7BAF; }
span { border-color: rgb(204,123,175); }
td.TdClassName
{
border-color: #CC7BAF;
}
.TagClassName
{
border-color: #CC7BAF;
}
</style>