Shades of Hopbush #C8699A
Tints of Hopbush #C8699A
RGB
CMYK
RGB Variations
Color information
#C8699A (or 0xC8699A) is known color: Hopbush. HEX triplet: C8, 69 and 9A. RGB value is (200,105,154). Sum of RGB (Red+Green+Blue) = 200+105+154=459 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.57% from 459); Green value is 105 (41.41% from 255 or 22.88% from 459); Blue value is 154 (60.55% from 255 or 33.55% from 459); Max value from RGB is 200 - color contains mainly: red. Hex color #C8699A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C8699A is #379665. Grayscale: #8A8A8A. Windows color (decimal): -3642982 or 10119624. OLE color: 10119624.
HSL color Cylindrical-coordinate representation of color #C8699A: hue angle of 329.05º 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 #C8699A is Cyan = 0, Magento = 0.48, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 105 | 154 | - |
| CMYK | 0 | 0.48 | 0.23 | 0.22 |
| HSL | 329.05º | 0.46% | 0.6% | - |
| HSV(B) | 329.05º | 0.48% | 0.78% | - |
| XYZ | 34.7 | 24.72 | 33.51 | - |
| YUV | 138.99 | 136.47 | 171.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 105 | 154 | 0 | 0.48 | 0.23 | 0.22 | 329.05 | 0.46 | 0.6 |
| Hex | C8 | 69 | 9A | 0 | 30 | 17 | 16 | 149 | 2E | 3C |
| Octal | 310 | 151 | 232 | 0 | 60 | 27 | 26 | 511 | 56 | 74 |
| Binary | 11001000 | 1101001 | 10011010 | 0 | 110000 | 10111 | 10110 | 101001001 | 101110 | 111100 |
Color Harmonies of #C8699A
Complementary color
Monochromatic Colors of #C8699A
Black with #C8699A
Text Example
Text Example
White with #C8699A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8699A; }
p { color: rgb(200,105,154); }
H1.HeaderClassName
{
color: #C8699A;
}
.AnyTagClassName
{
color: #C8699A;
}
</style>
background-color css
<style>
a { background-color: #C8699A; }
a { background-color: rgb(200,105,154); }
div.DivClassName
{
background-color: #C8699A;
}
.BgClassName
{
background-color: #C8699A;
}
</style>
border-color css
<style>
span { border-color: #C8699A; }
span { border-color: rgb(200,105,154); }
td.TdClassName
{
border-color: #C8699A;
}
.TagClassName
{
border-color: #C8699A;
}
</style>