Shades of Hopbush #C27290
Tints of Hopbush #C27290
RGB
CMYK
RGB Variations
Color information
#C27290 (or 0xC27290) is known color: Hopbush. HEX triplet: C2, 72 and 90. RGB value is (194,114,144). Sum of RGB (Red+Green+Blue) = 194+114+144=452 (59% of max value = 765). Red value is 194 (76.17% from 255 or 42.92% from 452); Green value is 114 (44.92% from 255 or 25.22% from 452); Blue value is 144 (56.64% from 255 or 31.86% from 452); Max value from RGB is 194 - color contains mainly: red. Hex color #C27290 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27290 is #3D8D6F. Grayscale: #8D8D8D. Windows color (decimal): -4033904 or 9466562. OLE color: 9466562.
HSL color Cylindrical-coordinate representation of color #C27290: hue angle of 337.5º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C27290 is Cyan = 0, Magento = 0.41, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 114 | 144 | - |
| CMYK | 0 | 0.41 | 0.26 | 0.24 |
| HSL | 337.5º | 0.4% | 0.6% | - |
| HSV(B) | 337.5º | 0.41% | 0.76% | - |
| XYZ | 33.3 | 25.52 | 29.56 | - |
| YUV | 141.34 | 129.5 | 165.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 114 | 144 | 0 | 0.41 | 0.26 | 0.24 | 337.5 | 0.4 | 0.6 |
| Hex | C2 | 72 | 90 | 0 | 29 | 1A | 18 | 152 | 28 | 3C |
| Octal | 302 | 162 | 220 | 0 | 51 | 32 | 30 | 522 | 50 | 74 |
| Binary | 11000010 | 1110010 | 10010000 | 0 | 101001 | 11010 | 11000 | 101010010 | 101000 | 111100 |
Color Harmonies of #C27290
Complementary color
Monochromatic Colors of #C27290
Black with #C27290
Text Example
Text Example
White with #C27290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27290; }
p { color: rgb(194,114,144); }
H1.HeaderClassName
{
color: #C27290;
}
.AnyTagClassName
{
color: #C27290;
}
</style>
background-color css
<style>
a { background-color: #C27290; }
a { background-color: rgb(194,114,144); }
div.DivClassName
{
background-color: #C27290;
}
.BgClassName
{
background-color: #C27290;
}
</style>
border-color css
<style>
span { border-color: #C27290; }
span { border-color: rgb(194,114,144); }
td.TdClassName
{
border-color: #C27290;
}
.TagClassName
{
border-color: #C27290;
}
</style>