Shades of Hopbush #C7698B
Tints of Hopbush #C7698B
RGB
CMYK
RGB Variations
Color information
#C7698B (or 0xC7698B) is known color: Hopbush. HEX triplet: C7, 69 and 8B. RGB value is (199,105,139). Sum of RGB (Red+Green+Blue) = 199+105+139=443 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.92% from 443); Green value is 105 (41.41% from 255 or 23.70% from 443); Blue value is 139 (54.69% from 255 or 31.38% from 443); Max value from RGB is 199 - color contains mainly: red. Hex color #C7698B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C7698B is #389674. Grayscale: #888888. Windows color (decimal): -3708533 or 9136583. OLE color: 9136583.
HSL color Cylindrical-coordinate representation of color #C7698B: hue angle of 338.3º 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 #C7698B is Cyan = 0, Magento = 0.47, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 105 | 139 | - |
| CMYK | 0 | 0.47 | 0.30 | 0.22 |
| HSL | 338.3º | 0.46% | 0.6% | - |
| HSV(B) | 338.3º | 0.47% | 0.78% | - |
| XYZ | 33.26 | 24.11 | 27.33 | - |
| YUV | 136.98 | 129.14 | 172.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 105 | 139 | 0 | 0.47 | 0.30 | 0.22 | 338.3 | 0.46 | 0.6 |
| Hex | C7 | 69 | 8B | 0 | 2F | 1E | 16 | 152 | 2E | 3C |
| Octal | 307 | 151 | 213 | 0 | 57 | 36 | 26 | 522 | 56 | 74 |
| Binary | 11000111 | 1101001 | 10001011 | 0 | 101111 | 11110 | 10110 | 101010010 | 101110 | 111100 |
Color Harmonies of #C7698B
Complementary color
Monochromatic Colors of #C7698B
Black with #C7698B
Text Example
Text Example
White with #C7698B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7698B; }
p { color: rgb(199,105,139); }
H1.HeaderClassName
{
color: #C7698B;
}
.AnyTagClassName
{
color: #C7698B;
}
</style>
background-color css
<style>
a { background-color: #C7698B; }
a { background-color: rgb(199,105,139); }
div.DivClassName
{
background-color: #C7698B;
}
.BgClassName
{
background-color: #C7698B;
}
</style>
border-color css
<style>
span { border-color: #C7698B; }
span { border-color: rgb(199,105,139); }
td.TdClassName
{
border-color: #C7698B;
}
.TagClassName
{
border-color: #C7698B;
}
</style>