Shades of Hopbush #C961AA
Tints of Hopbush #C961AA
RGB
CMYK
RGB Variations
Color information
#C961AA (or 0xC961AA) is known color: Hopbush. HEX triplet: C9, 61 and AA. RGB value is (201,97,170). Sum of RGB (Red+Green+Blue) = 201+97+170=468 (61% of max value = 765). Red value is 201 (78.91% from 255 or 42.95% from 468); Green value is 97 (38.28% from 255 or 20.73% from 468); Blue value is 170 (66.80% from 255 or 36.32% from 468); Max value from RGB is 201 - color contains mainly: red. Hex color #C961AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C961AA is #369E55. Grayscale: #888888. Windows color (decimal): -3579478 or 11166153. OLE color: 11166153.
HSL color Cylindrical-coordinate representation of color #C961AA: hue angle of 317.88º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C961AA is Cyan = 0, Magento = 0.52, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 97 | 170 | - |
| CMYK | 0 | 0.52 | 0.15 | 0.21 |
| HSL | 317.88º | 0.49% | 0.58% | - |
| HSV(B) | 317.88º | 0.52% | 0.79% | - |
| XYZ | 35.62 | 23.87 | 40.76 | - |
| YUV | 136.42 | 146.96 | 174.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 97 | 170 | 0 | 0.52 | 0.15 | 0.21 | 317.88 | 0.49 | 0.58 |
| Hex | C9 | 61 | AA | 0 | 34 | F | 15 | 13E | 31 | 3A |
| Octal | 311 | 141 | 252 | 0 | 64 | 17 | 25 | 476 | 61 | 72 |
| Binary | 11001001 | 1100001 | 10101010 | 0 | 110100 | 1111 | 10101 | 100111110 | 110001 | 111010 |
Color Harmonies of #C961AA
Complementary color
Monochromatic Colors of #C961AA
Black with #C961AA
Text Example
Text Example
White with #C961AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C961AA; }
p { color: rgb(201,97,170); }
H1.HeaderClassName
{
color: #C961AA;
}
.AnyTagClassName
{
color: #C961AA;
}
</style>
background-color css
<style>
a { background-color: #C961AA; }
a { background-color: rgb(201,97,170); }
div.DivClassName
{
background-color: #C961AA;
}
.BgClassName
{
background-color: #C961AA;
}
</style>
border-color css
<style>
span { border-color: #C961AA; }
span { border-color: rgb(201,97,170); }
td.TdClassName
{
border-color: #C961AA;
}
.TagClassName
{
border-color: #C961AA;
}
</style>