Shades of Hopbush #C8698A
Tints of Hopbush #C8698A
RGB
CMYK
RGB Variations
Color information
#C8698A (or 0xC8698A) is known color: Hopbush. HEX triplet: C8, 69 and 8A. RGB value is (200,105,138). Sum of RGB (Red+Green+Blue) = 200+105+138=443 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.15% from 443); Green value is 105 (41.41% from 255 or 23.70% from 443); Blue value is 138 (54.30% from 255 or 31.15% from 443); Max value from RGB is 200 - color contains mainly: red. Hex color #C8698A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C8698A is #379675. Grayscale: #898989. Windows color (decimal): -3642998 or 9071048. OLE color: 9071048.
HSL color Cylindrical-coordinate representation of color #C8698A: hue angle of 339.16º degrees, saturation: 0.46, 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 #C8698A is Cyan = 0, Magento = 0.48, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 105 | 138 | - |
| CMYK | 0 | 0.48 | 0.31 | 0.22 |
| HSL | 339.16º | 0.46% | 0.6% | - |
| HSV(B) | 339.16º | 0.48% | 0.78% | - |
| XYZ | 33.46 | 24.22 | 26.96 | - |
| YUV | 137.17 | 128.47 | 172.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 105 | 138 | 0 | 0.48 | 0.31 | 0.22 | 339.16 | 0.46 | 0.6 |
| Hex | C8 | 69 | 8A | 0 | 30 | 1F | 16 | 153 | 2E | 3C |
| Octal | 310 | 151 | 212 | 0 | 60 | 37 | 26 | 523 | 56 | 74 |
| Binary | 11001000 | 1101001 | 10001010 | 0 | 110000 | 11111 | 10110 | 101010011 | 101110 | 111100 |
Color Harmonies of #C8698A
Complementary color
Monochromatic Colors of #C8698A
Black with #C8698A
Text Example
Text Example
White with #C8698A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8698A; }
p { color: rgb(200,105,138); }
H1.HeaderClassName
{
color: #C8698A;
}
.AnyTagClassName
{
color: #C8698A;
}
</style>
background-color css
<style>
a { background-color: #C8698A; }
a { background-color: rgb(200,105,138); }
div.DivClassName
{
background-color: #C8698A;
}
.BgClassName
{
background-color: #C8698A;
}
</style>
border-color css
<style>
span { border-color: #C8698A; }
span { border-color: rgb(200,105,138); }
td.TdClassName
{
border-color: #C8698A;
}
.TagClassName
{
border-color: #C8698A;
}
</style>