Shades of Hopbush #C76495
Tints of Hopbush #C76495
RGB
CMYK
RGB Variations
Color information
#C76495 (or 0xC76495) is known color: Hopbush. HEX triplet: C7, 64 and 95. RGB value is (199,100,149). Sum of RGB (Red+Green+Blue) = 199+100+149=448 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.42% from 448); Green value is 100 (39.45% from 255 or 22.32% from 448); Blue value is 149 (58.59% from 255 or 33.26% from 448); Max value from RGB is 199 - color contains mainly: red. Hex color #C76495 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C76495 is #389B6A. Grayscale: #878787. Windows color (decimal): -3709803 or 9790663. OLE color: 9790663.
HSL color Cylindrical-coordinate representation of color #C76495: hue angle of 330.3º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C76495 is Cyan = 0, Magento = 0.50, Yellow = 0.25 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 100 | 149 | - |
| CMYK | 0 | 0.50 | 0.25 | 0.22 |
| HSL | 330.3º | 0.47% | 0.59% | - |
| HSV(B) | 330.3º | 0.5% | 0.78% | - |
| XYZ | 33.54 | 23.43 | 31.19 | - |
| YUV | 135.19 | 135.8 | 173.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 100 | 149 | 0 | 0.50 | 0.25 | 0.22 | 330.3 | 0.47 | 0.59 |
| Hex | C7 | 64 | 95 | 0 | 32 | 19 | 16 | 14A | 2F | 3B |
| Octal | 307 | 144 | 225 | 0 | 62 | 31 | 26 | 512 | 57 | 73 |
| Binary | 11000111 | 1100100 | 10010101 | 0 | 110010 | 11001 | 10110 | 101001010 | 101111 | 111011 |
Color Harmonies of #C76495
Complementary color
Monochromatic Colors of #C76495
Black with #C76495
Text Example
Text Example
White with #C76495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76495; }
p { color: rgb(199,100,149); }
H1.HeaderClassName
{
color: #C76495;
}
.AnyTagClassName
{
color: #C76495;
}
</style>
background-color css
<style>
a { background-color: #C76495; }
a { background-color: rgb(199,100,149); }
div.DivClassName
{
background-color: #C76495;
}
.BgClassName
{
background-color: #C76495;
}
</style>
border-color css
<style>
span { border-color: #C76495; }
span { border-color: rgb(199,100,149); }
td.TdClassName
{
border-color: #C76495;
}
.TagClassName
{
border-color: #C76495;
}
</style>