Shades of Hopbush #C974A5
Tints of Hopbush #C974A5
RGB
CMYK
RGB Variations
Color information
#C974A5 (or 0xC974A5) is known color: Hopbush. HEX triplet: C9, 74 and A5. RGB value is (201,116,165). Sum of RGB (Red+Green+Blue) = 201+116+165=482 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.70% from 482); Green value is 116 (45.70% from 255 or 24.07% from 482); Blue value is 165 (64.84% from 255 or 34.23% from 482); Max value from RGB is 201 - color contains mainly: red. Hex color #C974A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C974A5 is #368B5A. Grayscale: #929292. Windows color (decimal): -3574619 or 10843337. OLE color: 10843337.
HSL color Cylindrical-coordinate representation of color #C974A5: hue angle of 325.41º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C974A5 is Cyan = 0, Magento = 0.42, Yellow = 0.18 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 116 | 165 | - |
| CMYK | 0 | 0.42 | 0.18 | 0.21 |
| HSL | 325.41º | 0.44% | 0.62% | - |
| HSV(B) | 325.41º | 0.42% | 0.79% | - |
| XYZ | 37.12 | 27.62 | 38.97 | - |
| YUV | 147 | 138.16 | 166.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 116 | 165 | 0 | 0.42 | 0.18 | 0.21 | 325.41 | 0.44 | 0.62 |
| Hex | C9 | 74 | A5 | 0 | 2A | 12 | 15 | 145 | 2C | 3E |
| Octal | 311 | 164 | 245 | 0 | 52 | 22 | 25 | 505 | 54 | 76 |
| Binary | 11001001 | 1110100 | 10100101 | 0 | 101010 | 10010 | 10101 | 101000101 | 101100 | 111110 |
Color Harmonies of #C974A5
Complementary color
Monochromatic Colors of #C974A5
Black with #C974A5
Text Example
Text Example
White with #C974A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C974A5; }
p { color: rgb(201,116,165); }
H1.HeaderClassName
{
color: #C974A5;
}
.AnyTagClassName
{
color: #C974A5;
}
</style>
background-color css
<style>
a { background-color: #C974A5; }
a { background-color: rgb(201,116,165); }
div.DivClassName
{
background-color: #C974A5;
}
.BgClassName
{
background-color: #C974A5;
}
</style>
border-color css
<style>
span { border-color: #C974A5; }
span { border-color: rgb(201,116,165); }
td.TdClassName
{
border-color: #C974A5;
}
.TagClassName
{
border-color: #C974A5;
}
</style>