Shades of Hopbush #C25F92
Tints of Hopbush #C25F92
RGB
CMYK
RGB Variations
Color information
#C25F92 (or 0xC25F92) is known color: Hopbush. HEX triplet: C2, 5F and 92. RGB value is (194,95,146). Sum of RGB (Red+Green+Blue) = 194+95+146=435 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.60% from 435); Green value is 95 (37.5% from 255 or 21.84% from 435); Blue value is 146 (57.42% from 255 or 33.56% from 435); Max value from RGB is 194 - color contains mainly: red. Hex color #C25F92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25F92 is #3DA06D. Grayscale: #828282. Windows color (decimal): -4038766 or 9592770. OLE color: 9592770.
HSL color Cylindrical-coordinate representation of color #C25F92: hue angle of 329.09º 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 #C25F92 is Cyan = 0, Magento = 0.51, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 95 | 146 | - |
| CMYK | 0 | 0.51 | 0.25 | 0.24 |
| HSL | 329.09º | 0.45% | 0.57% | - |
| HSV(B) | 329.09º | 0.51% | 0.76% | - |
| XYZ | 31.53 | 21.73 | 29.73 | - |
| YUV | 130.42 | 136.8 | 173.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 95 | 146 | 0 | 0.51 | 0.25 | 0.24 | 329.09 | 0.45 | 0.57 |
| Hex | C2 | 5F | 92 | 0 | 33 | 19 | 18 | 149 | 2D | 39 |
| Octal | 302 | 137 | 222 | 0 | 63 | 31 | 30 | 511 | 55 | 71 |
| Binary | 11000010 | 1011111 | 10010010 | 0 | 110011 | 11001 | 11000 | 101001001 | 101101 | 111001 |
Color Harmonies of #C25F92
Complementary color
Monochromatic Colors of #C25F92
Black with #C25F92
Text Example
Text Example
White with #C25F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25F92; }
p { color: rgb(194,95,146); }
H1.HeaderClassName
{
color: #C25F92;
}
.AnyTagClassName
{
color: #C25F92;
}
</style>
background-color css
<style>
a { background-color: #C25F92; }
a { background-color: rgb(194,95,146); }
div.DivClassName
{
background-color: #C25F92;
}
.BgClassName
{
background-color: #C25F92;
}
</style>
border-color css
<style>
span { border-color: #C25F92; }
span { border-color: rgb(194,95,146); }
td.TdClassName
{
border-color: #C25F92;
}
.TagClassName
{
border-color: #C25F92;
}
</style>