Shades of Hopbush #C8699D
Tints of Hopbush #C8699D
RGB
CMYK
RGB Variations
Color information
#C8699D (or 0xC8699D) is known color: Hopbush. HEX triplet: C8, 69 and 9D. RGB value is (200,105,157). Sum of RGB (Red+Green+Blue) = 200+105+157=462 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.29% from 462); Green value is 105 (41.41% from 255 or 22.73% from 462); Blue value is 157 (61.72% from 255 or 33.98% from 462); Max value from RGB is 200 - color contains mainly: red. Hex color #C8699D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C8699D is #379662. Grayscale: #8B8B8B. Windows color (decimal): -3642979 or 10316232. OLE color: 10316232.
HSL color Cylindrical-coordinate representation of color #C8699D: hue angle of 327.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 #C8699D is Cyan = 0, Magento = 0.48, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 105 | 157 | - |
| CMYK | 0 | 0.48 | 0.22 | 0.22 |
| HSL | 327.16º | 0.46% | 0.6% | - |
| HSV(B) | 327.16º | 0.48% | 0.78% | - |
| XYZ | 34.96 | 24.82 | 34.85 | - |
| YUV | 139.33 | 137.97 | 171.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 105 | 157 | 0 | 0.48 | 0.22 | 0.22 | 327.16 | 0.46 | 0.6 |
| Hex | C8 | 69 | 9D | 0 | 30 | 16 | 16 | 147 | 2E | 3C |
| Octal | 310 | 151 | 235 | 0 | 60 | 26 | 26 | 507 | 56 | 74 |
| Binary | 11001000 | 1101001 | 10011101 | 0 | 110000 | 10110 | 10110 | 101000111 | 101110 | 111100 |
Color Harmonies of #C8699D
Complementary color
Monochromatic Colors of #C8699D
Black with #C8699D
Text Example
Text Example
White with #C8699D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8699D; }
p { color: rgb(200,105,157); }
H1.HeaderClassName
{
color: #C8699D;
}
.AnyTagClassName
{
color: #C8699D;
}
</style>
background-color css
<style>
a { background-color: #C8699D; }
a { background-color: rgb(200,105,157); }
div.DivClassName
{
background-color: #C8699D;
}
.BgClassName
{
background-color: #C8699D;
}
</style>
border-color css
<style>
span { border-color: #C8699D; }
span { border-color: rgb(200,105,157); }
td.TdClassName
{
border-color: #C8699D;
}
.TagClassName
{
border-color: #C8699D;
}
</style>