Shades of Hopbush #CC7A97
Tints of Hopbush #CC7A97
RGB
CMYK
RGB Variations
Color information
#CC7A97 (or 0xCC7A97) is known color: Hopbush. HEX triplet: CC, 7A and 97. RGB value is (204,122,151). Sum of RGB (Red+Green+Blue) = 204+122+151=477 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.77% from 477); Green value is 122 (48.05% from 255 or 25.58% from 477); Blue value is 151 (59.38% from 255 or 31.66% from 477); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7A97 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7A97 is #338568. Grayscale: #959595. Windows color (decimal): -3376489 or 9927372. OLE color: 9927372.
HSL color Cylindrical-coordinate representation of color #CC7A97: hue angle of 338.78º degrees, saturation: 0.45, 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 #CC7A97 is Cyan = 0, Magento = 0.40, Yellow = 0.26 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 122 | 151 | - |
| CMYK | 0 | 0.40 | 0.26 | 0.2 |
| HSL | 338.78º | 0.45% | 0.64% | - |
| HSV(B) | 338.78º | 0.4% | 0.8% | - |
| XYZ | 37.45 | 28.99 | 32.9 | - |
| YUV | 149.82 | 128.67 | 166.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 122 | 151 | 0 | 0.40 | 0.26 | 0.2 | 338.78 | 0.45 | 0.64 |
| Hex | CC | 7A | 97 | 0 | 28 | 1A | 14 | 153 | 2D | 40 |
| Octal | 314 | 172 | 227 | 0 | 50 | 32 | 24 | 523 | 55 | 100 |
| Binary | 11001100 | 1111010 | 10010111 | 0 | 101000 | 11010 | 10100 | 101010011 | 101101 | 1000000 |
Color Harmonies of #CC7A97
Complementary color
Monochromatic Colors of #CC7A97
Black with #CC7A97
Text Example
Text Example
White with #CC7A97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7A97; }
p { color: rgb(204,122,151); }
H1.HeaderClassName
{
color: #CC7A97;
}
.AnyTagClassName
{
color: #CC7A97;
}
</style>
background-color css
<style>
a { background-color: #CC7A97; }
a { background-color: rgb(204,122,151); }
div.DivClassName
{
background-color: #CC7A97;
}
.BgClassName
{
background-color: #CC7A97;
}
</style>
border-color css
<style>
span { border-color: #CC7A97; }
span { border-color: rgb(204,122,151); }
td.TdClassName
{
border-color: #CC7A97;
}
.TagClassName
{
border-color: #CC7A97;
}
</style>