Shades of Hopbush #C07E9F
Tints of Hopbush #C07E9F
RGB
CMYK
RGB Variations
Color information
#C07E9F (or 0xC07E9F) is known color: Hopbush. HEX triplet: C0, 7E and 9F. RGB value is (192,126,159). Sum of RGB (Red+Green+Blue) = 192+126+159=477 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.25% from 477); Green value is 126 (49.61% from 255 or 26.42% from 477); Blue value is 159 (62.5% from 255 or 33.33% from 477); Max value from RGB is 192 - color contains mainly: red. Hex color #C07E9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07E9F is #3F8160. Grayscale: #959595. Windows color (decimal): -4161889 or 10452672. OLE color: 10452672.
HSL color Cylindrical-coordinate representation of color #C07E9F: hue angle of 330º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C07E9F is Cyan = 0, Magento = 0.34, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
RGB | 192 | 126 | 159 | - |
CMYK | 0 | 0.34 | 0.17 | 0.25 |
HSL | 330º | 0.34% | 0.62% | - |
HSV(B) | 330º | 0.34% | 0.75% | - |
XYZ | 35.46 | 28.63 | 36.46 | - |
YUV | 149.5 | 133.37 | 158.32 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 126 | 159 | 0 | 0.34 | 0.17 | 0.25 | 330 | 0.34 | 0.62 |
Hex | C0 | 7E | 9F | 0 | 22 | 11 | 19 | 14A | 22 | 3E |
Octal | 300 | 176 | 237 | 0 | 42 | 21 | 31 | 512 | 42 | 76 |
Binary | 11000000 | 1111110 | 10011111 | 0 | 100010 | 10001 | 11001 | 101001010 | 100010 | 111110 |
Color Harmonies of #C07E9F
Complementary color
Monochromatic Colors of #C07E9F
Black with #C07E9F
Text Example
Text Example
White with #C07E9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07E9F; }
p { color: rgb(192,126,159); }
H1.HeaderClassName
{
color: #C07E9F;
}
.AnyTagClassName
{
color: #C07E9F;
}
</style>
background-color css
<style>
a { background-color: #C07E9F; }
a { background-color: rgb(192,126,159); }
div.DivClassName
{
background-color: #C07E9F;
}
.BgClassName
{
background-color: #C07E9F;
}
</style>
border-color css
<style>
span { border-color: #C07E9F; }
span { border-color: rgb(192,126,159); }
td.TdClassName
{
border-color: #C07E9F;
}
.TagClassName
{
border-color: #C07E9F;
}
</style>