Shades of Hopbush #C76F93
Tints of Hopbush #C76F93
RGB
CMYK
RGB Variations
Color information
#C76F93 (or 0xC76F93) is known color: Hopbush. HEX triplet: C7, 6F and 93. RGB value is (199,111,147). Sum of RGB (Red+Green+Blue) = 199+111+147=457 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.54% from 457); Green value is 111 (43.75% from 255 or 24.29% from 457); Blue value is 147 (57.81% from 255 or 32.17% from 457); Max value from RGB is 199 - color contains mainly: red. Hex color #C76F93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C76F93 is #38906C. Grayscale: #8D8D8D. Windows color (decimal): -3706989 or 9662407. OLE color: 9662407.
HSL color Cylindrical-coordinate representation of color #C76F93: hue angle of 335.45º 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 #C76F93 is Cyan = 0, Magento = 0.44, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 111 | 147 | - |
| CMYK | 0 | 0.44 | 0.26 | 0.22 |
| HSL | 335.45º | 0.44% | 0.61% | - |
| HSV(B) | 335.45º | 0.44% | 0.78% | - |
| XYZ | 34.5 | 25.62 | 30.73 | - |
| YUV | 141.42 | 131.15 | 169.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 111 | 147 | 0 | 0.44 | 0.26 | 0.22 | 335.45 | 0.44 | 0.61 |
| Hex | C7 | 6F | 93 | 0 | 2C | 1A | 16 | 14F | 2C | 3D |
| Octal | 307 | 157 | 223 | 0 | 54 | 32 | 26 | 517 | 54 | 75 |
| Binary | 11000111 | 1101111 | 10010011 | 0 | 101100 | 11010 | 10110 | 101001111 | 101100 | 111101 |
Color Harmonies of #C76F93
Complementary color
Monochromatic Colors of #C76F93
Black with #C76F93
Text Example
Text Example
White with #C76F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76F93; }
p { color: rgb(199,111,147); }
H1.HeaderClassName
{
color: #C76F93;
}
.AnyTagClassName
{
color: #C76F93;
}
</style>
background-color css
<style>
a { background-color: #C76F93; }
a { background-color: rgb(199,111,147); }
div.DivClassName
{
background-color: #C76F93;
}
.BgClassName
{
background-color: #C76F93;
}
</style>
border-color css
<style>
span { border-color: #C76F93; }
span { border-color: rgb(199,111,147); }
td.TdClassName
{
border-color: #C76F93;
}
.TagClassName
{
border-color: #C76F93;
}
</style>