Shades of Hopbush #C86DAA
Tints of Hopbush #C86DAA
RGB
CMYK
RGB Variations
Color information
#C86DAA (or 0xC86DAA) is known color: Hopbush. HEX triplet: C8, 6D and AA. RGB value is (200,109,170). Sum of RGB (Red+Green+Blue) = 200+109+170=479 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.75% from 479); Green value is 109 (42.97% from 255 or 22.76% from 479); Blue value is 170 (66.80% from 255 or 35.49% from 479); Max value from RGB is 200 - color contains mainly: red. Hex color #C86DAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C86DAA is #379255. Grayscale: #8F8F8F. Windows color (decimal): -3641942 or 11169224. OLE color: 11169224.
HSL color Cylindrical-coordinate representation of color #C86DAA: hue angle of 319.78º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C86DAA is Cyan = 0, Magento = 0.46, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 109 | 170 | - |
| CMYK | 0 | 0.46 | 0.15 | 0.22 |
| HSL | 319.78º | 0.45% | 0.61% | - |
| HSV(B) | 319.78º | 0.46% | 0.78% | - |
| XYZ | 36.54 | 26.12 | 41.15 | - |
| YUV | 143.16 | 143.15 | 168.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 109 | 170 | 0 | 0.46 | 0.15 | 0.22 | 319.78 | 0.45 | 0.61 |
| Hex | C8 | 6D | AA | 0 | 2E | F | 16 | 140 | 2D | 3D |
| Octal | 310 | 155 | 252 | 0 | 56 | 17 | 26 | 500 | 55 | 75 |
| Binary | 11001000 | 1101101 | 10101010 | 0 | 101110 | 1111 | 10110 | 101000000 | 101101 | 111101 |
Color Harmonies of #C86DAA
Complementary color
Monochromatic Colors of #C86DAA
Black with #C86DAA
Text Example
Text Example
White with #C86DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86DAA; }
p { color: rgb(200,109,170); }
H1.HeaderClassName
{
color: #C86DAA;
}
.AnyTagClassName
{
color: #C86DAA;
}
</style>
background-color css
<style>
a { background-color: #C86DAA; }
a { background-color: rgb(200,109,170); }
div.DivClassName
{
background-color: #C86DAA;
}
.BgClassName
{
background-color: #C86DAA;
}
</style>
border-color css
<style>
span { border-color: #C86DAA; }
span { border-color: rgb(200,109,170); }
td.TdClassName
{
border-color: #C86DAA;
}
.TagClassName
{
border-color: #C86DAA;
}
</style>