Shades of Hopbush #C76D8C
Tints of Hopbush #C76D8C
RGB
CMYK
RGB Variations
Color information
#C76D8C (or 0xC76D8C) is known color: Hopbush. HEX triplet: C7, 6D and 8C. RGB value is (199,109,140). Sum of RGB (Red+Green+Blue) = 199+109+140=448 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.42% from 448); Green value is 109 (42.97% from 255 or 24.33% from 448); Blue value is 140 (55.08% from 255 or 31.25% from 448); Max value from RGB is 199 - color contains mainly: red. Hex color #C76D8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C76D8C is #389273. Grayscale: #8B8B8B. Windows color (decimal): -3707508 or 9203143. OLE color: 9203143.
HSL color Cylindrical-coordinate representation of color #C76D8C: hue angle of 339.33º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C76D8C is Cyan = 0, Magento = 0.45, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 109 | 140 | - |
| CMYK | 0 | 0.45 | 0.30 | 0.22 |
| HSL | 339.33º | 0.45% | 0.6% | - |
| HSV(B) | 339.33º | 0.45% | 0.78% | - |
| XYZ | 33.76 | 24.97 | 27.85 | - |
| YUV | 139.44 | 128.32 | 170.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 109 | 140 | 0 | 0.45 | 0.30 | 0.22 | 339.33 | 0.45 | 0.6 |
| Hex | C7 | 6D | 8C | 0 | 2D | 1E | 16 | 153 | 2D | 3C |
| Octal | 307 | 155 | 214 | 0 | 55 | 36 | 26 | 523 | 55 | 74 |
| Binary | 11000111 | 1101101 | 10001100 | 0 | 101101 | 11110 | 10110 | 101010011 | 101101 | 111100 |
Color Harmonies of #C76D8C
Complementary color
Monochromatic Colors of #C76D8C
Black with #C76D8C
Text Example
Text Example
White with #C76D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76D8C; }
p { color: rgb(199,109,140); }
H1.HeaderClassName
{
color: #C76D8C;
}
.AnyTagClassName
{
color: #C76D8C;
}
</style>
background-color css
<style>
a { background-color: #C76D8C; }
a { background-color: rgb(199,109,140); }
div.DivClassName
{
background-color: #C76D8C;
}
.BgClassName
{
background-color: #C76D8C;
}
</style>
border-color css
<style>
span { border-color: #C76D8C; }
span { border-color: rgb(199,109,140); }
td.TdClassName
{
border-color: #C76D8C;
}
.TagClassName
{
border-color: #C76D8C;
}
</style>