Shades of Hopbush #C25E84
Tints of Hopbush #C25E84
RGB
CMYK
RGB Variations
Color information
#C25E84 (or 0xC25E84) is known color: Hopbush. HEX triplet: C2, 5E and 84. RGB value is (194,94,132). Sum of RGB (Red+Green+Blue) = 194+94+132=420 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.19% from 420); Green value is 94 (37.11% from 255 or 22.38% from 420); Blue value is 132 (51.95% from 255 or 31.43% from 420); Max value from RGB is 194 - color contains mainly: red. Hex color #C25E84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25E84 is #3DA17B. Grayscale: #808080. Windows color (decimal): -4039036 or 8675010. OLE color: 8675010.
HSL color Cylindrical-coordinate representation of color #C25E84: hue angle of 337.2º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C25E84 is Cyan = 0, Magento = 0.52, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 94 | 132 | - |
| CMYK | 0 | 0.52 | 0.32 | 0.24 |
| HSL | 337.2º | 0.45% | 0.56% | - |
| HSV(B) | 337.2º | 0.52% | 0.76% | - |
| XYZ | 30.42 | 21.14 | 24.31 | - |
| YUV | 128.23 | 130.13 | 174.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 94 | 132 | 0 | 0.52 | 0.32 | 0.24 | 337.2 | 0.45 | 0.56 |
| Hex | C2 | 5E | 84 | 0 | 34 | 20 | 18 | 151 | 2D | 38 |
| Octal | 302 | 136 | 204 | 0 | 64 | 40 | 30 | 521 | 55 | 70 |
| Binary | 11000010 | 1011110 | 10000100 | 0 | 110100 | 100000 | 11000 | 101010001 | 101101 | 111000 |
Color Harmonies of #C25E84
Complementary color
Monochromatic Colors of #C25E84
Black with #C25E84
Text Example
Text Example
White with #C25E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25E84; }
p { color: rgb(194,94,132); }
H1.HeaderClassName
{
color: #C25E84;
}
.AnyTagClassName
{
color: #C25E84;
}
</style>
background-color css
<style>
a { background-color: #C25E84; }
a { background-color: rgb(194,94,132); }
div.DivClassName
{
background-color: #C25E84;
}
.BgClassName
{
background-color: #C25E84;
}
</style>
border-color css
<style>
span { border-color: #C25E84; }
span { border-color: rgb(194,94,132); }
td.TdClassName
{
border-color: #C25E84;
}
.TagClassName
{
border-color: #C25E84;
}
</style>