Shades of Hopbush #C57299
Tints of Hopbush #C57299
RGB
CMYK
RGB Variations
Color information
#C57299 (or 0xC57299) is known color: Hopbush. HEX triplet: C5, 72 and 99. RGB value is (197,114,153). Sum of RGB (Red+Green+Blue) = 197+114+153=464 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.46% from 464); Green value is 114 (44.92% from 255 or 24.57% from 464); Blue value is 153 (60.16% from 255 or 32.97% from 464); Max value from RGB is 197 - color contains mainly: red. Hex color #C57299 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57299 is #3A8D66. Grayscale: #8F8F8F. Windows color (decimal): -3837287 or 10056389. OLE color: 10056389.
HSL color Cylindrical-coordinate representation of color #C57299: hue angle of 331.81º 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 #C57299 is Cyan = 0, Magento = 0.42, Yellow = 0.22 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 114 | 153 | - |
| CMYK | 0 | 0.42 | 0.22 | 0.23 |
| HSL | 331.81º | 0.42% | 0.61% | - |
| HSV(B) | 331.81º | 0.42% | 0.77% | - |
| XYZ | 34.79 | 26.2 | 33.36 | - |
| YUV | 143.26 | 133.5 | 166.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 114 | 153 | 0 | 0.42 | 0.22 | 0.23 | 331.81 | 0.42 | 0.61 |
| Hex | C5 | 72 | 99 | 0 | 2A | 16 | 17 | 14C | 2A | 3D |
| Octal | 305 | 162 | 231 | 0 | 52 | 26 | 27 | 514 | 52 | 75 |
| Binary | 11000101 | 1110010 | 10011001 | 0 | 101010 | 10110 | 10111 | 101001100 | 101010 | 111101 |
Color Harmonies of #C57299
Complementary color
Monochromatic Colors of #C57299
Black with #C57299
Text Example
Text Example
White with #C57299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57299; }
p { color: rgb(197,114,153); }
H1.HeaderClassName
{
color: #C57299;
}
.AnyTagClassName
{
color: #C57299;
}
</style>
background-color css
<style>
a { background-color: #C57299; }
a { background-color: rgb(197,114,153); }
div.DivClassName
{
background-color: #C57299;
}
.BgClassName
{
background-color: #C57299;
}
</style>
border-color css
<style>
span { border-color: #C57299; }
span { border-color: rgb(197,114,153); }
td.TdClassName
{
border-color: #C57299;
}
.TagClassName
{
border-color: #C57299;
}
</style>