Shades of Hopbush #C95F81
Tints of Hopbush #C95F81
RGB
CMYK
RGB Variations
Color information
#C95F81 (or 0xC95F81) is known color: Hopbush. HEX triplet: C9, 5F and 81. RGB value is (201,95,129). Sum of RGB (Red+Green+Blue) = 201+95+129=425 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.29% from 425); Green value is 95 (37.5% from 255 or 22.35% from 425); Blue value is 129 (50.78% from 255 or 30.35% from 425); Max value from RGB is 201 - color contains mainly: red. Hex color #C95F81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95F81 is #36A07E. Grayscale: #828282. Windows color (decimal): -3580031 or 8478665. OLE color: 8478665.
HSL color Cylindrical-coordinate representation of color #C95F81: hue angle of 340.75º 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 #C95F81 is Cyan = 0, Magento = 0.53, Yellow = 0.36 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 95 | 129 | - |
| CMYK | 0 | 0.53 | 0.36 | 0.21 |
| HSL | 340.75º | 0.5% | 0.58% | - |
| HSV(B) | 340.75º | 0.53% | 0.79% | - |
| XYZ | 32.14 | 22.19 | 23.36 | - |
| YUV | 130.57 | 127.12 | 178.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 95 | 129 | 0 | 0.53 | 0.36 | 0.21 | 340.75 | 0.5 | 0.58 |
| Hex | C9 | 5F | 81 | 0 | 35 | 24 | 15 | 155 | 32 | 3A |
| Octal | 311 | 137 | 201 | 0 | 65 | 44 | 25 | 525 | 62 | 72 |
| Binary | 11001001 | 1011111 | 10000001 | 0 | 110101 | 100100 | 10101 | 101010101 | 110010 | 111010 |
Color Harmonies of #C95F81
Complementary color
Monochromatic Colors of #C95F81
Black with #C95F81
Text Example
Text Example
White with #C95F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95F81; }
p { color: rgb(201,95,129); }
H1.HeaderClassName
{
color: #C95F81;
}
.AnyTagClassName
{
color: #C95F81;
}
</style>
background-color css
<style>
a { background-color: #C95F81; }
a { background-color: rgb(201,95,129); }
div.DivClassName
{
background-color: #C95F81;
}
.BgClassName
{
background-color: #C95F81;
}
</style>
border-color css
<style>
span { border-color: #C95F81; }
span { border-color: rgb(201,95,129); }
td.TdClassName
{
border-color: #C95F81;
}
.TagClassName
{
border-color: #C95F81;
}
</style>