Shades of Hopbush #C96497
Tints of Hopbush #C96497
RGB
CMYK
RGB Variations
Color information
#C96497 (or 0xC96497) is known color: Hopbush. HEX triplet: C9, 64 and 97. RGB value is (201,100,151). Sum of RGB (Red+Green+Blue) = 201+100+151=452 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.47% from 452); Green value is 100 (39.45% from 255 or 22.12% from 452); Blue value is 151 (59.38% from 255 or 33.41% from 452); Max value from RGB is 201 - color contains mainly: red. Hex color #C96497 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96497 is #369B68. Grayscale: #878787. Windows color (decimal): -3578729 or 9921737. OLE color: 9921737.
HSL color Cylindrical-coordinate representation of color #C96497: hue angle of 329.7º 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 #C96497 is Cyan = 0, Magento = 0.50, Yellow = 0.25 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 100 | 151 | - |
| CMYK | 0 | 0.50 | 0.25 | 0.21 |
| HSL | 329.7º | 0.48% | 0.59% | - |
| HSV(B) | 329.7º | 0.5% | 0.79% | - |
| XYZ | 34.23 | 23.77 | 32.06 | - |
| YUV | 136.01 | 136.46 | 174.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 100 | 151 | 0 | 0.50 | 0.25 | 0.21 | 329.7 | 0.48 | 0.59 |
| Hex | C9 | 64 | 97 | 0 | 32 | 19 | 15 | 14A | 30 | 3B |
| Octal | 311 | 144 | 227 | 0 | 62 | 31 | 25 | 512 | 60 | 73 |
| Binary | 11001001 | 1100100 | 10010111 | 0 | 110010 | 11001 | 10101 | 101001010 | 110000 | 111011 |
Color Harmonies of #C96497
Complementary color
Monochromatic Colors of #C96497
Black with #C96497
Text Example
Text Example
White with #C96497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96497; }
p { color: rgb(201,100,151); }
H1.HeaderClassName
{
color: #C96497;
}
.AnyTagClassName
{
color: #C96497;
}
</style>
background-color css
<style>
a { background-color: #C96497; }
a { background-color: rgb(201,100,151); }
div.DivClassName
{
background-color: #C96497;
}
.BgClassName
{
background-color: #C96497;
}
</style>
border-color css
<style>
span { border-color: #C96497; }
span { border-color: rgb(201,100,151); }
td.TdClassName
{
border-color: #C96497;
}
.TagClassName
{
border-color: #C96497;
}
</style>