Shades of Hopbush #C975AF
Tints of Hopbush #C975AF
RGB
CMYK
RGB Variations
Color information
#C975AF (or 0xC975AF) is known color: Hopbush. HEX triplet: C9, 75 and AF. RGB value is (201,117,175). Sum of RGB (Red+Green+Blue) = 201+117+175=493 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.77% from 493); Green value is 117 (46.09% from 255 or 23.73% from 493); Blue value is 175 (68.75% from 255 or 35.50% from 493); Max value from RGB is 201 - color contains mainly: red. Hex color #C975AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C975AF is #368A50. Grayscale: #949494. Windows color (decimal): -3574353 or 11498953. OLE color: 11498953.
HSL color Cylindrical-coordinate representation of color #C975AF: hue angle of 318.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 #C975AF is Cyan = 0, Magento = 0.42, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 117 | 175 | - |
| CMYK | 0 | 0.42 | 0.13 | 0.21 |
| HSL | 318.57º | 0.44% | 0.62% | - |
| HSV(B) | 318.57º | 0.42% | 0.79% | - |
| XYZ | 38.19 | 28.24 | 43.99 | - |
| YUV | 148.73 | 142.83 | 165.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 117 | 175 | 0 | 0.42 | 0.13 | 0.21 | 318.57 | 0.44 | 0.62 |
| Hex | C9 | 75 | AF | 0 | 2A | D | 15 | 13F | 2C | 3E |
| Octal | 311 | 165 | 257 | 0 | 52 | 15 | 25 | 477 | 54 | 76 |
| Binary | 11001001 | 1110101 | 10101111 | 0 | 101010 | 1101 | 10101 | 100111111 | 101100 | 111110 |
Color Harmonies of #C975AF
Complementary color
Monochromatic Colors of #C975AF
Black with #C975AF
Text Example
Text Example
White with #C975AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C975AF; }
p { color: rgb(201,117,175); }
H1.HeaderClassName
{
color: #C975AF;
}
.AnyTagClassName
{
color: #C975AF;
}
</style>
background-color css
<style>
a { background-color: #C975AF; }
a { background-color: rgb(201,117,175); }
div.DivClassName
{
background-color: #C975AF;
}
.BgClassName
{
background-color: #C975AF;
}
</style>
border-color css
<style>
span { border-color: #C975AF; }
span { border-color: rgb(201,117,175); }
td.TdClassName
{
border-color: #C975AF;
}
.TagClassName
{
border-color: #C975AF;
}
</style>