Shades of Hopbush #C07D9F
Tints of Hopbush #C07D9F
RGB
CMYK
RGB Variations
Color information
#C07D9F (or 0xC07D9F) is known color: Hopbush. HEX triplet: C0, 7D and 9F. RGB value is (192,125,159). Sum of RGB (Red+Green+Blue) = 192+125+159=476 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.34% from 476); Green value is 125 (49.22% from 255 or 26.26% from 476); Blue value is 159 (62.5% from 255 or 33.40% from 476); Max value from RGB is 192 - color contains mainly: red. Hex color #C07D9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07D9F is #3F8260. Grayscale: #949494. Windows color (decimal): -4162145 or 10452416. OLE color: 10452416.
HSL color Cylindrical-coordinate representation of color #C07D9F: hue angle of 329.55º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C07D9F is Cyan = 0, Magento = 0.35, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 125 | 159 | - |
| CMYK | 0 | 0.35 | 0.17 | 0.25 |
| HSL | 329.55º | 0.35% | 0.62% | - |
| HSV(B) | 329.55º | 0.35% | 0.75% | - |
| XYZ | 35.33 | 28.38 | 36.42 | - |
| YUV | 148.91 | 133.7 | 158.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 125 | 159 | 0 | 0.35 | 0.17 | 0.25 | 329.55 | 0.35 | 0.62 |
| Hex | C0 | 7D | 9F | 0 | 23 | 11 | 19 | 14A | 23 | 3E |
| Octal | 300 | 175 | 237 | 0 | 43 | 21 | 31 | 512 | 43 | 76 |
| Binary | 11000000 | 1111101 | 10011111 | 0 | 100011 | 10001 | 11001 | 101001010 | 100011 | 111110 |
Color Harmonies of #C07D9F
Complementary color
Monochromatic Colors of #C07D9F
Black with #C07D9F
Text Example
Text Example
White with #C07D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07D9F; }
p { color: rgb(192,125,159); }
H1.HeaderClassName
{
color: #C07D9F;
}
.AnyTagClassName
{
color: #C07D9F;
}
</style>
background-color css
<style>
a { background-color: #C07D9F; }
a { background-color: rgb(192,125,159); }
div.DivClassName
{
background-color: #C07D9F;
}
.BgClassName
{
background-color: #C07D9F;
}
</style>
border-color css
<style>
span { border-color: #C07D9F; }
span { border-color: rgb(192,125,159); }
td.TdClassName
{
border-color: #C07D9F;
}
.TagClassName
{
border-color: #C07D9F;
}
</style>