Shades of Hopbush #C07D9D
Tints of Hopbush #C07D9D
RGB
CMYK
RGB Variations
Color information
#C07D9D (or 0xC07D9D) is known color: Hopbush. HEX triplet: C0, 7D and 9D. RGB value is (192,125,157). Sum of RGB (Red+Green+Blue) = 192+125+157=474 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.51% from 474); Green value is 125 (49.22% from 255 or 26.37% from 474); Blue value is 157 (61.72% from 255 or 33.12% from 474); Max value from RGB is 192 - color contains mainly: red. Hex color #C07D9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07D9D is #3F8262. Grayscale: #949494. Windows color (decimal): -4162147 or 10321344. OLE color: 10321344.
HSL color Cylindrical-coordinate representation of color #C07D9D: hue angle of 331.34º 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 #C07D9D is Cyan = 0, Magento = 0.35, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 125 | 157 | - |
| CMYK | 0 | 0.35 | 0.18 | 0.25 |
| HSL | 331.34º | 0.35% | 0.62% | - |
| HSV(B) | 331.34º | 0.35% | 0.75% | - |
| XYZ | 35.16 | 28.31 | 35.51 | - |
| YUV | 148.68 | 132.7 | 158.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 125 | 157 | 0 | 0.35 | 0.18 | 0.25 | 331.34 | 0.35 | 0.62 |
| Hex | C0 | 7D | 9D | 0 | 23 | 12 | 19 | 14B | 23 | 3E |
| Octal | 300 | 175 | 235 | 0 | 43 | 22 | 31 | 513 | 43 | 76 |
| Binary | 11000000 | 1111101 | 10011101 | 0 | 100011 | 10010 | 11001 | 101001011 | 100011 | 111110 |
Color Harmonies of #C07D9D
Complementary color
Monochromatic Colors of #C07D9D
Black with #C07D9D
Text Example
Text Example
White with #C07D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07D9D; }
p { color: rgb(192,125,157); }
H1.HeaderClassName
{
color: #C07D9D;
}
.AnyTagClassName
{
color: #C07D9D;
}
</style>
background-color css
<style>
a { background-color: #C07D9D; }
a { background-color: rgb(192,125,157); }
div.DivClassName
{
background-color: #C07D9D;
}
.BgClassName
{
background-color: #C07D9D;
}
</style>
border-color css
<style>
span { border-color: #C07D9D; }
span { border-color: rgb(192,125,157); }
td.TdClassName
{
border-color: #C07D9D;
}
.TagClassName
{
border-color: #C07D9D;
}
</style>