Shades of Hopbush #C95F84
Tints of Hopbush #C95F84
RGB
CMYK
RGB Variations
Color information
#C95F84 (or 0xC95F84) is known color: Hopbush. HEX triplet: C9, 5F and 84. RGB value is (201,95,132). Sum of RGB (Red+Green+Blue) = 201+95+132=428 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.96% from 428); Green value is 95 (37.5% from 255 or 22.20% from 428); Blue value is 132 (51.95% from 255 or 30.84% from 428); Max value from RGB is 201 - color contains mainly: red. Hex color #C95F84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95F84 is #36A07B. Grayscale: #828282. Windows color (decimal): -3580028 or 8675273. OLE color: 8675273.
HSL color Cylindrical-coordinate representation of color #C95F84: hue angle of 339.06º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C95F84 is Cyan = 0, Magento = 0.53, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 95 | 132 | - |
| CMYK | 0 | 0.53 | 0.34 | 0.21 |
| HSL | 339.06º | 0.5% | 0.58% | - |
| HSV(B) | 339.06º | 0.53% | 0.79% | - |
| XYZ | 32.34 | 22.27 | 24.42 | - |
| YUV | 130.91 | 128.62 | 177.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 95 | 132 | 0 | 0.53 | 0.34 | 0.21 | 339.06 | 0.5 | 0.58 |
| Hex | C9 | 5F | 84 | 0 | 35 | 22 | 15 | 153 | 32 | 3A |
| Octal | 311 | 137 | 204 | 0 | 65 | 42 | 25 | 523 | 62 | 72 |
| Binary | 11001001 | 1011111 | 10000100 | 0 | 110101 | 100010 | 10101 | 101010011 | 110010 | 111010 |
Color Harmonies of #C95F84
Complementary color
Monochromatic Colors of #C95F84
Black with #C95F84
Text Example
Text Example
White with #C95F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95F84; }
p { color: rgb(201,95,132); }
H1.HeaderClassName
{
color: #C95F84;
}
.AnyTagClassName
{
color: #C95F84;
}
</style>
background-color css
<style>
a { background-color: #C95F84; }
a { background-color: rgb(201,95,132); }
div.DivClassName
{
background-color: #C95F84;
}
.BgClassName
{
background-color: #C95F84;
}
</style>
border-color css
<style>
span { border-color: #C95F84; }
span { border-color: rgb(201,95,132); }
td.TdClassName
{
border-color: #C95F84;
}
.TagClassName
{
border-color: #C95F84;
}
</style>