Shades of Hopbush #C97292
Tints of Hopbush #C97292
RGB
CMYK
RGB Variations
Color information
#C97292 (or 0xC97292) is known color: Hopbush. HEX triplet: C9, 72 and 92. RGB value is (201,114,146). Sum of RGB (Red+Green+Blue) = 201+114+146=461 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.60% from 461); Green value is 114 (44.92% from 255 or 24.73% from 461); Blue value is 146 (57.42% from 255 or 31.67% from 461); Max value from RGB is 201 - color contains mainly: red. Hex color #C97292 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C97292 is #368D6D. Grayscale: #8F8F8F. Windows color (decimal): -3575150 or 9597641. OLE color: 9597641.
HSL color Cylindrical-coordinate representation of color #C97292: hue angle of 337.93º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C97292 is Cyan = 0, Magento = 0.43, Yellow = 0.27 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 114 | 146 | - |
| CMYK | 0 | 0.43 | 0.27 | 0.21 |
| HSL | 337.93º | 0.45% | 0.62% | - |
| HSV(B) | 337.93º | 0.43% | 0.79% | - |
| XYZ | 35.29 | 26.53 | 30.45 | - |
| YUV | 143.66 | 129.32 | 168.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 114 | 146 | 0 | 0.43 | 0.27 | 0.21 | 337.93 | 0.45 | 0.62 |
| Hex | C9 | 72 | 92 | 0 | 2B | 1B | 15 | 152 | 2D | 3E |
| Octal | 311 | 162 | 222 | 0 | 53 | 33 | 25 | 522 | 55 | 76 |
| Binary | 11001001 | 1110010 | 10010010 | 0 | 101011 | 11011 | 10101 | 101010010 | 101101 | 111110 |
Color Harmonies of #C97292
Complementary color
Monochromatic Colors of #C97292
Black with #C97292
Text Example
Text Example
White with #C97292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97292; }
p { color: rgb(201,114,146); }
H1.HeaderClassName
{
color: #C97292;
}
.AnyTagClassName
{
color: #C97292;
}
</style>
background-color css
<style>
a { background-color: #C97292; }
a { background-color: rgb(201,114,146); }
div.DivClassName
{
background-color: #C97292;
}
.BgClassName
{
background-color: #C97292;
}
</style>
border-color css
<style>
span { border-color: #C97292; }
span { border-color: rgb(201,114,146); }
td.TdClassName
{
border-color: #C97292;
}
.TagClassName
{
border-color: #C97292;
}
</style>