Shades of Hopbush #C979A5
Tints of Hopbush #C979A5
RGB
CMYK
RGB Variations
Color information
#C979A5 (or 0xC979A5) is known color: Hopbush. HEX triplet: C9, 79 and A5. RGB value is (201,121,165). Sum of RGB (Red+Green+Blue) = 201+121+165=487 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.27% from 487); Green value is 121 (47.66% from 255 or 24.85% from 487); Blue value is 165 (64.84% from 255 or 33.88% from 487); Max value from RGB is 201 - color contains mainly: red. Hex color #C979A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C979A5 is #36865A. Grayscale: #959595. Windows color (decimal): -3573339 or 10844617. OLE color: 10844617.
HSL color Cylindrical-coordinate representation of color #C979A5: hue angle of 327º 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 #C979A5 is Cyan = 0, Magento = 0.40, Yellow = 0.18 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 121 | 165 | - |
| CMYK | 0 | 0.40 | 0.18 | 0.21 |
| HSL | 327º | 0.43% | 0.63% | - |
| HSV(B) | 327º | 0.4% | 0.79% | - |
| XYZ | 37.72 | 28.81 | 39.17 | - |
| YUV | 149.94 | 136.5 | 164.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 121 | 165 | 0 | 0.40 | 0.18 | 0.21 | 327 | 0.43 | 0.63 |
| Hex | C9 | 79 | A5 | 0 | 28 | 12 | 15 | 147 | 2B | 3F |
| Octal | 311 | 171 | 245 | 0 | 50 | 22 | 25 | 507 | 53 | 77 |
| Binary | 11001001 | 1111001 | 10100101 | 0 | 101000 | 10010 | 10101 | 101000111 | 101011 | 111111 |
Color Harmonies of #C979A5
Complementary color
Monochromatic Colors of #C979A5
Black with #C979A5
Text Example
Text Example
White with #C979A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C979A5; }
p { color: rgb(201,121,165); }
H1.HeaderClassName
{
color: #C979A5;
}
.AnyTagClassName
{
color: #C979A5;
}
</style>
background-color css
<style>
a { background-color: #C979A5; }
a { background-color: rgb(201,121,165); }
div.DivClassName
{
background-color: #C979A5;
}
.BgClassName
{
background-color: #C979A5;
}
</style>
border-color css
<style>
span { border-color: #C979A5; }
span { border-color: rgb(201,121,165); }
td.TdClassName
{
border-color: #C979A5;
}
.TagClassName
{
border-color: #C979A5;
}
</style>