Shades of Hopbush #C9749C
Tints of Hopbush #C9749C
RGB
CMYK
RGB Variations
Color information
#C9749C (or 0xC9749C) is known color: Hopbush. HEX triplet: C9, 74 and 9C. RGB value is (201,116,156). Sum of RGB (Red+Green+Blue) = 201+116+156=473 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.49% from 473); Green value is 116 (45.70% from 255 or 24.52% from 473); Blue value is 156 (61.33% from 255 or 32.98% from 473); Max value from RGB is 201 - color contains mainly: red. Hex color #C9749C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C9749C is #368B63. Grayscale: #919191. Windows color (decimal): -3574628 or 10253513. OLE color: 10253513.
HSL color Cylindrical-coordinate representation of color #C9749C: hue angle of 331.76º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C9749C is Cyan = 0, Magento = 0.42, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 116 | 156 | - |
| CMYK | 0 | 0.42 | 0.22 | 0.21 |
| HSL | 331.76º | 0.44% | 0.62% | - |
| HSV(B) | 331.76º | 0.42% | 0.79% | - |
| XYZ | 36.33 | 27.31 | 34.81 | - |
| YUV | 145.98 | 133.66 | 167.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 116 | 156 | 0 | 0.42 | 0.22 | 0.21 | 331.76 | 0.44 | 0.62 |
| Hex | C9 | 74 | 9C | 0 | 2A | 16 | 15 | 14C | 2C | 3E |
| Octal | 311 | 164 | 234 | 0 | 52 | 26 | 25 | 514 | 54 | 76 |
| Binary | 11001001 | 1110100 | 10011100 | 0 | 101010 | 10110 | 10101 | 101001100 | 101100 | 111110 |
Color Harmonies of #C9749C
Complementary color
Monochromatic Colors of #C9749C
Black with #C9749C
Text Example
Text Example
White with #C9749C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9749C; }
p { color: rgb(201,116,156); }
H1.HeaderClassName
{
color: #C9749C;
}
.AnyTagClassName
{
color: #C9749C;
}
</style>
background-color css
<style>
a { background-color: #C9749C; }
a { background-color: rgb(201,116,156); }
div.DivClassName
{
background-color: #C9749C;
}
.BgClassName
{
background-color: #C9749C;
}
</style>
border-color css
<style>
span { border-color: #C9749C; }
span { border-color: rgb(201,116,156); }
td.TdClassName
{
border-color: #C9749C;
}
.TagClassName
{
border-color: #C9749C;
}
</style>