Shades of Hopbush #C7688B
Tints of Hopbush #C7688B
RGB
CMYK
RGB Variations
Color information
#C7688B (or 0xC7688B) is known color: Hopbush. HEX triplet: C7, 68 and 8B. RGB value is (199,104,139). Sum of RGB (Red+Green+Blue) = 199+104+139=442 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.02% from 442); Green value is 104 (41.02% from 255 or 23.53% from 442); Blue value is 139 (54.69% from 255 or 31.45% from 442); Max value from RGB is 199 - color contains mainly: red. Hex color #C7688B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C7688B is #389774. Grayscale: #888888. Windows color (decimal): -3708789 or 9136327. OLE color: 9136327.
HSL color Cylindrical-coordinate representation of color #C7688B: hue angle of 337.89º 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 #C7688B is Cyan = 0, Magento = 0.48, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 104 | 139 | - |
| CMYK | 0 | 0.48 | 0.30 | 0.22 |
| HSL | 337.89º | 0.46% | 0.59% | - |
| HSV(B) | 337.89º | 0.48% | 0.78% | - |
| XYZ | 33.16 | 23.91 | 27.29 | - |
| YUV | 136.4 | 129.47 | 172.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 104 | 139 | 0 | 0.48 | 0.30 | 0.22 | 337.89 | 0.46 | 0.59 |
| Hex | C7 | 68 | 8B | 0 | 30 | 1E | 16 | 152 | 2E | 3B |
| Octal | 307 | 150 | 213 | 0 | 60 | 36 | 26 | 522 | 56 | 73 |
| Binary | 11000111 | 1101000 | 10001011 | 0 | 110000 | 11110 | 10110 | 101010010 | 101110 | 111011 |
Color Harmonies of #C7688B
Complementary color
Monochromatic Colors of #C7688B
Black with #C7688B
Text Example
Text Example
White with #C7688B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7688B; }
p { color: rgb(199,104,139); }
H1.HeaderClassName
{
color: #C7688B;
}
.AnyTagClassName
{
color: #C7688B;
}
</style>
background-color css
<style>
a { background-color: #C7688B; }
a { background-color: rgb(199,104,139); }
div.DivClassName
{
background-color: #C7688B;
}
.BgClassName
{
background-color: #C7688B;
}
</style>
border-color css
<style>
span { border-color: #C7688B; }
span { border-color: rgb(199,104,139); }
td.TdClassName
{
border-color: #C7688B;
}
.TagClassName
{
border-color: #C7688B;
}
</style>