Shades of Hopbush #C7668D
Tints of Hopbush #C7668D
RGB
CMYK
RGB Variations
Color information
#C7668D (or 0xC7668D) is known color: Hopbush. HEX triplet: C7, 66 and 8D. RGB value is (199,102,141). Sum of RGB (Red+Green+Blue) = 199+102+141=442 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.02% from 442); Green value is 102 (40.23% from 255 or 23.08% from 442); Blue value is 141 (55.47% from 255 or 31.90% from 442); Max value from RGB is 199 - color contains mainly: red. Hex color #C7668D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C7668D is #389972. Grayscale: #878787. Windows color (decimal): -3709299 or 9266887. OLE color: 9266887.
HSL color Cylindrical-coordinate representation of color #C7668D: hue angle of 335.88º degrees, saturation: 0.46, 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 #C7668D is Cyan = 0, Magento = 0.49, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 102 | 141 | - |
| CMYK | 0 | 0.49 | 0.29 | 0.22 |
| HSL | 335.88º | 0.46% | 0.59% | - |
| HSV(B) | 335.88º | 0.49% | 0.78% | - |
| XYZ | 33.11 | 23.57 | 28 | - |
| YUV | 135.45 | 131.14 | 173.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 102 | 141 | 0 | 0.49 | 0.29 | 0.22 | 335.88 | 0.46 | 0.59 |
| Hex | C7 | 66 | 8D | 0 | 31 | 1D | 16 | 150 | 2E | 3B |
| Octal | 307 | 146 | 215 | 0 | 61 | 35 | 26 | 520 | 56 | 73 |
| Binary | 11000111 | 1100110 | 10001101 | 0 | 110001 | 11101 | 10110 | 101010000 | 101110 | 111011 |
Color Harmonies of #C7668D
Complementary color
Monochromatic Colors of #C7668D
Black with #C7668D
Text Example
Text Example
White with #C7668D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7668D; }
p { color: rgb(199,102,141); }
H1.HeaderClassName
{
color: #C7668D;
}
.AnyTagClassName
{
color: #C7668D;
}
</style>
background-color css
<style>
a { background-color: #C7668D; }
a { background-color: rgb(199,102,141); }
div.DivClassName
{
background-color: #C7668D;
}
.BgClassName
{
background-color: #C7668D;
}
</style>
border-color css
<style>
span { border-color: #C7668D; }
span { border-color: rgb(199,102,141); }
td.TdClassName
{
border-color: #C7668D;
}
.TagClassName
{
border-color: #C7668D;
}
</style>