Shades of Hopbush #C76D91
Tints of Hopbush #C76D91
RGB
CMYK
RGB Variations
Color information
#C76D91 (or 0xC76D91) is known color: Hopbush. HEX triplet: C7, 6D and 91. RGB value is (199,109,145). Sum of RGB (Red+Green+Blue) = 199+109+145=453 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.93% from 453); Green value is 109 (42.97% from 255 or 24.06% from 453); Blue value is 145 (57.03% from 255 or 32.01% from 453); Max value from RGB is 199 - color contains mainly: red. Hex color #C76D91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C76D91 is #38926E. Grayscale: #8B8B8B. Windows color (decimal): -3707503 or 9530823. OLE color: 9530823.
HSL color Cylindrical-coordinate representation of color #C76D91: hue angle of 336º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C76D91 is Cyan = 0, Magento = 0.45, Yellow = 0.27 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 109 | 145 | - |
| CMYK | 0 | 0.45 | 0.27 | 0.22 |
| HSL | 336º | 0.45% | 0.6% | - |
| HSV(B) | 336º | 0.45% | 0.78% | - |
| XYZ | 34.13 | 25.12 | 29.84 | - |
| YUV | 140.01 | 130.82 | 170.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 109 | 145 | 0 | 0.45 | 0.27 | 0.22 | 336 | 0.45 | 0.6 |
| Hex | C7 | 6D | 91 | 0 | 2D | 1B | 16 | 150 | 2D | 3C |
| Octal | 307 | 155 | 221 | 0 | 55 | 33 | 26 | 520 | 55 | 74 |
| Binary | 11000111 | 1101101 | 10010001 | 0 | 101101 | 11011 | 10110 | 101010000 | 101101 | 111100 |
Color Harmonies of #C76D91
Complementary color
Monochromatic Colors of #C76D91
Black with #C76D91
Text Example
Text Example
White with #C76D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76D91; }
p { color: rgb(199,109,145); }
H1.HeaderClassName
{
color: #C76D91;
}
.AnyTagClassName
{
color: #C76D91;
}
</style>
background-color css
<style>
a { background-color: #C76D91; }
a { background-color: rgb(199,109,145); }
div.DivClassName
{
background-color: #C76D91;
}
.BgClassName
{
background-color: #C76D91;
}
</style>
border-color css
<style>
span { border-color: #C76D91; }
span { border-color: rgb(199,109,145); }
td.TdClassName
{
border-color: #C76D91;
}
.TagClassName
{
border-color: #C76D91;
}
</style>