Shades of Hopbush #C7709C
Tints of Hopbush #C7709C
RGB
CMYK
RGB Variations
Color information
#C7709C (or 0xC7709C) is known color: Hopbush. HEX triplet: C7, 70 and 9C. RGB value is (199,112,156). Sum of RGB (Red+Green+Blue) = 199+112+156=467 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.61% from 467); Green value is 112 (44.14% from 255 or 23.98% from 467); Blue value is 156 (61.33% from 255 or 33.40% from 467); Max value from RGB is 199 - color contains mainly: red. Hex color #C7709C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C7709C is #388F63. Grayscale: #8E8E8E. Windows color (decimal): -3706724 or 10252487. OLE color: 10252487.
HSL color Cylindrical-coordinate representation of color #C7709C: hue angle of 329.66º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C7709C is Cyan = 0, Magento = 0.44, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 112 | 156 | - |
| CMYK | 0 | 0.44 | 0.22 | 0.22 |
| HSL | 329.66º | 0.44% | 0.61% | - |
| HSV(B) | 329.66º | 0.44% | 0.78% | - |
| XYZ | 35.35 | 26.13 | 34.63 | - |
| YUV | 143.03 | 135.32 | 167.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 112 | 156 | 0 | 0.44 | 0.22 | 0.22 | 329.66 | 0.44 | 0.61 |
| Hex | C7 | 70 | 9C | 0 | 2C | 16 | 16 | 14A | 2C | 3D |
| Octal | 307 | 160 | 234 | 0 | 54 | 26 | 26 | 512 | 54 | 75 |
| Binary | 11000111 | 1110000 | 10011100 | 0 | 101100 | 10110 | 10110 | 101001010 | 101100 | 111101 |
Color Harmonies of #C7709C
Complementary color
Monochromatic Colors of #C7709C
Black with #C7709C
Text Example
Text Example
White with #C7709C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7709C; }
p { color: rgb(199,112,156); }
H1.HeaderClassName
{
color: #C7709C;
}
.AnyTagClassName
{
color: #C7709C;
}
</style>
background-color css
<style>
a { background-color: #C7709C; }
a { background-color: rgb(199,112,156); }
div.DivClassName
{
background-color: #C7709C;
}
.BgClassName
{
background-color: #C7709C;
}
</style>
border-color css
<style>
span { border-color: #C7709C; }
span { border-color: rgb(199,112,156); }
td.TdClassName
{
border-color: #C7709C;
}
.TagClassName
{
border-color: #C7709C;
}
</style>