Shades of Hopbush #C95F8C
Tints of Hopbush #C95F8C
RGB
CMYK
RGB Variations
Color information
#C95F8C (or 0xC95F8C) is known color: Hopbush. HEX triplet: C9, 5F and 8C. RGB value is (201,95,140). Sum of RGB (Red+Green+Blue) = 201+95+140=436 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.10% from 436); Green value is 95 (37.5% from 255 or 21.79% from 436); Blue value is 140 (55.08% from 255 or 32.11% from 436); Max value from RGB is 201 - color contains mainly: red. Hex color #C95F8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95F8C is #36A073. Grayscale: #838383. Windows color (decimal): -3580020 or 9199561. OLE color: 9199561.
HSL color Cylindrical-coordinate representation of color #C95F8C: hue angle of 334.53º 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 #C95F8C is Cyan = 0, Magento = 0.53, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 95 | 140 | - |
| CMYK | 0 | 0.53 | 0.30 | 0.21 |
| HSL | 334.53º | 0.5% | 0.58% | - |
| HSV(B) | 334.53º | 0.53% | 0.79% | - |
| XYZ | 32.91 | 22.5 | 27.42 | - |
| YUV | 131.82 | 132.62 | 177.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 95 | 140 | 0 | 0.53 | 0.30 | 0.21 | 334.53 | 0.5 | 0.58 |
| Hex | C9 | 5F | 8C | 0 | 35 | 1E | 15 | 14F | 32 | 3A |
| Octal | 311 | 137 | 214 | 0 | 65 | 36 | 25 | 517 | 62 | 72 |
| Binary | 11001001 | 1011111 | 10001100 | 0 | 110101 | 11110 | 10101 | 101001111 | 110010 | 111010 |
Color Harmonies of #C95F8C
Complementary color
Monochromatic Colors of #C95F8C
Black with #C95F8C
Text Example
Text Example
White with #C95F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95F8C; }
p { color: rgb(201,95,140); }
H1.HeaderClassName
{
color: #C95F8C;
}
.AnyTagClassName
{
color: #C95F8C;
}
</style>
background-color css
<style>
a { background-color: #C95F8C; }
a { background-color: rgb(201,95,140); }
div.DivClassName
{
background-color: #C95F8C;
}
.BgClassName
{
background-color: #C95F8C;
}
</style>
border-color css
<style>
span { border-color: #C95F8C; }
span { border-color: rgb(201,95,140); }
td.TdClassName
{
border-color: #C95F8C;
}
.TagClassName
{
border-color: #C95F8C;
}
</style>