Shades of Hopbush #C979A2
Tints of Hopbush #C979A2
RGB
CMYK
RGB Variations
Color information
#C979A2 (or 0xC979A2) is known color: Hopbush. HEX triplet: C9, 79 and A2. RGB value is (201,121,162). Sum of RGB (Red+Green+Blue) = 201+121+162=484 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.53% from 484); Green value is 121 (47.66% from 255 or 25% from 484); Blue value is 162 (63.67% from 255 or 33.47% from 484); Max value from RGB is 201 - color contains mainly: red. Hex color #C979A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C979A2 is #36865D. Grayscale: #959595. Windows color (decimal): -3573342 or 10648009. OLE color: 10648009.
HSL color Cylindrical-coordinate representation of color #C979A2: hue angle of 329.25º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C979A2 is Cyan = 0, Magento = 0.40, Yellow = 0.19 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 121 | 162 | - |
| CMYK | 0 | 0.40 | 0.19 | 0.21 |
| HSL | 329.25º | 0.43% | 0.63% | - |
| HSV(B) | 329.25º | 0.4% | 0.79% | - |
| XYZ | 37.45 | 28.7 | 37.75 | - |
| YUV | 149.59 | 135 | 164.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 121 | 162 | 0 | 0.40 | 0.19 | 0.21 | 329.25 | 0.43 | 0.63 |
| Hex | C9 | 79 | A2 | 0 | 28 | 13 | 15 | 149 | 2B | 3F |
| Octal | 311 | 171 | 242 | 0 | 50 | 23 | 25 | 511 | 53 | 77 |
| Binary | 11001001 | 1111001 | 10100010 | 0 | 101000 | 10011 | 10101 | 101001001 | 101011 | 111111 |
Color Harmonies of #C979A2
Complementary color
Monochromatic Colors of #C979A2
Black with #C979A2
Text Example
Text Example
White with #C979A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C979A2; }
p { color: rgb(201,121,162); }
H1.HeaderClassName
{
color: #C979A2;
}
.AnyTagClassName
{
color: #C979A2;
}
</style>
background-color css
<style>
a { background-color: #C979A2; }
a { background-color: rgb(201,121,162); }
div.DivClassName
{
background-color: #C979A2;
}
.BgClassName
{
background-color: #C979A2;
}
</style>
border-color css
<style>
span { border-color: #C979A2; }
span { border-color: rgb(201,121,162); }
td.TdClassName
{
border-color: #C979A2;
}
.TagClassName
{
border-color: #C979A2;
}
</style>