Shades of Hopbush #C97AAA
Tints of Hopbush #C97AAA
RGB
CMYK
RGB Variations
Color information
#C97AAA (or 0xC97AAA) is known color: Hopbush. HEX triplet: C9, 7A and AA. RGB value is (201,122,170). Sum of RGB (Red+Green+Blue) = 201+122+170=493 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.77% from 493); Green value is 122 (48.05% from 255 or 24.75% from 493); Blue value is 170 (66.80% from 255 or 34.48% from 493); Max value from RGB is 201 - color contains mainly: red. Hex color #C97AAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C97AAA is #368555. Grayscale: #969696. Windows color (decimal): -3573078 or 11172553. OLE color: 11172553.
HSL color Cylindrical-coordinate representation of color #C97AAA: hue angle of 323.54º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C97AAA is Cyan = 0, Magento = 0.39, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 122 | 170 | - |
| CMYK | 0 | 0.39 | 0.15 | 0.21 |
| HSL | 323.54º | 0.42% | 0.63% | - |
| HSV(B) | 323.54º | 0.39% | 0.79% | - |
| XYZ | 38.3 | 29.24 | 41.66 | - |
| YUV | 151.09 | 138.67 | 163.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 122 | 170 | 0 | 0.39 | 0.15 | 0.21 | 323.54 | 0.42 | 0.63 |
| Hex | C9 | 7A | AA | 0 | 27 | F | 15 | 144 | 2A | 3F |
| Octal | 311 | 172 | 252 | 0 | 47 | 17 | 25 | 504 | 52 | 77 |
| Binary | 11001001 | 1111010 | 10101010 | 0 | 100111 | 1111 | 10101 | 101000100 | 101010 | 111111 |
Color Harmonies of #C97AAA
Complementary color
Monochromatic Colors of #C97AAA
Black with #C97AAA
Text Example
Text Example
White with #C97AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97AAA; }
p { color: rgb(201,122,170); }
H1.HeaderClassName
{
color: #C97AAA;
}
.AnyTagClassName
{
color: #C97AAA;
}
</style>
background-color css
<style>
a { background-color: #C97AAA; }
a { background-color: rgb(201,122,170); }
div.DivClassName
{
background-color: #C97AAA;
}
.BgClassName
{
background-color: #C97AAA;
}
</style>
border-color css
<style>
span { border-color: #C97AAA; }
span { border-color: rgb(201,122,170); }
td.TdClassName
{
border-color: #C97AAA;
}
.TagClassName
{
border-color: #C97AAA;
}
</style>