Shades of Hopbush #C975AA
Tints of Hopbush #C975AA
RGB
CMYK
RGB Variations
Color information
#C975AA (or 0xC975AA) is known color: Hopbush. HEX triplet: C9, 75 and AA. RGB value is (201,117,170). Sum of RGB (Red+Green+Blue) = 201+117+170=488 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.19% from 488); Green value is 117 (46.09% from 255 or 23.98% from 488); Blue value is 170 (66.80% from 255 or 34.84% from 488); Max value from RGB is 201 - color contains mainly: red. Hex color #C975AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C975AA is #368A55. Grayscale: #949494. Windows color (decimal): -3574358 or 11171273. OLE color: 11171273.
HSL color Cylindrical-coordinate representation of color #C975AA: hue angle of 322.14º 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 #C975AA is Cyan = 0, Magento = 0.42, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 117 | 170 | - |
| CMYK | 0 | 0.42 | 0.15 | 0.21 |
| HSL | 322.14º | 0.44% | 0.62% | - |
| HSV(B) | 322.14º | 0.42% | 0.79% | - |
| XYZ | 37.7 | 28.04 | 41.46 | - |
| YUV | 148.16 | 140.33 | 165.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 117 | 170 | 0 | 0.42 | 0.15 | 0.21 | 322.14 | 0.44 | 0.62 |
| Hex | C9 | 75 | AA | 0 | 2A | F | 15 | 142 | 2C | 3E |
| Octal | 311 | 165 | 252 | 0 | 52 | 17 | 25 | 502 | 54 | 76 |
| Binary | 11001001 | 1110101 | 10101010 | 0 | 101010 | 1111 | 10101 | 101000010 | 101100 | 111110 |
Color Harmonies of #C975AA
Complementary color
Monochromatic Colors of #C975AA
Black with #C975AA
Text Example
Text Example
White with #C975AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C975AA; }
p { color: rgb(201,117,170); }
H1.HeaderClassName
{
color: #C975AA;
}
.AnyTagClassName
{
color: #C975AA;
}
</style>
background-color css
<style>
a { background-color: #C975AA; }
a { background-color: rgb(201,117,170); }
div.DivClassName
{
background-color: #C975AA;
}
.BgClassName
{
background-color: #C975AA;
}
</style>
border-color css
<style>
span { border-color: #C975AA; }
span { border-color: rgb(201,117,170); }
td.TdClassName
{
border-color: #C975AA;
}
.TagClassName
{
border-color: #C975AA;
}
</style>