Shades of Hopbush #C76995
Tints of Hopbush #C76995
RGB
CMYK
RGB Variations
Color information
#C76995 (or 0xC76995) is known color: Hopbush. HEX triplet: C7, 69 and 95. RGB value is (199,105,149). Sum of RGB (Red+Green+Blue) = 199+105+149=453 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.93% from 453); Green value is 105 (41.41% from 255 or 23.18% from 453); Blue value is 149 (58.59% from 255 or 32.89% from 453); Max value from RGB is 199 - color contains mainly: red. Hex color #C76995 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C76995 is #38966A. Grayscale: #8A8A8A. Windows color (decimal): -3708523 or 9791943. OLE color: 9791943.
HSL color Cylindrical-coordinate representation of color #C76995: hue angle of 331.91º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C76995 is Cyan = 0, Magento = 0.47, Yellow = 0.25 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 105 | 149 | - |
| CMYK | 0 | 0.47 | 0.25 | 0.22 |
| HSL | 331.91º | 0.46% | 0.6% | - |
| HSV(B) | 331.91º | 0.47% | 0.78% | - |
| XYZ | 34.03 | 24.42 | 31.35 | - |
| YUV | 138.12 | 134.14 | 171.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 105 | 149 | 0 | 0.47 | 0.25 | 0.22 | 331.91 | 0.46 | 0.6 |
| Hex | C7 | 69 | 95 | 0 | 2F | 19 | 16 | 14C | 2E | 3C |
| Octal | 307 | 151 | 225 | 0 | 57 | 31 | 26 | 514 | 56 | 74 |
| Binary | 11000111 | 1101001 | 10010101 | 0 | 101111 | 11001 | 10110 | 101001100 | 101110 | 111100 |
Color Harmonies of #C76995
Complementary color
Monochromatic Colors of #C76995
Black with #C76995
Text Example
Text Example
White with #C76995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76995; }
p { color: rgb(199,105,149); }
H1.HeaderClassName
{
color: #C76995;
}
.AnyTagClassName
{
color: #C76995;
}
</style>
background-color css
<style>
a { background-color: #C76995; }
a { background-color: rgb(199,105,149); }
div.DivClassName
{
background-color: #C76995;
}
.BgClassName
{
background-color: #C76995;
}
</style>
border-color css
<style>
span { border-color: #C76995; }
span { border-color: rgb(199,105,149); }
td.TdClassName
{
border-color: #C76995;
}
.TagClassName
{
border-color: #C76995;
}
</style>