Shades of Hopbush #C76597
Tints of Hopbush #C76597
RGB
CMYK
RGB Variations
Color information
#C76597 (or 0xC76597) is known color: Hopbush. HEX triplet: C7, 65 and 97. RGB value is (199,101,151). Sum of RGB (Red+Green+Blue) = 199+101+151=451 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.12% from 451); Green value is 101 (39.84% from 255 or 22.39% from 451); Blue value is 151 (59.38% from 255 or 33.48% from 451); Max value from RGB is 199 - color contains mainly: red. Hex color #C76597 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C76597 is #389A68. Grayscale: #878787. Windows color (decimal): -3709545 or 9921991. OLE color: 9921991.
HSL color Cylindrical-coordinate representation of color #C76597: hue angle of 329.39º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C76597 is Cyan = 0, Magento = 0.49, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 101 | 151 | - |
| CMYK | 0 | 0.49 | 0.24 | 0.22 |
| HSL | 329.39º | 0.47% | 0.59% | - |
| HSV(B) | 329.39º | 0.49% | 0.78% | - |
| XYZ | 33.79 | 23.68 | 32.07 | - |
| YUV | 136 | 136.47 | 172.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 101 | 151 | 0 | 0.49 | 0.24 | 0.22 | 329.39 | 0.47 | 0.59 |
| Hex | C7 | 65 | 97 | 0 | 31 | 18 | 16 | 149 | 2F | 3B |
| Octal | 307 | 145 | 227 | 0 | 61 | 30 | 26 | 511 | 57 | 73 |
| Binary | 11000111 | 1100101 | 10010111 | 0 | 110001 | 11000 | 10110 | 101001001 | 101111 | 111011 |
Color Harmonies of #C76597
Complementary color
Monochromatic Colors of #C76597
Black with #C76597
Text Example
Text Example
White with #C76597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76597; }
p { color: rgb(199,101,151); }
H1.HeaderClassName
{
color: #C76597;
}
.AnyTagClassName
{
color: #C76597;
}
</style>
background-color css
<style>
a { background-color: #C76597; }
a { background-color: rgb(199,101,151); }
div.DivClassName
{
background-color: #C76597;
}
.BgClassName
{
background-color: #C76597;
}
</style>
border-color css
<style>
span { border-color: #C76597; }
span { border-color: rgb(199,101,151); }
td.TdClassName
{
border-color: #C76597;
}
.TagClassName
{
border-color: #C76597;
}
</style>