Shades of Hopbush #C95D8F
Tints of Hopbush #C95D8F
RGB
CMYK
RGB Variations
Color information
#C95D8F (or 0xC95D8F) is known color: Hopbush. HEX triplet: C9, 5D and 8F. RGB value is (201,93,143). Sum of RGB (Red+Green+Blue) = 201+93+143=437 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.00% from 437); Green value is 93 (36.72% from 255 or 21.28% from 437); Blue value is 143 (56.25% from 255 or 32.72% from 437); Max value from RGB is 201 - color contains mainly: red. Hex color #C95D8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95D8F is #36A270. Grayscale: #828282. Windows color (decimal): -3580529 or 9395657. OLE color: 9395657.
HSL color Cylindrical-coordinate representation of color #C95D8F: hue angle of 332.22º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C95D8F is Cyan = 0, Magento = 0.54, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 93 | 143 | - |
| CMYK | 0 | 0.54 | 0.29 | 0.21 |
| HSL | 332.22º | 0.5% | 0.58% | - |
| HSV(B) | 332.22º | 0.54% | 0.79% | - |
| XYZ | 32.96 | 22.23 | 28.54 | - |
| YUV | 130.99 | 134.78 | 177.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 93 | 143 | 0 | 0.54 | 0.29 | 0.21 | 332.22 | 0.5 | 0.58 |
| Hex | C9 | 5D | 8F | 0 | 36 | 1D | 15 | 14C | 32 | 3A |
| Octal | 311 | 135 | 217 | 0 | 66 | 35 | 25 | 514 | 62 | 72 |
| Binary | 11001001 | 1011101 | 10001111 | 0 | 110110 | 11101 | 10101 | 101001100 | 110010 | 111010 |
Color Harmonies of #C95D8F
Complementary color
Monochromatic Colors of #C95D8F
Black with #C95D8F
Text Example
Text Example
White with #C95D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95D8F; }
p { color: rgb(201,93,143); }
H1.HeaderClassName
{
color: #C95D8F;
}
.AnyTagClassName
{
color: #C95D8F;
}
</style>
background-color css
<style>
a { background-color: #C95D8F; }
a { background-color: rgb(201,93,143); }
div.DivClassName
{
background-color: #C95D8F;
}
.BgClassName
{
background-color: #C95D8F;
}
</style>
border-color css
<style>
span { border-color: #C95D8F; }
span { border-color: rgb(201,93,143); }
td.TdClassName
{
border-color: #C95D8F;
}
.TagClassName
{
border-color: #C95D8F;
}
</style>