Shades of Hopbush #C25E85
Tints of Hopbush #C25E85
RGB
CMYK
RGB Variations
Color information
#C25E85 (or 0xC25E85) is known color: Hopbush. HEX triplet: C2, 5E and 85. RGB value is (194,94,133). Sum of RGB (Red+Green+Blue) = 194+94+133=421 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.08% from 421); Green value is 94 (37.11% from 255 or 22.33% from 421); Blue value is 133 (52.34% from 255 or 31.59% from 421); Max value from RGB is 194 - color contains mainly: red. Hex color #C25E85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25E85 is #3DA17A. Grayscale: #808080. Windows color (decimal): -4039035 or 8740546. OLE color: 8740546.
HSL color Cylindrical-coordinate representation of color #C25E85: hue angle of 336.6º 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 #C25E85 is Cyan = 0, Magento = 0.52, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 94 | 133 | - |
| CMYK | 0 | 0.52 | 0.31 | 0.24 |
| HSL | 336.6º | 0.45% | 0.56% | - |
| HSV(B) | 336.6º | 0.52% | 0.76% | - |
| XYZ | 30.48 | 21.17 | 24.67 | - |
| YUV | 128.35 | 130.63 | 174.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 94 | 133 | 0 | 0.52 | 0.31 | 0.24 | 336.6 | 0.45 | 0.56 |
| Hex | C2 | 5E | 85 | 0 | 34 | 1F | 18 | 151 | 2D | 38 |
| Octal | 302 | 136 | 205 | 0 | 64 | 37 | 30 | 521 | 55 | 70 |
| Binary | 11000010 | 1011110 | 10000101 | 0 | 110100 | 11111 | 11000 | 101010001 | 101101 | 111000 |
Color Harmonies of #C25E85
Complementary color
Monochromatic Colors of #C25E85
Black with #C25E85
Text Example
Text Example
White with #C25E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25E85; }
p { color: rgb(194,94,133); }
H1.HeaderClassName
{
color: #C25E85;
}
.AnyTagClassName
{
color: #C25E85;
}
</style>
background-color css
<style>
a { background-color: #C25E85; }
a { background-color: rgb(194,94,133); }
div.DivClassName
{
background-color: #C25E85;
}
.BgClassName
{
background-color: #C25E85;
}
</style>
border-color css
<style>
span { border-color: #C25E85; }
span { border-color: rgb(194,94,133); }
td.TdClassName
{
border-color: #C25E85;
}
.TagClassName
{
border-color: #C25E85;
}
</style>