Shades of Hopbush #C76488
Tints of Hopbush #C76488
RGB
CMYK
RGB Variations
Color information
#C76488 (or 0xC76488) is known color: Hopbush. HEX triplet: C7, 64 and 88. RGB value is (199,100,136). Sum of RGB (Red+Green+Blue) = 199+100+136=435 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.75% from 435); Green value is 100 (39.45% from 255 or 22.99% from 435); Blue value is 136 (53.52% from 255 or 31.26% from 435); Max value from RGB is 199 - color contains mainly: red. Hex color #C76488 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C76488 is #389B77. Grayscale: #858585. Windows color (decimal): -3709816 or 8938695. OLE color: 8938695.
HSL color Cylindrical-coordinate representation of color #C76488: hue angle of 338.18º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C76488 is Cyan = 0, Magento = 0.50, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 100 | 136 | - |
| CMYK | 0 | 0.50 | 0.32 | 0.22 |
| HSL | 338.18º | 0.47% | 0.59% | - |
| HSV(B) | 338.18º | 0.5% | 0.78% | - |
| XYZ | 32.55 | 23.03 | 26.02 | - |
| YUV | 133.71 | 129.3 | 174.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 100 | 136 | 0 | 0.50 | 0.32 | 0.22 | 338.18 | 0.47 | 0.59 |
| Hex | C7 | 64 | 88 | 0 | 32 | 20 | 16 | 152 | 2F | 3B |
| Octal | 307 | 144 | 210 | 0 | 62 | 40 | 26 | 522 | 57 | 73 |
| Binary | 11000111 | 1100100 | 10001000 | 0 | 110010 | 100000 | 10110 | 101010010 | 101111 | 111011 |
Color Harmonies of #C76488
Complementary color
Monochromatic Colors of #C76488
Black with #C76488
Text Example
Text Example
White with #C76488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76488; }
p { color: rgb(199,100,136); }
H1.HeaderClassName
{
color: #C76488;
}
.AnyTagClassName
{
color: #C76488;
}
</style>
background-color css
<style>
a { background-color: #C76488; }
a { background-color: rgb(199,100,136); }
div.DivClassName
{
background-color: #C76488;
}
.BgClassName
{
background-color: #C76488;
}
</style>
border-color css
<style>
span { border-color: #C76488; }
span { border-color: rgb(199,100,136); }
td.TdClassName
{
border-color: #C76488;
}
.TagClassName
{
border-color: #C76488;
}
</style>