Shades of Hopbush #C975A1
Tints of Hopbush #C975A1
RGB
CMYK
RGB Variations
Color information
#C975A1 (or 0xC975A1) is known color: Hopbush. HEX triplet: C9, 75 and A1. RGB value is (201,117,161). Sum of RGB (Red+Green+Blue) = 201+117+161=479 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.96% from 479); Green value is 117 (46.09% from 255 or 24.43% from 479); Blue value is 161 (63.28% from 255 or 33.61% from 479); Max value from RGB is 201 - color contains mainly: red. Hex color #C975A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C975A1 is #368A5E. Grayscale: #939393. Windows color (decimal): -3574367 or 10581449. OLE color: 10581449.
HSL color Cylindrical-coordinate representation of color #C975A1: hue angle of 328.57º 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 #C975A1 is Cyan = 0, Magento = 0.42, Yellow = 0.20 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 117 | 161 | - |
| CMYK | 0 | 0.42 | 0.20 | 0.21 |
| HSL | 328.57º | 0.44% | 0.62% | - |
| HSV(B) | 328.57º | 0.42% | 0.79% | - |
| XYZ | 36.88 | 27.71 | 37.12 | - |
| YUV | 147.13 | 135.83 | 166.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 117 | 161 | 0 | 0.42 | 0.20 | 0.21 | 328.57 | 0.44 | 0.62 |
| Hex | C9 | 75 | A1 | 0 | 2A | 14 | 15 | 149 | 2C | 3E |
| Octal | 311 | 165 | 241 | 0 | 52 | 24 | 25 | 511 | 54 | 76 |
| Binary | 11001001 | 1110101 | 10100001 | 0 | 101010 | 10100 | 10101 | 101001001 | 101100 | 111110 |
Color Harmonies of #C975A1
Complementary color
Monochromatic Colors of #C975A1
Black with #C975A1
Text Example
Text Example
White with #C975A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C975A1; }
p { color: rgb(201,117,161); }
H1.HeaderClassName
{
color: #C975A1;
}
.AnyTagClassName
{
color: #C975A1;
}
</style>
background-color css
<style>
a { background-color: #C975A1; }
a { background-color: rgb(201,117,161); }
div.DivClassName
{
background-color: #C975A1;
}
.BgClassName
{
background-color: #C975A1;
}
</style>
border-color css
<style>
span { border-color: #C975A1; }
span { border-color: rgb(201,117,161); }
td.TdClassName
{
border-color: #C975A1;
}
.TagClassName
{
border-color: #C975A1;
}
</style>