Shades of Hopbush #C975A6
Tints of Hopbush #C975A6
RGB
CMYK
RGB Variations
Color information
#C975A6 (or 0xC975A6) is known color: Hopbush. HEX triplet: C9, 75 and A6. RGB value is (201,117,166). Sum of RGB (Red+Green+Blue) = 201+117+166=484 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.53% from 484); Green value is 117 (46.09% from 255 or 24.17% from 484); Blue value is 166 (65.23% from 255 or 34.30% from 484); Max value from RGB is 201 - color contains mainly: red. Hex color #C975A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C975A6 is #368A59. Grayscale: #939393. Windows color (decimal): -3574362 or 10909129. OLE color: 10909129.
HSL color Cylindrical-coordinate representation of color #C975A6: hue angle of 325º 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 #C975A6 is Cyan = 0, Magento = 0.42, Yellow = 0.17 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 117 | 166 | - |
| CMYK | 0 | 0.42 | 0.17 | 0.21 |
| HSL | 325º | 0.44% | 0.62% | - |
| HSV(B) | 325º | 0.42% | 0.79% | - |
| XYZ | 37.33 | 27.89 | 39.49 | - |
| YUV | 147.7 | 138.33 | 166.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 117 | 166 | 0 | 0.42 | 0.17 | 0.21 | 325 | 0.44 | 0.62 |
| Hex | C9 | 75 | A6 | 0 | 2A | 11 | 15 | 145 | 2C | 3E |
| Octal | 311 | 165 | 246 | 0 | 52 | 21 | 25 | 505 | 54 | 76 |
| Binary | 11001001 | 1110101 | 10100110 | 0 | 101010 | 10001 | 10101 | 101000101 | 101100 | 111110 |
Color Harmonies of #C975A6
Complementary color
Monochromatic Colors of #C975A6
Black with #C975A6
Text Example
Text Example
White with #C975A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C975A6; }
p { color: rgb(201,117,166); }
H1.HeaderClassName
{
color: #C975A6;
}
.AnyTagClassName
{
color: #C975A6;
}
</style>
background-color css
<style>
a { background-color: #C975A6; }
a { background-color: rgb(201,117,166); }
div.DivClassName
{
background-color: #C975A6;
}
.BgClassName
{
background-color: #C975A6;
}
</style>
border-color css
<style>
span { border-color: #C975A6; }
span { border-color: rgb(201,117,166); }
td.TdClassName
{
border-color: #C975A6;
}
.TagClassName
{
border-color: #C975A6;
}
</style>