Shades of Hopbush #C25F85
Tints of Hopbush #C25F85
RGB
CMYK
RGB Variations
Color information
#C25F85 (or 0xC25F85) is known color: Hopbush. HEX triplet: C2, 5F and 85. RGB value is (194,95,133). Sum of RGB (Red+Green+Blue) = 194+95+133=422 (55% of max value = 765). Red value is 194 (76.17% from 255 or 45.97% from 422); Green value is 95 (37.5% from 255 or 22.51% from 422); Blue value is 133 (52.34% from 255 or 31.52% from 422); Max value from RGB is 194 - color contains mainly: red. Hex color #C25F85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25F85 is #3DA07A. Grayscale: #808080. Windows color (decimal): -4038779 or 8740802. OLE color: 8740802.
HSL color Cylindrical-coordinate representation of color #C25F85: hue angle of 336.97º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C25F85 is Cyan = 0, Magento = 0.51, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 95 | 133 | - |
| CMYK | 0 | 0.51 | 0.31 | 0.24 |
| HSL | 336.97º | 0.45% | 0.57% | - |
| HSV(B) | 336.97º | 0.51% | 0.76% | - |
| XYZ | 30.57 | 21.35 | 24.7 | - |
| YUV | 128.93 | 130.3 | 174.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 95 | 133 | 0 | 0.51 | 0.31 | 0.24 | 336.97 | 0.45 | 0.57 |
| Hex | C2 | 5F | 85 | 0 | 33 | 1F | 18 | 151 | 2D | 39 |
| Octal | 302 | 137 | 205 | 0 | 63 | 37 | 30 | 521 | 55 | 71 |
| Binary | 11000010 | 1011111 | 10000101 | 0 | 110011 | 11111 | 11000 | 101010001 | 101101 | 111001 |
Color Harmonies of #C25F85
Complementary color
Monochromatic Colors of #C25F85
Black with #C25F85
Text Example
Text Example
White with #C25F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25F85; }
p { color: rgb(194,95,133); }
H1.HeaderClassName
{
color: #C25F85;
}
.AnyTagClassName
{
color: #C25F85;
}
</style>
background-color css
<style>
a { background-color: #C25F85; }
a { background-color: rgb(194,95,133); }
div.DivClassName
{
background-color: #C25F85;
}
.BgClassName
{
background-color: #C25F85;
}
</style>
border-color css
<style>
span { border-color: #C25F85; }
span { border-color: rgb(194,95,133); }
td.TdClassName
{
border-color: #C25F85;
}
.TagClassName
{
border-color: #C25F85;
}
</style>