Shades of Hopbush #C96484
Tints of Hopbush #C96484
RGB
CMYK
RGB Variations
Color information
#C96484 (or 0xC96484) is known color: Hopbush. HEX triplet: C9, 64 and 84. RGB value is (201,100,132). Sum of RGB (Red+Green+Blue) = 201+100+132=433 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.42% from 433); Green value is 100 (39.45% from 255 or 23.09% from 433); Blue value is 132 (51.95% from 255 or 30.48% from 433); Max value from RGB is 201 - color contains mainly: red. Hex color #C96484 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96484 is #369B7B. Grayscale: #858585. Windows color (decimal): -3578748 or 8676553. OLE color: 8676553.
HSL color Cylindrical-coordinate representation of color #C96484: hue angle of 340.99º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C96484 is Cyan = 0, Magento = 0.50, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 100 | 132 | - |
| CMYK | 0 | 0.50 | 0.34 | 0.21 |
| HSL | 340.99º | 0.48% | 0.59% | - |
| HSV(B) | 340.99º | 0.5% | 0.79% | - |
| XYZ | 32.81 | 23.2 | 24.58 | - |
| YUV | 133.85 | 126.96 | 175.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 100 | 132 | 0 | 0.50 | 0.34 | 0.21 | 340.99 | 0.48 | 0.59 |
| Hex | C9 | 64 | 84 | 0 | 32 | 22 | 15 | 155 | 30 | 3B |
| Octal | 311 | 144 | 204 | 0 | 62 | 42 | 25 | 525 | 60 | 73 |
| Binary | 11001001 | 1100100 | 10000100 | 0 | 110010 | 100010 | 10101 | 101010101 | 110000 | 111011 |
Color Harmonies of #C96484
Complementary color
Monochromatic Colors of #C96484
Black with #C96484
Text Example
Text Example
White with #C96484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96484; }
p { color: rgb(201,100,132); }
H1.HeaderClassName
{
color: #C96484;
}
.AnyTagClassName
{
color: #C96484;
}
</style>
background-color css
<style>
a { background-color: #C96484; }
a { background-color: rgb(201,100,132); }
div.DivClassName
{
background-color: #C96484;
}
.BgClassName
{
background-color: #C96484;
}
</style>
border-color css
<style>
span { border-color: #C96484; }
span { border-color: rgb(201,100,132); }
td.TdClassName
{
border-color: #C96484;
}
.TagClassName
{
border-color: #C96484;
}
</style>