Shades of Hopbush #C76292
Tints of Hopbush #C76292
RGB
CMYK
RGB Variations
Color information
#C76292 (or 0xC76292) is known color: Hopbush. HEX triplet: C7, 62 and 92. RGB value is (199,98,146). Sum of RGB (Red+Green+Blue) = 199+98+146=443 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.92% from 443); Green value is 98 (38.67% from 255 or 22.12% from 443); Blue value is 146 (57.42% from 255 or 32.96% from 443); Max value from RGB is 199 - color contains mainly: red. Hex color #C76292 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C76292 is #389D6D. Grayscale: #858585. Windows color (decimal): -3710318 or 9593543. OLE color: 9593543.
HSL color Cylindrical-coordinate representation of color #C76292: hue angle of 331.49º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C76292 is Cyan = 0, Magento = 0.51, Yellow = 0.27 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 98 | 146 | - |
| CMYK | 0 | 0.51 | 0.27 | 0.22 |
| HSL | 331.49º | 0.47% | 0.58% | - |
| HSV(B) | 331.49º | 0.51% | 0.78% | - |
| XYZ | 33.11 | 22.95 | 29.88 | - |
| YUV | 133.67 | 134.96 | 174.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 98 | 146 | 0 | 0.51 | 0.27 | 0.22 | 331.49 | 0.47 | 0.58 |
| Hex | C7 | 62 | 92 | 0 | 33 | 1B | 16 | 14B | 2F | 3A |
| Octal | 307 | 142 | 222 | 0 | 63 | 33 | 26 | 513 | 57 | 72 |
| Binary | 11000111 | 1100010 | 10010010 | 0 | 110011 | 11011 | 10110 | 101001011 | 101111 | 111010 |
Color Harmonies of #C76292
Complementary color
Monochromatic Colors of #C76292
Black with #C76292
Text Example
Text Example
White with #C76292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76292; }
p { color: rgb(199,98,146); }
H1.HeaderClassName
{
color: #C76292;
}
.AnyTagClassName
{
color: #C76292;
}
</style>
background-color css
<style>
a { background-color: #C76292; }
a { background-color: rgb(199,98,146); }
div.DivClassName
{
background-color: #C76292;
}
.BgClassName
{
background-color: #C76292;
}
</style>
border-color css
<style>
span { border-color: #C76292; }
span { border-color: rgb(199,98,146); }
td.TdClassName
{
border-color: #C76292;
}
.TagClassName
{
border-color: #C76292;
}
</style>