Shades of Hopbush #C7799D
Tints of Hopbush #C7799D
RGB
CMYK
RGB Variations
Color information
#C7799D (or 0xC7799D) is known color: Hopbush. HEX triplet: C7, 79 and 9D. RGB value is (199,121,157). Sum of RGB (Red+Green+Blue) = 199+121+157=477 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.72% from 477); Green value is 121 (47.66% from 255 or 25.37% from 477); Blue value is 157 (61.72% from 255 or 32.91% from 477); Max value from RGB is 199 - color contains mainly: red. Hex color #C7799D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C7799D is #388662. Grayscale: #949494. Windows color (decimal): -3704419 or 10320327. OLE color: 10320327.
HSL color Cylindrical-coordinate representation of color #C7799D: hue angle of 332.31º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C7799D is Cyan = 0, Magento = 0.39, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 121 | 157 | - |
| CMYK | 0 | 0.39 | 0.21 | 0.22 |
| HSL | 332.31º | 0.41% | 0.63% | - |
| HSV(B) | 332.31º | 0.39% | 0.78% | - |
| XYZ | 36.48 | 28.25 | 35.43 | - |
| YUV | 148.43 | 132.84 | 164.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 121 | 157 | 0 | 0.39 | 0.21 | 0.22 | 332.31 | 0.41 | 0.63 |
| Hex | C7 | 79 | 9D | 0 | 27 | 15 | 16 | 14C | 29 | 3F |
| Octal | 307 | 171 | 235 | 0 | 47 | 25 | 26 | 514 | 51 | 77 |
| Binary | 11000111 | 1111001 | 10011101 | 0 | 100111 | 10101 | 10110 | 101001100 | 101001 | 111111 |
Color Harmonies of #C7799D
Complementary color
Monochromatic Colors of #C7799D
Black with #C7799D
Text Example
Text Example
White with #C7799D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7799D; }
p { color: rgb(199,121,157); }
H1.HeaderClassName
{
color: #C7799D;
}
.AnyTagClassName
{
color: #C7799D;
}
</style>
background-color css
<style>
a { background-color: #C7799D; }
a { background-color: rgb(199,121,157); }
div.DivClassName
{
background-color: #C7799D;
}
.BgClassName
{
background-color: #C7799D;
}
</style>
border-color css
<style>
span { border-color: #C7799D; }
span { border-color: rgb(199,121,157); }
td.TdClassName
{
border-color: #C7799D;
}
.TagClassName
{
border-color: #C7799D;
}
</style>