Shades of Hopbush #C76F8F
Tints of Hopbush #C76F8F
RGB
CMYK
RGB Variations
Color information
#C76F8F (or 0xC76F8F) is known color: Hopbush. HEX triplet: C7, 6F and 8F. RGB value is (199,111,143). Sum of RGB (Red+Green+Blue) = 199+111+143=453 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.93% from 453); Green value is 111 (43.75% from 255 or 24.50% from 453); Blue value is 143 (56.25% from 255 or 31.57% from 453); Max value from RGB is 199 - color contains mainly: red. Hex color #C76F8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C76F8F is #389070. Grayscale: #8C8C8C. Windows color (decimal): -3706993 or 9400263. OLE color: 9400263.
HSL color Cylindrical-coordinate representation of color #C76F8F: hue angle of 338.18º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C76F8F is Cyan = 0, Magento = 0.44, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 111 | 143 | - |
| CMYK | 0 | 0.44 | 0.28 | 0.22 |
| HSL | 338.18º | 0.44% | 0.61% | - |
| HSV(B) | 338.18º | 0.44% | 0.78% | - |
| XYZ | 34.2 | 25.49 | 29.11 | - |
| YUV | 140.96 | 129.15 | 169.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 111 | 143 | 0 | 0.44 | 0.28 | 0.22 | 338.18 | 0.44 | 0.61 |
| Hex | C7 | 6F | 8F | 0 | 2C | 1C | 16 | 152 | 2C | 3D |
| Octal | 307 | 157 | 217 | 0 | 54 | 34 | 26 | 522 | 54 | 75 |
| Binary | 11000111 | 1101111 | 10001111 | 0 | 101100 | 11100 | 10110 | 101010010 | 101100 | 111101 |
Color Harmonies of #C76F8F
Complementary color
Monochromatic Colors of #C76F8F
Black with #C76F8F
Text Example
Text Example
White with #C76F8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76F8F; }
p { color: rgb(199,111,143); }
H1.HeaderClassName
{
color: #C76F8F;
}
.AnyTagClassName
{
color: #C76F8F;
}
</style>
background-color css
<style>
a { background-color: #C76F8F; }
a { background-color: rgb(199,111,143); }
div.DivClassName
{
background-color: #C76F8F;
}
.BgClassName
{
background-color: #C76F8F;
}
</style>
border-color css
<style>
span { border-color: #C76F8F; }
span { border-color: rgb(199,111,143); }
td.TdClassName
{
border-color: #C76F8F;
}
.TagClassName
{
border-color: #C76F8F;
}
</style>