Shades of Hopbush #C8709C
Tints of Hopbush #C8709C
RGB
CMYK
RGB Variations
Color information
#C8709C (or 0xC8709C) is known color: Hopbush. HEX triplet: C8, 70 and 9C. RGB value is (200,112,156). Sum of RGB (Red+Green+Blue) = 200+112+156=468 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.74% from 468); Green value is 112 (44.14% from 255 or 23.93% from 468); Blue value is 156 (61.33% from 255 or 33.33% from 468); Max value from RGB is 200 - color contains mainly: red. Hex color #C8709C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C8709C is #378F63. Grayscale: #8F8F8F. Windows color (decimal): -3641188 or 10252488. OLE color: 10252488.
HSL color Cylindrical-coordinate representation of color #C8709C: hue angle of 330º 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 #C8709C is Cyan = 0, Magento = 0.44, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 112 | 156 | - |
| CMYK | 0 | 0.44 | 0.22 | 0.22 |
| HSL | 330º | 0.44% | 0.61% | - |
| HSV(B) | 330º | 0.44% | 0.78% | - |
| XYZ | 35.61 | 26.27 | 34.65 | - |
| YUV | 143.33 | 135.15 | 168.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 112 | 156 | 0 | 0.44 | 0.22 | 0.22 | 330 | 0.44 | 0.61 |
| Hex | C8 | 70 | 9C | 0 | 2C | 16 | 16 | 14A | 2C | 3D |
| Octal | 310 | 160 | 234 | 0 | 54 | 26 | 26 | 512 | 54 | 75 |
| Binary | 11001000 | 1110000 | 10011100 | 0 | 101100 | 10110 | 10110 | 101001010 | 101100 | 111101 |
Color Harmonies of #C8709C
Complementary color
Monochromatic Colors of #C8709C
Black with #C8709C
Text Example
Text Example
White with #C8709C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8709C; }
p { color: rgb(200,112,156); }
H1.HeaderClassName
{
color: #C8709C;
}
.AnyTagClassName
{
color: #C8709C;
}
</style>
background-color css
<style>
a { background-color: #C8709C; }
a { background-color: rgb(200,112,156); }
div.DivClassName
{
background-color: #C8709C;
}
.BgClassName
{
background-color: #C8709C;
}
</style>
border-color css
<style>
span { border-color: #C8709C; }
span { border-color: rgb(200,112,156); }
td.TdClassName
{
border-color: #C8709C;
}
.TagClassName
{
border-color: #C8709C;
}
</style>