Shades of Hopbush #C0799B
Tints of Hopbush #C0799B
RGB
CMYK
RGB Variations
Color information
#C0799B (or 0xC0799B) is known color: Hopbush. HEX triplet: C0, 79 and 9B. RGB value is (192,121,155). Sum of RGB (Red+Green+Blue) = 192+121+155=468 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.03% from 468); Green value is 121 (47.66% from 255 or 25.85% from 468); Blue value is 155 (60.94% from 255 or 33.12% from 468); Max value from RGB is 192 - color contains mainly: red. Hex color #C0799B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C0799B is #3F8664. Grayscale: #929292. Windows color (decimal): -4163173 or 10189248. OLE color: 10189248.
HSL color Cylindrical-coordinate representation of color #C0799B: hue angle of 331.27º 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 #C0799B is Cyan = 0, Magento = 0.37, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 121 | 155 | - |
| CMYK | 0 | 0.37 | 0.19 | 0.25 |
| HSL | 331.27º | 0.36% | 0.61% | - |
| HSV(B) | 331.27º | 0.37% | 0.75% | - |
| XYZ | 34.49 | 27.25 | 34.45 | - |
| YUV | 146.11 | 133.02 | 160.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 121 | 155 | 0 | 0.37 | 0.19 | 0.25 | 331.27 | 0.36 | 0.61 |
| Hex | C0 | 79 | 9B | 0 | 25 | 13 | 19 | 14B | 24 | 3D |
| Octal | 300 | 171 | 233 | 0 | 45 | 23 | 31 | 513 | 44 | 75 |
| Binary | 11000000 | 1111001 | 10011011 | 0 | 100101 | 10011 | 11001 | 101001011 | 100100 | 111101 |
Color Harmonies of #C0799B
Complementary color
Monochromatic Colors of #C0799B
Black with #C0799B
Text Example
Text Example
White with #C0799B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0799B; }
p { color: rgb(192,121,155); }
H1.HeaderClassName
{
color: #C0799B;
}
.AnyTagClassName
{
color: #C0799B;
}
</style>
background-color css
<style>
a { background-color: #C0799B; }
a { background-color: rgb(192,121,155); }
div.DivClassName
{
background-color: #C0799B;
}
.BgClassName
{
background-color: #C0799B;
}
</style>
border-color css
<style>
span { border-color: #C0799B; }
span { border-color: rgb(192,121,155); }
td.TdClassName
{
border-color: #C0799B;
}
.TagClassName
{
border-color: #C0799B;
}
</style>