Shades of Hopbush #C57290
Tints of Hopbush #C57290
RGB
CMYK
RGB Variations
Color information
#C57290 (or 0xC57290) is known color: Hopbush. HEX triplet: C5, 72 and 90. RGB value is (197,114,144). Sum of RGB (Red+Green+Blue) = 197+114+144=455 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.30% from 455); Green value is 114 (44.92% from 255 or 25.05% from 455); Blue value is 144 (56.64% from 255 or 31.65% from 455); Max value from RGB is 197 - color contains mainly: red. Hex color #C57290 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57290 is #3A8D6F. Grayscale: #8E8E8E. Windows color (decimal): -3837296 or 9466565. OLE color: 9466565.
HSL color Cylindrical-coordinate representation of color #C57290: hue angle of 338.31º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C57290 is Cyan = 0, Magento = 0.42, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 114 | 144 | - |
| CMYK | 0 | 0.42 | 0.27 | 0.23 |
| HSL | 338.31º | 0.42% | 0.61% | - |
| HSV(B) | 338.31º | 0.42% | 0.77% | - |
| XYZ | 34.08 | 25.92 | 29.59 | - |
| YUV | 142.24 | 129 | 167.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 114 | 144 | 0 | 0.42 | 0.27 | 0.23 | 338.31 | 0.42 | 0.61 |
| Hex | C5 | 72 | 90 | 0 | 2A | 1B | 17 | 152 | 2A | 3D |
| Octal | 305 | 162 | 220 | 0 | 52 | 33 | 27 | 522 | 52 | 75 |
| Binary | 11000101 | 1110010 | 10010000 | 0 | 101010 | 11011 | 10111 | 101010010 | 101010 | 111101 |
Color Harmonies of #C57290
Complementary color
Monochromatic Colors of #C57290
Black with #C57290
Text Example
Text Example
White with #C57290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57290; }
p { color: rgb(197,114,144); }
H1.HeaderClassName
{
color: #C57290;
}
.AnyTagClassName
{
color: #C57290;
}
</style>
background-color css
<style>
a { background-color: #C57290; }
a { background-color: rgb(197,114,144); }
div.DivClassName
{
background-color: #C57290;
}
.BgClassName
{
background-color: #C57290;
}
</style>
border-color css
<style>
span { border-color: #C57290; }
span { border-color: rgb(197,114,144); }
td.TdClassName
{
border-color: #C57290;
}
.TagClassName
{
border-color: #C57290;
}
</style>