Shades of Hopbush #C9729A
Tints of Hopbush #C9729A
RGB
CMYK
RGB Variations
Color information
#C9729A (or 0xC9729A) is known color: Hopbush. HEX triplet: C9, 72 and 9A. RGB value is (201,114,154). Sum of RGB (Red+Green+Blue) = 201+114+154=469 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.86% from 469); Green value is 114 (44.92% from 255 or 24.31% from 469); Blue value is 154 (60.55% from 255 or 32.84% from 469); Max value from RGB is 201 - color contains mainly: red. Hex color #C9729A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C9729A is #368D65. Grayscale: #909090. Windows color (decimal): -3575142 or 10121929. OLE color: 10121929.
HSL color Cylindrical-coordinate representation of color #C9729A: hue angle of 332.41º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C9729A is Cyan = 0, Magento = 0.43, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 114 | 154 | - |
| CMYK | 0 | 0.43 | 0.23 | 0.21 |
| HSL | 332.41º | 0.45% | 0.62% | - |
| HSV(B) | 332.41º | 0.43% | 0.79% | - |
| XYZ | 35.94 | 26.79 | 33.85 | - |
| YUV | 144.57 | 133.32 | 168.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 114 | 154 | 0 | 0.43 | 0.23 | 0.21 | 332.41 | 0.45 | 0.62 |
| Hex | C9 | 72 | 9A | 0 | 2B | 17 | 15 | 14C | 2D | 3E |
| Octal | 311 | 162 | 232 | 0 | 53 | 27 | 25 | 514 | 55 | 76 |
| Binary | 11001001 | 1110010 | 10011010 | 0 | 101011 | 10111 | 10101 | 101001100 | 101101 | 111110 |
Color Harmonies of #C9729A
Complementary color
Monochromatic Colors of #C9729A
Black with #C9729A
Text Example
Text Example
White with #C9729A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9729A; }
p { color: rgb(201,114,154); }
H1.HeaderClassName
{
color: #C9729A;
}
.AnyTagClassName
{
color: #C9729A;
}
</style>
background-color css
<style>
a { background-color: #C9729A; }
a { background-color: rgb(201,114,154); }
div.DivClassName
{
background-color: #C9729A;
}
.BgClassName
{
background-color: #C9729A;
}
</style>
border-color css
<style>
span { border-color: #C9729A; }
span { border-color: rgb(201,114,154); }
td.TdClassName
{
border-color: #C9729A;
}
.TagClassName
{
border-color: #C9729A;
}
</style>