Shades of Hopbush #C8688E
Tints of Hopbush #C8688E
RGB
CMYK
RGB Variations
Color information
#C8688E (or 0xC8688E) is known color: Hopbush. HEX triplet: C8, 68 and 8E. RGB value is (200,104,142). Sum of RGB (Red+Green+Blue) = 200+104+142=446 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.84% from 446); Green value is 104 (41.02% from 255 or 23.32% from 446); Blue value is 142 (55.86% from 255 or 31.84% from 446); Max value from RGB is 200 - color contains mainly: red. Hex color #C8688E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C8688E is #379771. Grayscale: #888888. Windows color (decimal): -3643250 or 9332936. OLE color: 9332936.
HSL color Cylindrical-coordinate representation of color #C8688E: hue angle of 336.25º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C8688E is Cyan = 0, Magento = 0.48, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 104 | 142 | - |
| CMYK | 0 | 0.48 | 0.29 | 0.22 |
| HSL | 336.25º | 0.47% | 0.6% | - |
| HSV(B) | 336.25º | 0.48% | 0.78% | - |
| XYZ | 33.65 | 24.13 | 28.48 | - |
| YUV | 137.04 | 130.8 | 172.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 104 | 142 | 0 | 0.48 | 0.29 | 0.22 | 336.25 | 0.47 | 0.6 |
| Hex | C8 | 68 | 8E | 0 | 30 | 1D | 16 | 150 | 2F | 3C |
| Octal | 310 | 150 | 216 | 0 | 60 | 35 | 26 | 520 | 57 | 74 |
| Binary | 11001000 | 1101000 | 10001110 | 0 | 110000 | 11101 | 10110 | 101010000 | 101111 | 111100 |
Color Harmonies of #C8688E
Complementary color
Monochromatic Colors of #C8688E
Black with #C8688E
Text Example
Text Example
White with #C8688E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8688E; }
p { color: rgb(200,104,142); }
H1.HeaderClassName
{
color: #C8688E;
}
.AnyTagClassName
{
color: #C8688E;
}
</style>
background-color css
<style>
a { background-color: #C8688E; }
a { background-color: rgb(200,104,142); }
div.DivClassName
{
background-color: #C8688E;
}
.BgClassName
{
background-color: #C8688E;
}
</style>
border-color css
<style>
span { border-color: #C8688E; }
span { border-color: rgb(200,104,142); }
td.TdClassName
{
border-color: #C8688E;
}
.TagClassName
{
border-color: #C8688E;
}
</style>