Shades of Hopbush #C7698D
Tints of Hopbush #C7698D
RGB
CMYK
RGB Variations
Color information
#C7698D (or 0xC7698D) is known color: Hopbush. HEX triplet: C7, 69 and 8D. RGB value is (199,105,141). Sum of RGB (Red+Green+Blue) = 199+105+141=445 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.72% from 445); Green value is 105 (41.41% from 255 or 23.60% from 445); Blue value is 141 (55.47% from 255 or 31.69% from 445); Max value from RGB is 199 - color contains mainly: red. Hex color #C7698D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C7698D is #389672. Grayscale: #898989. Windows color (decimal): -3708531 or 9267655. OLE color: 9267655.
HSL color Cylindrical-coordinate representation of color #C7698D: hue angle of 337.02º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C7698D is Cyan = 0, Magento = 0.47, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 105 | 141 | - |
| CMYK | 0 | 0.47 | 0.29 | 0.22 |
| HSL | 337.02º | 0.46% | 0.6% | - |
| HSV(B) | 337.02º | 0.47% | 0.78% | - |
| XYZ | 33.41 | 24.17 | 28.1 | - |
| YUV | 137.21 | 130.14 | 172.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 105 | 141 | 0 | 0.47 | 0.29 | 0.22 | 337.02 | 0.46 | 0.6 |
| Hex | C7 | 69 | 8D | 0 | 2F | 1D | 16 | 151 | 2E | 3C |
| Octal | 307 | 151 | 215 | 0 | 57 | 35 | 26 | 521 | 56 | 74 |
| Binary | 11000111 | 1101001 | 10001101 | 0 | 101111 | 11101 | 10110 | 101010001 | 101110 | 111100 |
Color Harmonies of #C7698D
Complementary color
Monochromatic Colors of #C7698D
Black with #C7698D
Text Example
Text Example
White with #C7698D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7698D; }
p { color: rgb(199,105,141); }
H1.HeaderClassName
{
color: #C7698D;
}
.AnyTagClassName
{
color: #C7698D;
}
</style>
background-color css
<style>
a { background-color: #C7698D; }
a { background-color: rgb(199,105,141); }
div.DivClassName
{
background-color: #C7698D;
}
.BgClassName
{
background-color: #C7698D;
}
</style>
border-color css
<style>
span { border-color: #C7698D; }
span { border-color: rgb(199,105,141); }
td.TdClassName
{
border-color: #C7698D;
}
.TagClassName
{
border-color: #C7698D;
}
</style>