Shades of Hopbush #C97DA1
Tints of Hopbush #C97DA1
RGB
CMYK
RGB Variations
Color information
#C97DA1 (or 0xC97DA1) is known color: Hopbush. HEX triplet: C9, 7D and A1. RGB value is (201,125,161). Sum of RGB (Red+Green+Blue) = 201+125+161=487 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.27% from 487); Green value is 125 (49.22% from 255 or 25.67% from 487); Blue value is 161 (63.28% from 255 or 33.06% from 487); Max value from RGB is 201 - color contains mainly: red. Hex color #C97DA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C97DA1 is #36825E. Grayscale: #979797. Windows color (decimal): -3572319 or 10583497. OLE color: 10583497.
HSL color Cylindrical-coordinate representation of color #C97DA1: hue angle of 331.58º 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 #C97DA1 is Cyan = 0, Magento = 0.38, Yellow = 0.20 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 125 | 161 | - |
| CMYK | 0 | 0.38 | 0.20 | 0.21 |
| HSL | 331.58º | 0.41% | 0.64% | - |
| HSV(B) | 331.58º | 0.38% | 0.79% | - |
| XYZ | 37.85 | 29.66 | 37.45 | - |
| YUV | 151.83 | 133.18 | 163.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 125 | 161 | 0 | 0.38 | 0.20 | 0.21 | 331.58 | 0.41 | 0.64 |
| Hex | C9 | 7D | A1 | 0 | 26 | 14 | 15 | 14C | 29 | 40 |
| Octal | 311 | 175 | 241 | 0 | 46 | 24 | 25 | 514 | 51 | 100 |
| Binary | 11001001 | 1111101 | 10100001 | 0 | 100110 | 10100 | 10101 | 101001100 | 101001 | 1000000 |
Color Harmonies of #C97DA1
Complementary color
Monochromatic Colors of #C97DA1
Black with #C97DA1
Text Example
Text Example
White with #C97DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97DA1; }
p { color: rgb(201,125,161); }
H1.HeaderClassName
{
color: #C97DA1;
}
.AnyTagClassName
{
color: #C97DA1;
}
</style>
background-color css
<style>
a { background-color: #C97DA1; }
a { background-color: rgb(201,125,161); }
div.DivClassName
{
background-color: #C97DA1;
}
.BgClassName
{
background-color: #C97DA1;
}
</style>
border-color css
<style>
span { border-color: #C97DA1; }
span { border-color: rgb(201,125,161); }
td.TdClassName
{
border-color: #C97DA1;
}
.TagClassName
{
border-color: #C97DA1;
}
</style>