Shades of Hopbush #C97692
Tints of Hopbush #C97692
RGB
CMYK
RGB Variations
Color information
#C97692 (or 0xC97692) is known color: Hopbush. HEX triplet: C9, 76 and 92. RGB value is (201,118,146). Sum of RGB (Red+Green+Blue) = 201+118+146=465 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.23% from 465); Green value is 118 (46.48% from 255 or 25.38% from 465); Blue value is 146 (57.42% from 255 or 31.40% from 465); Max value from RGB is 201 - color contains mainly: red. Hex color #C97692 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C97692 is #36896D. Grayscale: #919191. Windows color (decimal): -3574126 or 9598665. OLE color: 9598665.
HSL color Cylindrical-coordinate representation of color #C97692: hue angle of 339.76º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C97692 is Cyan = 0, Magento = 0.41, Yellow = 0.27 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 118 | 146 | - |
| CMYK | 0 | 0.41 | 0.27 | 0.21 |
| HSL | 339.76º | 0.43% | 0.63% | - |
| HSV(B) | 339.76º | 0.41% | 0.79% | - |
| XYZ | 35.75 | 27.45 | 30.61 | - |
| YUV | 146.01 | 128 | 167.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 118 | 146 | 0 | 0.41 | 0.27 | 0.21 | 339.76 | 0.43 | 0.63 |
| Hex | C9 | 76 | 92 | 0 | 29 | 1B | 15 | 154 | 2B | 3F |
| Octal | 311 | 166 | 222 | 0 | 51 | 33 | 25 | 524 | 53 | 77 |
| Binary | 11001001 | 1110110 | 10010010 | 0 | 101001 | 11011 | 10101 | 101010100 | 101011 | 111111 |
Color Harmonies of #C97692
Complementary color
Monochromatic Colors of #C97692
Black with #C97692
Text Example
Text Example
White with #C97692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97692; }
p { color: rgb(201,118,146); }
H1.HeaderClassName
{
color: #C97692;
}
.AnyTagClassName
{
color: #C97692;
}
</style>
background-color css
<style>
a { background-color: #C97692; }
a { background-color: rgb(201,118,146); }
div.DivClassName
{
background-color: #C97692;
}
.BgClassName
{
background-color: #C97692;
}
</style>
border-color css
<style>
span { border-color: #C97692; }
span { border-color: rgb(201,118,146); }
td.TdClassName
{
border-color: #C97692;
}
.TagClassName
{
border-color: #C97692;
}
</style>