Shades of Hopbush #C76893
Tints of Hopbush #C76893
RGB
CMYK
RGB Variations
Color information
#C76893 (or 0xC76893) is known color: Hopbush. HEX triplet: C7, 68 and 93. RGB value is (199,104,147). Sum of RGB (Red+Green+Blue) = 199+104+147=450 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.22% from 450); Green value is 104 (41.02% from 255 or 23.11% from 450); Blue value is 147 (57.81% from 255 or 32.67% from 450); Max value from RGB is 199 - color contains mainly: red. Hex color #C76893 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C76893 is #38976C. Grayscale: #898989. Windows color (decimal): -3708781 or 9660615. OLE color: 9660615.
HSL color Cylindrical-coordinate representation of color #C76893: hue angle of 332.84º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C76893 is Cyan = 0, Magento = 0.48, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 104 | 147 | - |
| CMYK | 0 | 0.48 | 0.26 | 0.22 |
| HSL | 332.84º | 0.46% | 0.59% | - |
| HSV(B) | 332.84º | 0.48% | 0.78% | - |
| XYZ | 33.77 | 24.15 | 30.49 | - |
| YUV | 137.31 | 133.47 | 172 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 104 | 147 | 0 | 0.48 | 0.26 | 0.22 | 332.84 | 0.46 | 0.59 |
| Hex | C7 | 68 | 93 | 0 | 30 | 1A | 16 | 14D | 2E | 3B |
| Octal | 307 | 150 | 223 | 0 | 60 | 32 | 26 | 515 | 56 | 73 |
| Binary | 11000111 | 1101000 | 10010011 | 0 | 110000 | 11010 | 10110 | 101001101 | 101110 | 111011 |
Color Harmonies of #C76893
Complementary color
Monochromatic Colors of #C76893
Black with #C76893
Text Example
Text Example
White with #C76893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76893; }
p { color: rgb(199,104,147); }
H1.HeaderClassName
{
color: #C76893;
}
.AnyTagClassName
{
color: #C76893;
}
</style>
background-color css
<style>
a { background-color: #C76893; }
a { background-color: rgb(199,104,147); }
div.DivClassName
{
background-color: #C76893;
}
.BgClassName
{
background-color: #C76893;
}
</style>
border-color css
<style>
span { border-color: #C76893; }
span { border-color: rgb(199,104,147); }
td.TdClassName
{
border-color: #C76893;
}
.TagClassName
{
border-color: #C76893;
}
</style>