Shades of Hopbush #C97A96
Tints of Hopbush #C97A96
RGB
CMYK
RGB Variations
Color information
#C97A96 (or 0xC97A96) is known color: Hopbush. HEX triplet: C9, 7A and 96. RGB value is (201,122,150). Sum of RGB (Red+Green+Blue) = 201+122+150=473 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.49% from 473); Green value is 122 (48.05% from 255 or 25.79% from 473); Blue value is 150 (58.98% from 255 or 31.71% from 473); Max value from RGB is 201 - color contains mainly: red. Hex color #C97A96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C97A96 is #368569. Grayscale: #949494. Windows color (decimal): -3573098 or 9861833. OLE color: 9861833.
HSL color Cylindrical-coordinate representation of color #C97A96: hue angle of 338.73º 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 #C97A96 is Cyan = 0, Magento = 0.39, Yellow = 0.25 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 122 | 150 | - |
| CMYK | 0 | 0.39 | 0.25 | 0.21 |
| HSL | 338.73º | 0.42% | 0.63% | - |
| HSV(B) | 338.73º | 0.39% | 0.79% | - |
| XYZ | 36.55 | 28.54 | 32.44 | - |
| YUV | 148.81 | 128.67 | 165.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 122 | 150 | 0 | 0.39 | 0.25 | 0.21 | 338.73 | 0.42 | 0.63 |
| Hex | C9 | 7A | 96 | 0 | 27 | 19 | 15 | 153 | 2A | 3F |
| Octal | 311 | 172 | 226 | 0 | 47 | 31 | 25 | 523 | 52 | 77 |
| Binary | 11001001 | 1111010 | 10010110 | 0 | 100111 | 11001 | 10101 | 101010011 | 101010 | 111111 |
Color Harmonies of #C97A96
Complementary color
Monochromatic Colors of #C97A96
Black with #C97A96
Text Example
Text Example
White with #C97A96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97A96; }
p { color: rgb(201,122,150); }
H1.HeaderClassName
{
color: #C97A96;
}
.AnyTagClassName
{
color: #C97A96;
}
</style>
background-color css
<style>
a { background-color: #C97A96; }
a { background-color: rgb(201,122,150); }
div.DivClassName
{
background-color: #C97A96;
}
.BgClassName
{
background-color: #C97A96;
}
</style>
border-color css
<style>
span { border-color: #C97A96; }
span { border-color: rgb(201,122,150); }
td.TdClassName
{
border-color: #C97A96;
}
.TagClassName
{
border-color: #C97A96;
}
</style>