Shades of Hopbush #C96492
Tints of Hopbush #C96492
RGB
CMYK
RGB Variations
Color information
#C96492 (or 0xC96492) is known color: Hopbush. HEX triplet: C9, 64 and 92. RGB value is (201,100,146). Sum of RGB (Red+Green+Blue) = 201+100+146=447 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.97% from 447); Green value is 100 (39.45% from 255 or 22.37% from 447); Blue value is 146 (57.42% from 255 or 32.66% from 447); Max value from RGB is 201 - color contains mainly: red. Hex color #C96492 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96492 is #369B6D. Grayscale: #878787. Windows color (decimal): -3578734 or 9594057. OLE color: 9594057.
HSL color Cylindrical-coordinate representation of color #C96492: hue angle of 332.67º 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 #C96492 is Cyan = 0, Magento = 0.50, Yellow = 0.27 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 100 | 146 | - |
| CMYK | 0 | 0.50 | 0.27 | 0.21 |
| HSL | 332.67º | 0.48% | 0.59% | - |
| HSV(B) | 332.67º | 0.5% | 0.79% | - |
| XYZ | 33.83 | 23.61 | 29.97 | - |
| YUV | 135.44 | 133.96 | 174.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 100 | 146 | 0 | 0.50 | 0.27 | 0.21 | 332.67 | 0.48 | 0.59 |
| Hex | C9 | 64 | 92 | 0 | 32 | 1B | 15 | 14D | 30 | 3B |
| Octal | 311 | 144 | 222 | 0 | 62 | 33 | 25 | 515 | 60 | 73 |
| Binary | 11001001 | 1100100 | 10010010 | 0 | 110010 | 11011 | 10101 | 101001101 | 110000 | 111011 |
Color Harmonies of #C96492
Complementary color
Monochromatic Colors of #C96492
Black with #C96492
Text Example
Text Example
White with #C96492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96492; }
p { color: rgb(201,100,146); }
H1.HeaderClassName
{
color: #C96492;
}
.AnyTagClassName
{
color: #C96492;
}
</style>
background-color css
<style>
a { background-color: #C96492; }
a { background-color: rgb(201,100,146); }
div.DivClassName
{
background-color: #C96492;
}
.BgClassName
{
background-color: #C96492;
}
</style>
border-color css
<style>
span { border-color: #C96492; }
span { border-color: rgb(201,100,146); }
td.TdClassName
{
border-color: #C96492;
}
.TagClassName
{
border-color: #C96492;
}
</style>