Shades of Hopbush #C977AF
Tints of Hopbush #C977AF
RGB
CMYK
RGB Variations
Color information
#C977AF (or 0xC977AF) is known color: Hopbush. HEX triplet: C9, 77 and AF. RGB value is (201,119,175). Sum of RGB (Red+Green+Blue) = 201+119+175=495 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.61% from 495); Green value is 119 (46.88% from 255 or 24.04% from 495); Blue value is 175 (68.75% from 255 or 35.35% from 495); Max value from RGB is 201 - color contains mainly: red. Hex color #C977AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C977AF is #368850. Grayscale: #959595. Windows color (decimal): -3573841 or 11499465. OLE color: 11499465.
HSL color Cylindrical-coordinate representation of color #C977AF: hue angle of 319.02º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C977AF is Cyan = 0, Magento = 0.41, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 119 | 175 | - |
| CMYK | 0 | 0.41 | 0.13 | 0.21 |
| HSL | 319.02º | 0.43% | 0.63% | - |
| HSV(B) | 319.02º | 0.41% | 0.79% | - |
| XYZ | 38.42 | 28.71 | 44.07 | - |
| YUV | 149.9 | 142.17 | 164.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 119 | 175 | 0 | 0.41 | 0.13 | 0.21 | 319.02 | 0.43 | 0.63 |
| Hex | C9 | 77 | AF | 0 | 29 | D | 15 | 13F | 2B | 3F |
| Octal | 311 | 167 | 257 | 0 | 51 | 15 | 25 | 477 | 53 | 77 |
| Binary | 11001001 | 1110111 | 10101111 | 0 | 101001 | 1101 | 10101 | 100111111 | 101011 | 111111 |
Color Harmonies of #C977AF
Complementary color
Monochromatic Colors of #C977AF
Black with #C977AF
Text Example
Text Example
White with #C977AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C977AF; }
p { color: rgb(201,119,175); }
H1.HeaderClassName
{
color: #C977AF;
}
.AnyTagClassName
{
color: #C977AF;
}
</style>
background-color css
<style>
a { background-color: #C977AF; }
a { background-color: rgb(201,119,175); }
div.DivClassName
{
background-color: #C977AF;
}
.BgClassName
{
background-color: #C977AF;
}
</style>
border-color css
<style>
span { border-color: #C977AF; }
span { border-color: rgb(201,119,175); }
td.TdClassName
{
border-color: #C977AF;
}
.TagClassName
{
border-color: #C977AF;
}
</style>