Shades of Hopbush #C76397
Tints of Hopbush #C76397
RGB
CMYK
RGB Variations
Color information
#C76397 (or 0xC76397) is known color: Hopbush. HEX triplet: C7, 63 and 97. RGB value is (199,99,151). Sum of RGB (Red+Green+Blue) = 199+99+151=449 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.32% from 449); Green value is 99 (39.06% from 255 or 22.05% from 449); Blue value is 151 (59.38% from 255 or 33.63% from 449); Max value from RGB is 199 - color contains mainly: red. Hex color #C76397 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C76397 is #389C68. Grayscale: #868686. Windows color (decimal): -3710057 or 9921479. OLE color: 9921479.
HSL color Cylindrical-coordinate representation of color #C76397: hue angle of 328.8º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C76397 is Cyan = 0, Magento = 0.50, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 99 | 151 | - |
| CMYK | 0 | 0.50 | 0.24 | 0.22 |
| HSL | 328.8º | 0.47% | 0.58% | - |
| HSV(B) | 328.8º | 0.5% | 0.78% | - |
| XYZ | 33.6 | 23.3 | 32 | - |
| YUV | 134.83 | 137.13 | 173.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 99 | 151 | 0 | 0.50 | 0.24 | 0.22 | 328.8 | 0.47 | 0.58 |
| Hex | C7 | 63 | 97 | 0 | 32 | 18 | 16 | 149 | 2F | 3A |
| Octal | 307 | 143 | 227 | 0 | 62 | 30 | 26 | 511 | 57 | 72 |
| Binary | 11000111 | 1100011 | 10010111 | 0 | 110010 | 11000 | 10110 | 101001001 | 101111 | 111010 |
Color Harmonies of #C76397
Complementary color
Monochromatic Colors of #C76397
Black with #C76397
Text Example
Text Example
White with #C76397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76397; }
p { color: rgb(199,99,151); }
H1.HeaderClassName
{
color: #C76397;
}
.AnyTagClassName
{
color: #C76397;
}
</style>
background-color css
<style>
a { background-color: #C76397; }
a { background-color: rgb(199,99,151); }
div.DivClassName
{
background-color: #C76397;
}
.BgClassName
{
background-color: #C76397;
}
</style>
border-color css
<style>
span { border-color: #C76397; }
span { border-color: rgb(199,99,151); }
td.TdClassName
{
border-color: #C76397;
}
.TagClassName
{
border-color: #C76397;
}
</style>