Shades of Hopbush #C97AA1
Tints of Hopbush #C97AA1
RGB
CMYK
RGB Variations
Color information
#C97AA1 (or 0xC97AA1) is known color: Hopbush. HEX triplet: C9, 7A and A1. RGB value is (201,122,161). Sum of RGB (Red+Green+Blue) = 201+122+161=484 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.53% from 484); Green value is 122 (48.05% from 255 or 25.21% from 484); Blue value is 161 (63.28% from 255 or 33.26% from 484); Max value from RGB is 201 - color contains mainly: red. Hex color #C97AA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C97AA1 is #36855E. Grayscale: #959595. Windows color (decimal): -3573087 or 10582729. OLE color: 10582729.
HSL color Cylindrical-coordinate representation of color #C97AA1: hue angle of 330.38º 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 #C97AA1 is Cyan = 0, Magento = 0.39, Yellow = 0.20 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 122 | 161 | - |
| CMYK | 0 | 0.39 | 0.20 | 0.21 |
| HSL | 330.38º | 0.42% | 0.63% | - |
| HSV(B) | 330.38º | 0.39% | 0.79% | - |
| XYZ | 37.48 | 28.91 | 37.32 | - |
| YUV | 150.07 | 134.17 | 164.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 122 | 161 | 0 | 0.39 | 0.20 | 0.21 | 330.38 | 0.42 | 0.63 |
| Hex | C9 | 7A | A1 | 0 | 27 | 14 | 15 | 14A | 2A | 3F |
| Octal | 311 | 172 | 241 | 0 | 47 | 24 | 25 | 512 | 52 | 77 |
| Binary | 11001001 | 1111010 | 10100001 | 0 | 100111 | 10100 | 10101 | 101001010 | 101010 | 111111 |
Color Harmonies of #C97AA1
Complementary color
Monochromatic Colors of #C97AA1
Black with #C97AA1
Text Example
Text Example
White with #C97AA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97AA1; }
p { color: rgb(201,122,161); }
H1.HeaderClassName
{
color: #C97AA1;
}
.AnyTagClassName
{
color: #C97AA1;
}
</style>
background-color css
<style>
a { background-color: #C97AA1; }
a { background-color: rgb(201,122,161); }
div.DivClassName
{
background-color: #C97AA1;
}
.BgClassName
{
background-color: #C97AA1;
}
</style>
border-color css
<style>
span { border-color: #C97AA1; }
span { border-color: rgb(201,122,161); }
td.TdClassName
{
border-color: #C97AA1;
}
.TagClassName
{
border-color: #C97AA1;
}
</style>