Shades of Hopbush #C95D8E
Tints of Hopbush #C95D8E
RGB
CMYK
RGB Variations
Color information
#C95D8E (or 0xC95D8E) is known color: Hopbush. HEX triplet: C9, 5D and 8E. RGB value is (201,93,142). Sum of RGB (Red+Green+Blue) = 201+93+142=436 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.10% from 436); Green value is 93 (36.72% from 255 or 21.33% from 436); Blue value is 142 (55.86% from 255 or 32.57% from 436); Max value from RGB is 201 - color contains mainly: red. Hex color #C95D8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95D8E is #36A271. Grayscale: #828282. Windows color (decimal): -3580530 or 9330121. OLE color: 9330121.
HSL color Cylindrical-coordinate representation of color #C95D8E: hue angle of 332.78º 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 #C95D8E is Cyan = 0, Magento = 0.54, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 93 | 142 | - |
| CMYK | 0 | 0.54 | 0.29 | 0.21 |
| HSL | 332.78º | 0.5% | 0.58% | - |
| HSV(B) | 332.78º | 0.54% | 0.79% | - |
| XYZ | 32.88 | 22.2 | 28.14 | - |
| YUV | 130.88 | 134.28 | 178.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 93 | 142 | 0 | 0.54 | 0.29 | 0.21 | 332.78 | 0.5 | 0.58 |
| Hex | C9 | 5D | 8E | 0 | 36 | 1D | 15 | 14D | 32 | 3A |
| Octal | 311 | 135 | 216 | 0 | 66 | 35 | 25 | 515 | 62 | 72 |
| Binary | 11001001 | 1011101 | 10001110 | 0 | 110110 | 11101 | 10101 | 101001101 | 110010 | 111010 |
Color Harmonies of #C95D8E
Complementary color
Monochromatic Colors of #C95D8E
Black with #C95D8E
Text Example
Text Example
White with #C95D8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95D8E; }
p { color: rgb(201,93,142); }
H1.HeaderClassName
{
color: #C95D8E;
}
.AnyTagClassName
{
color: #C95D8E;
}
</style>
background-color css
<style>
a { background-color: #C95D8E; }
a { background-color: rgb(201,93,142); }
div.DivClassName
{
background-color: #C95D8E;
}
.BgClassName
{
background-color: #C95D8E;
}
</style>
border-color css
<style>
span { border-color: #C95D8E; }
span { border-color: rgb(201,93,142); }
td.TdClassName
{
border-color: #C95D8E;
}
.TagClassName
{
border-color: #C95D8E;
}
</style>