Shades of Hopbush #C97494
Tints of Hopbush #C97494
RGB
CMYK
RGB Variations
Color information
#C97494 (or 0xC97494) is known color: Hopbush. HEX triplet: C9, 74 and 94. RGB value is (201,116,148). Sum of RGB (Red+Green+Blue) = 201+116+148=465 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.23% from 465); Green value is 116 (45.70% from 255 or 24.95% from 465); Blue value is 148 (58.20% from 255 or 31.83% from 465); Max value from RGB is 201 - color contains mainly: red. Hex color #C97494 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C97494 is #368B6B. Grayscale: #919191. Windows color (decimal): -3574636 or 9729225. OLE color: 9729225.
HSL color Cylindrical-coordinate representation of color #C97494: hue angle of 337.41º 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 #C97494 is Cyan = 0, Magento = 0.42, Yellow = 0.26 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 116 | 148 | - |
| CMYK | 0 | 0.42 | 0.26 | 0.21 |
| HSL | 337.41º | 0.44% | 0.62% | - |
| HSV(B) | 337.41º | 0.42% | 0.79% | - |
| XYZ | 35.68 | 27.05 | 31.36 | - |
| YUV | 145.06 | 129.66 | 167.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 116 | 148 | 0 | 0.42 | 0.26 | 0.21 | 337.41 | 0.44 | 0.62 |
| Hex | C9 | 74 | 94 | 0 | 2A | 1A | 15 | 151 | 2C | 3E |
| Octal | 311 | 164 | 224 | 0 | 52 | 32 | 25 | 521 | 54 | 76 |
| Binary | 11001001 | 1110100 | 10010100 | 0 | 101010 | 11010 | 10101 | 101010001 | 101100 | 111110 |
Color Harmonies of #C97494
Complementary color
Monochromatic Colors of #C97494
Black with #C97494
Text Example
Text Example
White with #C97494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97494; }
p { color: rgb(201,116,148); }
H1.HeaderClassName
{
color: #C97494;
}
.AnyTagClassName
{
color: #C97494;
}
</style>
background-color css
<style>
a { background-color: #C97494; }
a { background-color: rgb(201,116,148); }
div.DivClassName
{
background-color: #C97494;
}
.BgClassName
{
background-color: #C97494;
}
</style>
border-color css
<style>
span { border-color: #C97494; }
span { border-color: rgb(201,116,148); }
td.TdClassName
{
border-color: #C97494;
}
.TagClassName
{
border-color: #C97494;
}
</style>