Shades of Hopbush #C97190
Tints of Hopbush #C97190
RGB
CMYK
RGB Variations
Color information
#C97190 (or 0xC97190) is known color: Hopbush. HEX triplet: C9, 71 and 90. RGB value is (201,113,144). Sum of RGB (Red+Green+Blue) = 201+113+144=458 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.89% from 458); Green value is 113 (44.53% from 255 or 24.67% from 458); Blue value is 144 (56.64% from 255 or 31.44% from 458); Max value from RGB is 201 - color contains mainly: red. Hex color #C97190 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C97190 is #368E6F. Grayscale: #8E8E8E. Windows color (decimal): -3575408 or 9466313. OLE color: 9466313.
HSL color Cylindrical-coordinate representation of color #C97190: hue angle of 338.86º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C97190 is Cyan = 0, Magento = 0.44, Yellow = 0.28 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 113 | 144 | - |
| CMYK | 0 | 0.44 | 0.28 | 0.21 |
| HSL | 338.86º | 0.45% | 0.62% | - |
| HSV(B) | 338.86º | 0.44% | 0.79% | - |
| XYZ | 35.03 | 26.24 | 29.6 | - |
| YUV | 142.85 | 128.65 | 169.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 113 | 144 | 0 | 0.44 | 0.28 | 0.21 | 338.86 | 0.45 | 0.62 |
| Hex | C9 | 71 | 90 | 0 | 2C | 1C | 15 | 153 | 2D | 3E |
| Octal | 311 | 161 | 220 | 0 | 54 | 34 | 25 | 523 | 55 | 76 |
| Binary | 11001001 | 1110001 | 10010000 | 0 | 101100 | 11100 | 10101 | 101010011 | 101101 | 111110 |
Color Harmonies of #C97190
Complementary color
Monochromatic Colors of #C97190
Black with #C97190
Text Example
Text Example
White with #C97190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97190; }
p { color: rgb(201,113,144); }
H1.HeaderClassName
{
color: #C97190;
}
.AnyTagClassName
{
color: #C97190;
}
</style>
background-color css
<style>
a { background-color: #C97190; }
a { background-color: rgb(201,113,144); }
div.DivClassName
{
background-color: #C97190;
}
.BgClassName
{
background-color: #C97190;
}
</style>
border-color css
<style>
span { border-color: #C97190; }
span { border-color: rgb(201,113,144); }
td.TdClassName
{
border-color: #C97190;
}
.TagClassName
{
border-color: #C97190;
}
</style>