Shades of Hopbush #C76282
Tints of Hopbush #C76282
RGB
CMYK
RGB Variations
Color information
#C76282 (or 0xC76282) is known color: Hopbush. HEX triplet: C7, 62 and 82. RGB value is (199,98,130). Sum of RGB (Red+Green+Blue) = 199+98+130=427 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.60% from 427); Green value is 98 (38.67% from 255 or 22.95% from 427); Blue value is 130 (51.17% from 255 or 30.44% from 427); Max value from RGB is 199 - color contains mainly: red. Hex color #C76282 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C76282 is #389D7D. Grayscale: #838383. Windows color (decimal): -3710334 or 8544967. OLE color: 8544967.
HSL color Cylindrical-coordinate representation of color #C76282: hue angle of 340.99º 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 #C76282 is Cyan = 0, Magento = 0.51, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 98 | 130 | - |
| CMYK | 0 | 0.51 | 0.35 | 0.22 |
| HSL | 340.99º | 0.47% | 0.58% | - |
| HSV(B) | 340.99º | 0.51% | 0.78% | - |
| XYZ | 31.95 | 22.49 | 23.78 | - |
| YUV | 131.85 | 126.96 | 175.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 98 | 130 | 0 | 0.51 | 0.35 | 0.22 | 340.99 | 0.47 | 0.58 |
| Hex | C7 | 62 | 82 | 0 | 33 | 23 | 16 | 155 | 2F | 3A |
| Octal | 307 | 142 | 202 | 0 | 63 | 43 | 26 | 525 | 57 | 72 |
| Binary | 11000111 | 1100010 | 10000010 | 0 | 110011 | 100011 | 10110 | 101010101 | 101111 | 111010 |
Color Harmonies of #C76282
Complementary color
Monochromatic Colors of #C76282
Black with #C76282
Text Example
Text Example
White with #C76282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76282; }
p { color: rgb(199,98,130); }
H1.HeaderClassName
{
color: #C76282;
}
.AnyTagClassName
{
color: #C76282;
}
</style>
background-color css
<style>
a { background-color: #C76282; }
a { background-color: rgb(199,98,130); }
div.DivClassName
{
background-color: #C76282;
}
.BgClassName
{
background-color: #C76282;
}
</style>
border-color css
<style>
span { border-color: #C76282; }
span { border-color: rgb(199,98,130); }
td.TdClassName
{
border-color: #C76282;
}
.TagClassName
{
border-color: #C76282;
}
</style>