Shades of Hopbush #C976A5
Tints of Hopbush #C976A5
RGB
CMYK
RGB Variations
Color information
#C976A5 (or 0xC976A5) is known color: Hopbush. HEX triplet: C9, 76 and A5. RGB value is (201,118,165). Sum of RGB (Red+Green+Blue) = 201+118+165=484 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.53% from 484); Green value is 118 (46.48% from 255 or 24.38% from 484); Blue value is 165 (64.84% from 255 or 34.09% from 484); Max value from RGB is 201 - color contains mainly: red. Hex color #C976A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C976A5 is #36895A. Grayscale: #949494. Windows color (decimal): -3574107 or 10843849. OLE color: 10843849.
HSL color Cylindrical-coordinate representation of color #C976A5: hue angle of 326.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 #C976A5 is Cyan = 0, Magento = 0.41, Yellow = 0.18 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 118 | 165 | - |
| CMYK | 0 | 0.41 | 0.18 | 0.21 |
| HSL | 326.02º | 0.43% | 0.63% | - |
| HSV(B) | 326.02º | 0.41% | 0.79% | - |
| XYZ | 37.36 | 28.09 | 39.05 | - |
| YUV | 148.18 | 137.5 | 165.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 118 | 165 | 0 | 0.41 | 0.18 | 0.21 | 326.02 | 0.43 | 0.63 |
| Hex | C9 | 76 | A5 | 0 | 29 | 12 | 15 | 146 | 2B | 3F |
| Octal | 311 | 166 | 245 | 0 | 51 | 22 | 25 | 506 | 53 | 77 |
| Binary | 11001001 | 1110110 | 10100101 | 0 | 101001 | 10010 | 10101 | 101000110 | 101011 | 111111 |
Color Harmonies of #C976A5
Complementary color
Monochromatic Colors of #C976A5
Black with #C976A5
Text Example
Text Example
White with #C976A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C976A5; }
p { color: rgb(201,118,165); }
H1.HeaderClassName
{
color: #C976A5;
}
.AnyTagClassName
{
color: #C976A5;
}
</style>
background-color css
<style>
a { background-color: #C976A5; }
a { background-color: rgb(201,118,165); }
div.DivClassName
{
background-color: #C976A5;
}
.BgClassName
{
background-color: #C976A5;
}
</style>
border-color css
<style>
span { border-color: #C976A5; }
span { border-color: rgb(201,118,165); }
td.TdClassName
{
border-color: #C976A5;
}
.TagClassName
{
border-color: #C976A5;
}
</style>