Shades of Hopbush #C96DA2
Tints of Hopbush #C96DA2
RGB
CMYK
RGB Variations
Color information
#C96DA2 (or 0xC96DA2) is known color: Hopbush. HEX triplet: C9, 6D and A2. RGB value is (201,109,162). Sum of RGB (Red+Green+Blue) = 201+109+162=472 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.58% from 472); Green value is 109 (42.97% from 255 or 23.09% from 472); Blue value is 162 (63.67% from 255 or 34.32% from 472); Max value from RGB is 201 - color contains mainly: red. Hex color #C96DA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96DA2 is #36925D. Grayscale: #8E8E8E. Windows color (decimal): -3576414 or 10644937. OLE color: 10644937.
HSL color Cylindrical-coordinate representation of color #C96DA2: hue angle of 325.43º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C96DA2 is Cyan = 0, Magento = 0.46, Yellow = 0.19 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 109 | 162 | - |
| CMYK | 0 | 0.46 | 0.19 | 0.21 |
| HSL | 325.43º | 0.46% | 0.61% | - |
| HSV(B) | 325.43º | 0.46% | 0.79% | - |
| XYZ | 36.08 | 25.96 | 37.29 | - |
| YUV | 142.55 | 138.98 | 169.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 109 | 162 | 0 | 0.46 | 0.19 | 0.21 | 325.43 | 0.46 | 0.61 |
| Hex | C9 | 6D | A2 | 0 | 2E | 13 | 15 | 145 | 2E | 3D |
| Octal | 311 | 155 | 242 | 0 | 56 | 23 | 25 | 505 | 56 | 75 |
| Binary | 11001001 | 1101101 | 10100010 | 0 | 101110 | 10011 | 10101 | 101000101 | 101110 | 111101 |
Color Harmonies of #C96DA2
Complementary color
Monochromatic Colors of #C96DA2
Black with #C96DA2
Text Example
Text Example
White with #C96DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96DA2; }
p { color: rgb(201,109,162); }
H1.HeaderClassName
{
color: #C96DA2;
}
.AnyTagClassName
{
color: #C96DA2;
}
</style>
background-color css
<style>
a { background-color: #C96DA2; }
a { background-color: rgb(201,109,162); }
div.DivClassName
{
background-color: #C96DA2;
}
.BgClassName
{
background-color: #C96DA2;
}
</style>
border-color css
<style>
span { border-color: #C96DA2; }
span { border-color: rgb(201,109,162); }
td.TdClassName
{
border-color: #C96DA2;
}
.TagClassName
{
border-color: #C96DA2;
}
</style>