Shades of Hopbush #C8668D
Tints of Hopbush #C8668D
RGB
CMYK
RGB Variations
Color information
#C8668D (or 0xC8668D) is known color: Hopbush. HEX triplet: C8, 66 and 8D. RGB value is (200,102,141). Sum of RGB (Red+Green+Blue) = 200+102+141=443 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.15% from 443); Green value is 102 (40.23% from 255 or 23.02% from 443); Blue value is 141 (55.47% from 255 or 31.83% from 443); Max value from RGB is 200 - color contains mainly: red. Hex color #C8668D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C8668D is #379972. Grayscale: #878787. Windows color (decimal): -3643763 or 9266888. OLE color: 9266888.
HSL color Cylindrical-coordinate representation of color #C8668D: hue angle of 336.12º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C8668D is Cyan = 0, Magento = 0.49, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 102 | 141 | - |
| CMYK | 0 | 0.49 | 0.29 | 0.22 |
| HSL | 336.12º | 0.47% | 0.59% | - |
| HSV(B) | 336.12º | 0.49% | 0.78% | - |
| XYZ | 33.38 | 23.71 | 28.02 | - |
| YUV | 135.75 | 130.97 | 173.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 102 | 141 | 0 | 0.49 | 0.29 | 0.22 | 336.12 | 0.47 | 0.59 |
| Hex | C8 | 66 | 8D | 0 | 31 | 1D | 16 | 150 | 2F | 3B |
| Octal | 310 | 146 | 215 | 0 | 61 | 35 | 26 | 520 | 57 | 73 |
| Binary | 11001000 | 1100110 | 10001101 | 0 | 110001 | 11101 | 10110 | 101010000 | 101111 | 111011 |
Color Harmonies of #C8668D
Complementary color
Monochromatic Colors of #C8668D
Black with #C8668D
Text Example
Text Example
White with #C8668D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8668D; }
p { color: rgb(200,102,141); }
H1.HeaderClassName
{
color: #C8668D;
}
.AnyTagClassName
{
color: #C8668D;
}
</style>
background-color css
<style>
a { background-color: #C8668D; }
a { background-color: rgb(200,102,141); }
div.DivClassName
{
background-color: #C8668D;
}
.BgClassName
{
background-color: #C8668D;
}
</style>
border-color css
<style>
span { border-color: #C8668D; }
span { border-color: rgb(200,102,141); }
td.TdClassName
{
border-color: #C8668D;
}
.TagClassName
{
border-color: #C8668D;
}
</style>