Shades of Hopbush #C77B95
Tints of Hopbush #C77B95
RGB
CMYK
RGB Variations
Color information
#C77B95 (or 0xC77B95) is known color: Hopbush. HEX triplet: C7, 7B and 95. RGB value is (199,123,149). Sum of RGB (Red+Green+Blue) = 199+123+149=471 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.25% from 471); Green value is 123 (48.44% from 255 or 26.11% from 471); Blue value is 149 (58.59% from 255 or 31.63% from 471); Max value from RGB is 199 - color contains mainly: red. Hex color #C77B95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C77B95 is #38846A. Grayscale: #949494. Windows color (decimal): -3703915 or 9796551. OLE color: 9796551.
HSL color Cylindrical-coordinate representation of color #C77B95: hue angle of 339.47º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C77B95 is Cyan = 0, Magento = 0.38, Yellow = 0.25 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 123 | 149 | - |
| CMYK | 0 | 0.38 | 0.25 | 0.22 |
| HSL | 339.47º | 0.4% | 0.63% | - |
| HSV(B) | 339.47º | 0.38% | 0.78% | - |
| XYZ | 36.06 | 28.48 | 32.03 | - |
| YUV | 148.69 | 128.18 | 163.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 123 | 149 | 0 | 0.38 | 0.25 | 0.22 | 339.47 | 0.4 | 0.63 |
| Hex | C7 | 7B | 95 | 0 | 26 | 19 | 16 | 153 | 28 | 3F |
| Octal | 307 | 173 | 225 | 0 | 46 | 31 | 26 | 523 | 50 | 77 |
| Binary | 11000111 | 1111011 | 10010101 | 0 | 100110 | 11001 | 10110 | 101010011 | 101000 | 111111 |
Color Harmonies of #C77B95
Complementary color
Monochromatic Colors of #C77B95
Black with #C77B95
Text Example
Text Example
White with #C77B95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77B95; }
p { color: rgb(199,123,149); }
H1.HeaderClassName
{
color: #C77B95;
}
.AnyTagClassName
{
color: #C77B95;
}
</style>
background-color css
<style>
a { background-color: #C77B95; }
a { background-color: rgb(199,123,149); }
div.DivClassName
{
background-color: #C77B95;
}
.BgClassName
{
background-color: #C77B95;
}
</style>
border-color css
<style>
span { border-color: #C77B95; }
span { border-color: rgb(199,123,149); }
td.TdClassName
{
border-color: #C77B95;
}
.TagClassName
{
border-color: #C77B95;
}
</style>