Shades of Hopbush #C87290
Tints of Hopbush #C87290
RGB
CMYK
RGB Variations
Color information
#C87290 (or 0xC87290) is known color: Hopbush. HEX triplet: C8, 72 and 90. RGB value is (200,114,144). Sum of RGB (Red+Green+Blue) = 200+114+144=458 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.67% from 458); Green value is 114 (44.92% from 255 or 24.89% from 458); Blue value is 144 (56.64% from 255 or 31.44% from 458); Max value from RGB is 200 - color contains mainly: red. Hex color #C87290 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C87290 is #378D6F. Grayscale: #8F8F8F. Windows color (decimal): -3640688 or 9466568. OLE color: 9466568.
HSL color Cylindrical-coordinate representation of color #C87290: hue angle of 339.07º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C87290 is Cyan = 0, Magento = 0.43, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 114 | 144 | - |
| CMYK | 0 | 0.43 | 0.28 | 0.22 |
| HSL | 339.07º | 0.44% | 0.62% | - |
| HSV(B) | 339.07º | 0.43% | 0.78% | - |
| XYZ | 34.87 | 26.33 | 29.63 | - |
| YUV | 143.13 | 128.49 | 168.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 114 | 144 | 0 | 0.43 | 0.28 | 0.22 | 339.07 | 0.44 | 0.62 |
| Hex | C8 | 72 | 90 | 0 | 2B | 1C | 16 | 153 | 2C | 3E |
| Octal | 310 | 162 | 220 | 0 | 53 | 34 | 26 | 523 | 54 | 76 |
| Binary | 11001000 | 1110010 | 10010000 | 0 | 101011 | 11100 | 10110 | 101010011 | 101100 | 111110 |
Color Harmonies of #C87290
Complementary color
Monochromatic Colors of #C87290
Black with #C87290
Text Example
Text Example
White with #C87290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87290; }
p { color: rgb(200,114,144); }
H1.HeaderClassName
{
color: #C87290;
}
.AnyTagClassName
{
color: #C87290;
}
</style>
background-color css
<style>
a { background-color: #C87290; }
a { background-color: rgb(200,114,144); }
div.DivClassName
{
background-color: #C87290;
}
.BgClassName
{
background-color: #C87290;
}
</style>
border-color css
<style>
span { border-color: #C87290; }
span { border-color: rgb(200,114,144); }
td.TdClassName
{
border-color: #C87290;
}
.TagClassName
{
border-color: #C87290;
}
</style>