Shades of Hopbush #C97DA2
Tints of Hopbush #C97DA2
RGB
CMYK
RGB Variations
Color information
#C97DA2 (or 0xC97DA2) is known color: Hopbush. HEX triplet: C9, 7D and A2. RGB value is (201,125,162). Sum of RGB (Red+Green+Blue) = 201+125+162=488 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.19% from 488); Green value is 125 (49.22% from 255 or 25.61% from 488); Blue value is 162 (63.67% from 255 or 33.20% from 488); Max value from RGB is 201 - color contains mainly: red. Hex color #C97DA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C97DA2 is #36825D. Grayscale: #979797. Windows color (decimal): -3572318 or 10649033. OLE color: 10649033.
HSL color Cylindrical-coordinate representation of color #C97DA2: hue angle of 330.79º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C97DA2 is Cyan = 0, Magento = 0.38, Yellow = 0.19 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 125 | 162 | - |
| CMYK | 0 | 0.38 | 0.19 | 0.21 |
| HSL | 330.79º | 0.41% | 0.64% | - |
| HSV(B) | 330.79º | 0.38% | 0.79% | - |
| XYZ | 37.94 | 29.69 | 37.91 | - |
| YUV | 151.94 | 133.68 | 162.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 125 | 162 | 0 | 0.38 | 0.19 | 0.21 | 330.79 | 0.41 | 0.64 |
| Hex | C9 | 7D | A2 | 0 | 26 | 13 | 15 | 14B | 29 | 40 |
| Octal | 311 | 175 | 242 | 0 | 46 | 23 | 25 | 513 | 51 | 100 |
| Binary | 11001001 | 1111101 | 10100010 | 0 | 100110 | 10011 | 10101 | 101001011 | 101001 | 1000000 |
Color Harmonies of #C97DA2
Complementary color
Monochromatic Colors of #C97DA2
Black with #C97DA2
Text Example
Text Example
White with #C97DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97DA2; }
p { color: rgb(201,125,162); }
H1.HeaderClassName
{
color: #C97DA2;
}
.AnyTagClassName
{
color: #C97DA2;
}
</style>
background-color css
<style>
a { background-color: #C97DA2; }
a { background-color: rgb(201,125,162); }
div.DivClassName
{
background-color: #C97DA2;
}
.BgClassName
{
background-color: #C97DA2;
}
</style>
border-color css
<style>
span { border-color: #C97DA2; }
span { border-color: rgb(201,125,162); }
td.TdClassName
{
border-color: #C97DA2;
}
.TagClassName
{
border-color: #C97DA2;
}
</style>