Shades of Hopbush #C97BAA
Tints of Hopbush #C97BAA
RGB
CMYK
RGB Variations
Color information
#C97BAA (or 0xC97BAA) is known color: Hopbush. HEX triplet: C9, 7B and AA. RGB value is (201,123,170). Sum of RGB (Red+Green+Blue) = 201+123+170=494 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.69% from 494); Green value is 123 (48.44% from 255 or 24.90% from 494); Blue value is 170 (66.80% from 255 or 34.41% from 494); Max value from RGB is 201 - color contains mainly: red. Hex color #C97BAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C97BAA is #368455. Grayscale: #979797. Windows color (decimal): -3572822 or 11172809. OLE color: 11172809.
HSL color Cylindrical-coordinate representation of color #C97BAA: hue angle of 323.85º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C97BAA is Cyan = 0, Magento = 0.39, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 123 | 170 | - |
| CMYK | 0 | 0.39 | 0.15 | 0.21 |
| HSL | 323.85º | 0.42% | 0.64% | - |
| HSV(B) | 323.85º | 0.39% | 0.79% | - |
| XYZ | 38.43 | 29.49 | 41.7 | - |
| YUV | 151.68 | 138.34 | 163.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 123 | 170 | 0 | 0.39 | 0.15 | 0.21 | 323.85 | 0.42 | 0.64 |
| Hex | C9 | 7B | AA | 0 | 27 | F | 15 | 144 | 2A | 40 |
| Octal | 311 | 173 | 252 | 0 | 47 | 17 | 25 | 504 | 52 | 100 |
| Binary | 11001001 | 1111011 | 10101010 | 0 | 100111 | 1111 | 10101 | 101000100 | 101010 | 1000000 |
Color Harmonies of #C97BAA
Complementary color
Monochromatic Colors of #C97BAA
Black with #C97BAA
Text Example
Text Example
White with #C97BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97BAA; }
p { color: rgb(201,123,170); }
H1.HeaderClassName
{
color: #C97BAA;
}
.AnyTagClassName
{
color: #C97BAA;
}
</style>
background-color css
<style>
a { background-color: #C97BAA; }
a { background-color: rgb(201,123,170); }
div.DivClassName
{
background-color: #C97BAA;
}
.BgClassName
{
background-color: #C97BAA;
}
</style>
border-color css
<style>
span { border-color: #C97BAA; }
span { border-color: rgb(201,123,170); }
td.TdClassName
{
border-color: #C97BAA;
}
.TagClassName
{
border-color: #C97BAA;
}
</style>