Shades of Hopbush #C95D8C
Tints of Hopbush #C95D8C
RGB
CMYK
RGB Variations
Color information
#C95D8C (or 0xC95D8C) is known color: Hopbush. HEX triplet: C9, 5D and 8C. RGB value is (201,93,140). Sum of RGB (Red+Green+Blue) = 201+93+140=434 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.31% from 434); Green value is 93 (36.72% from 255 or 21.43% from 434); Blue value is 140 (55.08% from 255 or 32.26% from 434); Max value from RGB is 201 - color contains mainly: red. Hex color #C95D8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95D8C is #36A273. Grayscale: #828282. Windows color (decimal): -3580532 or 9199049. OLE color: 9199049.
HSL color Cylindrical-coordinate representation of color #C95D8C: hue angle of 333.89º 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 #C95D8C is Cyan = 0, Magento = 0.54, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 93 | 140 | - |
| CMYK | 0 | 0.54 | 0.30 | 0.21 |
| HSL | 333.89º | 0.5% | 0.58% | - |
| HSV(B) | 333.89º | 0.54% | 0.79% | - |
| XYZ | 32.74 | 22.14 | 27.36 | - |
| YUV | 130.65 | 133.28 | 178.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 93 | 140 | 0 | 0.54 | 0.30 | 0.21 | 333.89 | 0.5 | 0.58 |
| Hex | C9 | 5D | 8C | 0 | 36 | 1E | 15 | 14E | 32 | 3A |
| Octal | 311 | 135 | 214 | 0 | 66 | 36 | 25 | 516 | 62 | 72 |
| Binary | 11001001 | 1011101 | 10001100 | 0 | 110110 | 11110 | 10101 | 101001110 | 110010 | 111010 |
Color Harmonies of #C95D8C
Complementary color
Monochromatic Colors of #C95D8C
Black with #C95D8C
Text Example
Text Example
White with #C95D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95D8C; }
p { color: rgb(201,93,140); }
H1.HeaderClassName
{
color: #C95D8C;
}
.AnyTagClassName
{
color: #C95D8C;
}
</style>
background-color css
<style>
a { background-color: #C95D8C; }
a { background-color: rgb(201,93,140); }
div.DivClassName
{
background-color: #C95D8C;
}
.BgClassName
{
background-color: #C95D8C;
}
</style>
border-color css
<style>
span { border-color: #C95D8C; }
span { border-color: rgb(201,93,140); }
td.TdClassName
{
border-color: #C95D8C;
}
.TagClassName
{
border-color: #C95D8C;
}
</style>