Shades of Hopbush #C76588
Tints of Hopbush #C76588
RGB
CMYK
RGB Variations
Color information
#C76588 (or 0xC76588) is known color: Hopbush. HEX triplet: C7, 65 and 88. RGB value is (199,101,136). Sum of RGB (Red+Green+Blue) = 199+101+136=436 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.64% from 436); Green value is 101 (39.84% from 255 or 23.17% from 436); Blue value is 136 (53.52% from 255 or 31.19% from 436); Max value from RGB is 199 - color contains mainly: red. Hex color #C76588 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C76588 is #389A77. Grayscale: #868686. Windows color (decimal): -3709560 or 8938951. OLE color: 8938951.
HSL color Cylindrical-coordinate representation of color #C76588: hue angle of 338.57º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C76588 is Cyan = 0, Magento = 0.49, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 101 | 136 | - |
| CMYK | 0 | 0.49 | 0.32 | 0.22 |
| HSL | 338.57º | 0.47% | 0.59% | - |
| HSV(B) | 338.57º | 0.49% | 0.78% | - |
| XYZ | 32.65 | 23.23 | 26.05 | - |
| YUV | 134.29 | 128.97 | 174.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 101 | 136 | 0 | 0.49 | 0.32 | 0.22 | 338.57 | 0.47 | 0.59 |
| Hex | C7 | 65 | 88 | 0 | 31 | 20 | 16 | 153 | 2F | 3B |
| Octal | 307 | 145 | 210 | 0 | 61 | 40 | 26 | 523 | 57 | 73 |
| Binary | 11000111 | 1100101 | 10001000 | 0 | 110001 | 100000 | 10110 | 101010011 | 101111 | 111011 |
Color Harmonies of #C76588
Complementary color
Monochromatic Colors of #C76588
Black with #C76588
Text Example
Text Example
White with #C76588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76588; }
p { color: rgb(199,101,136); }
H1.HeaderClassName
{
color: #C76588;
}
.AnyTagClassName
{
color: #C76588;
}
</style>
background-color css
<style>
a { background-color: #C76588; }
a { background-color: rgb(199,101,136); }
div.DivClassName
{
background-color: #C76588;
}
.BgClassName
{
background-color: #C76588;
}
</style>
border-color css
<style>
span { border-color: #C76588; }
span { border-color: rgb(199,101,136); }
td.TdClassName
{
border-color: #C76588;
}
.TagClassName
{
border-color: #C76588;
}
</style>