Shades of Hopbush #C07993
Tints of Hopbush #C07993
RGB
CMYK
RGB Variations
Color information
#C07993 (or 0xC07993) is known color: Hopbush. HEX triplet: C0, 79 and 93. RGB value is (192,121,147). Sum of RGB (Red+Green+Blue) = 192+121+147=460 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.74% from 460); Green value is 121 (47.66% from 255 or 26.30% from 460); Blue value is 147 (57.81% from 255 or 31.96% from 460); Max value from RGB is 192 - color contains mainly: red. Hex color #C07993 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07993 is #3F866C. Grayscale: #919191. Windows color (decimal): -4163181 or 9664960. OLE color: 9664960.
HSL color Cylindrical-coordinate representation of color #C07993: hue angle of 338.03º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C07993 is Cyan = 0, Magento = 0.37, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 121 | 147 | - |
| CMYK | 0 | 0.37 | 0.23 | 0.25 |
| HSL | 338.03º | 0.36% | 0.61% | - |
| HSV(B) | 338.03º | 0.37% | 0.75% | - |
| XYZ | 33.84 | 26.99 | 31.03 | - |
| YUV | 145.19 | 129.02 | 161.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 121 | 147 | 0 | 0.37 | 0.23 | 0.25 | 338.03 | 0.36 | 0.61 |
| Hex | C0 | 79 | 93 | 0 | 25 | 17 | 19 | 152 | 24 | 3D |
| Octal | 300 | 171 | 223 | 0 | 45 | 27 | 31 | 522 | 44 | 75 |
| Binary | 11000000 | 1111001 | 10010011 | 0 | 100101 | 10111 | 11001 | 101010010 | 100100 | 111101 |
Color Harmonies of #C07993
Complementary color
Monochromatic Colors of #C07993
Black with #C07993
Text Example
Text Example
White with #C07993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07993; }
p { color: rgb(192,121,147); }
H1.HeaderClassName
{
color: #C07993;
}
.AnyTagClassName
{
color: #C07993;
}
</style>
background-color css
<style>
a { background-color: #C07993; }
a { background-color: rgb(192,121,147); }
div.DivClassName
{
background-color: #C07993;
}
.BgClassName
{
background-color: #C07993;
}
</style>
border-color css
<style>
span { border-color: #C07993; }
span { border-color: rgb(192,121,147); }
td.TdClassName
{
border-color: #C07993;
}
.TagClassName
{
border-color: #C07993;
}
</style>