Shades of Hopbush #C8799A
Tints of Hopbush #C8799A
RGB
CMYK
RGB Variations
Color information
#C8799A (or 0xC8799A) is known color: Hopbush. HEX triplet: C8, 79 and 9A. RGB value is (200,121,154). Sum of RGB (Red+Green+Blue) = 200+121+154=475 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.11% from 475); Green value is 121 (47.66% from 255 or 25.47% from 475); Blue value is 154 (60.55% from 255 or 32.42% from 475); Max value from RGB is 200 - color contains mainly: red. Hex color #C8799A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C8799A is #378665. Grayscale: #949494. Windows color (decimal): -3638886 or 10123720. OLE color: 10123720.
HSL color Cylindrical-coordinate representation of color #C8799A: hue angle of 334.94º degrees, saturation: 0.42, 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 #C8799A is Cyan = 0, Magento = 0.39, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 121 | 154 | - |
| CMYK | 0 | 0.39 | 0.23 | 0.22 |
| HSL | 334.94º | 0.42% | 0.63% | - |
| HSV(B) | 334.94º | 0.4% | 0.78% | - |
| XYZ | 36.49 | 28.29 | 34.11 | - |
| YUV | 148.38 | 131.17 | 164.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 121 | 154 | 0 | 0.39 | 0.23 | 0.22 | 334.94 | 0.42 | 0.63 |
| Hex | C8 | 79 | 9A | 0 | 27 | 17 | 16 | 14F | 2A | 3F |
| Octal | 310 | 171 | 232 | 0 | 47 | 27 | 26 | 517 | 52 | 77 |
| Binary | 11001000 | 1111001 | 10011010 | 0 | 100111 | 10111 | 10110 | 101001111 | 101010 | 111111 |
Color Harmonies of #C8799A
Complementary color
Monochromatic Colors of #C8799A
Black with #C8799A
Text Example
Text Example
White with #C8799A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8799A; }
p { color: rgb(200,121,154); }
H1.HeaderClassName
{
color: #C8799A;
}
.AnyTagClassName
{
color: #C8799A;
}
</style>
background-color css
<style>
a { background-color: #C8799A; }
a { background-color: rgb(200,121,154); }
div.DivClassName
{
background-color: #C8799A;
}
.BgClassName
{
background-color: #C8799A;
}
</style>
border-color css
<style>
span { border-color: #C8799A; }
span { border-color: rgb(200,121,154); }
td.TdClassName
{
border-color: #C8799A;
}
.TagClassName
{
border-color: #C8799A;
}
</style>