Shades of Hopbush #C975A0
Tints of Hopbush #C975A0
RGB
CMYK
RGB Variations
Color information
#C975A0 (or 0xC975A0) is known color: Hopbush. HEX triplet: C9, 75 and A0. RGB value is (201,117,160). Sum of RGB (Red+Green+Blue) = 201+117+160=478 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.05% from 478); Green value is 117 (46.09% from 255 or 24.48% from 478); Blue value is 160 (62.89% from 255 or 33.47% from 478); Max value from RGB is 201 - color contains mainly: red. Hex color #C975A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C975A0 is #368A5F. Grayscale: #929292. Windows color (decimal): -3574368 or 10515913. OLE color: 10515913.
HSL color Cylindrical-coordinate representation of color #C975A0: hue angle of 329.29º 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 #C975A0 is Cyan = 0, Magento = 0.42, Yellow = 0.20 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 117 | 160 | - |
| CMYK | 0 | 0.42 | 0.20 | 0.21 |
| HSL | 329.29º | 0.44% | 0.62% | - |
| HSV(B) | 329.29º | 0.42% | 0.79% | - |
| XYZ | 36.79 | 27.68 | 36.66 | - |
| YUV | 147.02 | 135.33 | 166.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 117 | 160 | 0 | 0.42 | 0.20 | 0.21 | 329.29 | 0.44 | 0.62 |
| Hex | C9 | 75 | A0 | 0 | 2A | 14 | 15 | 149 | 2C | 3E |
| Octal | 311 | 165 | 240 | 0 | 52 | 24 | 25 | 511 | 54 | 76 |
| Binary | 11001001 | 1110101 | 10100000 | 0 | 101010 | 10100 | 10101 | 101001001 | 101100 | 111110 |
Color Harmonies of #C975A0
Complementary color
Monochromatic Colors of #C975A0
Black with #C975A0
Text Example
Text Example
White with #C975A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C975A0; }
p { color: rgb(201,117,160); }
H1.HeaderClassName
{
color: #C975A0;
}
.AnyTagClassName
{
color: #C975A0;
}
</style>
background-color css
<style>
a { background-color: #C975A0; }
a { background-color: rgb(201,117,160); }
div.DivClassName
{
background-color: #C975A0;
}
.BgClassName
{
background-color: #C975A0;
}
</style>
border-color css
<style>
span { border-color: #C975A0; }
span { border-color: rgb(201,117,160); }
td.TdClassName
{
border-color: #C975A0;
}
.TagClassName
{
border-color: #C975A0;
}
</style>