Shades of Hopbush #C97C9C
Tints of Hopbush #C97C9C
RGB
CMYK
RGB Variations
Color information
#C97C9C (or 0xC97C9C) is known color: Hopbush. HEX triplet: C9, 7C and 9C. RGB value is (201,124,156). Sum of RGB (Red+Green+Blue) = 201+124+156=481 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.79% from 481); Green value is 124 (48.83% from 255 or 25.78% from 481); Blue value is 156 (61.33% from 255 or 32.43% from 481); Max value from RGB is 201 - color contains mainly: red. Hex color #C97C9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C97C9C is #368363. Grayscale: #969696. Windows color (decimal): -3572580 or 10255561. OLE color: 10255561.
HSL color Cylindrical-coordinate representation of color #C97C9C: hue angle of 335.06º degrees, saturation: 0.42, 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 #C97C9C is Cyan = 0, Magento = 0.38, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 124 | 156 | - |
| CMYK | 0 | 0.38 | 0.22 | 0.21 |
| HSL | 335.06º | 0.42% | 0.64% | - |
| HSV(B) | 335.06º | 0.38% | 0.79% | - |
| XYZ | 37.3 | 29.23 | 35.13 | - |
| YUV | 150.67 | 131.01 | 163.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 124 | 156 | 0 | 0.38 | 0.22 | 0.21 | 335.06 | 0.42 | 0.64 |
| Hex | C9 | 7C | 9C | 0 | 26 | 16 | 15 | 14F | 2A | 40 |
| Octal | 311 | 174 | 234 | 0 | 46 | 26 | 25 | 517 | 52 | 100 |
| Binary | 11001001 | 1111100 | 10011100 | 0 | 100110 | 10110 | 10101 | 101001111 | 101010 | 1000000 |
Color Harmonies of #C97C9C
Complementary color
Monochromatic Colors of #C97C9C
Black with #C97C9C
Text Example
Text Example
White with #C97C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97C9C; }
p { color: rgb(201,124,156); }
H1.HeaderClassName
{
color: #C97C9C;
}
.AnyTagClassName
{
color: #C97C9C;
}
</style>
background-color css
<style>
a { background-color: #C97C9C; }
a { background-color: rgb(201,124,156); }
div.DivClassName
{
background-color: #C97C9C;
}
.BgClassName
{
background-color: #C97C9C;
}
</style>
border-color css
<style>
span { border-color: #C97C9C; }
span { border-color: rgb(201,124,156); }
td.TdClassName
{
border-color: #C97C9C;
}
.TagClassName
{
border-color: #C97C9C;
}
</style>