Shades of Hopbush #C975AC
Tints of Hopbush #C975AC
RGB
CMYK
RGB Variations
Color information
#C975AC (or 0xC975AC) is known color: Hopbush. HEX triplet: C9, 75 and AC. RGB value is (201,117,172). Sum of RGB (Red+Green+Blue) = 201+117+172=490 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.02% from 490); Green value is 117 (46.09% from 255 or 23.88% from 490); Blue value is 172 (67.58% from 255 or 35.10% from 490); Max value from RGB is 201 - color contains mainly: red. Hex color #C975AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C975AC is #368A53. Grayscale: #949494. Windows color (decimal): -3574356 or 11302345. OLE color: 11302345.
HSL color Cylindrical-coordinate representation of color #C975AC: hue angle of 320.71º 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 #C975AC is Cyan = 0, Magento = 0.42, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 117 | 172 | - |
| CMYK | 0 | 0.42 | 0.14 | 0.21 |
| HSL | 320.71º | 0.44% | 0.62% | - |
| HSV(B) | 320.71º | 0.42% | 0.79% | - |
| XYZ | 37.9 | 28.12 | 42.46 | - |
| YUV | 148.39 | 141.33 | 165.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 117 | 172 | 0 | 0.42 | 0.14 | 0.21 | 320.71 | 0.44 | 0.62 |
| Hex | C9 | 75 | AC | 0 | 2A | E | 15 | 141 | 2C | 3E |
| Octal | 311 | 165 | 254 | 0 | 52 | 16 | 25 | 501 | 54 | 76 |
| Binary | 11001001 | 1110101 | 10101100 | 0 | 101010 | 1110 | 10101 | 101000001 | 101100 | 111110 |
Color Harmonies of #C975AC
Complementary color
Monochromatic Colors of #C975AC
Black with #C975AC
Text Example
Text Example
White with #C975AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C975AC; }
p { color: rgb(201,117,172); }
H1.HeaderClassName
{
color: #C975AC;
}
.AnyTagClassName
{
color: #C975AC;
}
</style>
background-color css
<style>
a { background-color: #C975AC; }
a { background-color: rgb(201,117,172); }
div.DivClassName
{
background-color: #C975AC;
}
.BgClassName
{
background-color: #C975AC;
}
</style>
border-color css
<style>
span { border-color: #C975AC; }
span { border-color: rgb(201,117,172); }
td.TdClassName
{
border-color: #C975AC;
}
.TagClassName
{
border-color: #C975AC;
}
</style>