Shades of Hopbush #C869A0
Tints of Hopbush #C869A0
RGB
CMYK
RGB Variations
Color information
#C869A0 (or 0xC869A0) is known color: Hopbush. HEX triplet: C8, 69 and A0. RGB value is (200,105,160). Sum of RGB (Red+Green+Blue) = 200+105+160=465 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.01% from 465); Green value is 105 (41.41% from 255 or 22.58% from 465); Blue value is 160 (62.89% from 255 or 34.41% from 465); Max value from RGB is 200 - color contains mainly: red. Hex color #C869A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C869A0 is #37965F. Grayscale: #8B8B8B. Windows color (decimal): -3642976 or 10512840. OLE color: 10512840.
HSL color Cylindrical-coordinate representation of color #C869A0: hue angle of 325.26º 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 #C869A0 is Cyan = 0, Magento = 0.48, Yellow = 0.2 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 105 | 160 | - |
| CMYK | 0 | 0.48 | 0.2 | 0.22 |
| HSL | 325.26º | 0.46% | 0.6% | - |
| HSV(B) | 325.26º | 0.48% | 0.78% | - |
| XYZ | 35.22 | 24.92 | 36.21 | - |
| YUV | 139.68 | 139.47 | 171.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 105 | 160 | 0 | 0.48 | 0.2 | 0.22 | 325.26 | 0.46 | 0.6 |
| Hex | C8 | 69 | A0 | 0 | 30 | 14 | 16 | 145 | 2E | 3C |
| Octal | 310 | 151 | 240 | 0 | 60 | 24 | 26 | 505 | 56 | 74 |
| Binary | 11001000 | 1101001 | 10100000 | 0 | 110000 | 10100 | 10110 | 101000101 | 101110 | 111100 |
Color Harmonies of #C869A0
Complementary color
Monochromatic Colors of #C869A0
Black with #C869A0
Text Example
Text Example
White with #C869A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C869A0; }
p { color: rgb(200,105,160); }
H1.HeaderClassName
{
color: #C869A0;
}
.AnyTagClassName
{
color: #C869A0;
}
</style>
background-color css
<style>
a { background-color: #C869A0; }
a { background-color: rgb(200,105,160); }
div.DivClassName
{
background-color: #C869A0;
}
.BgClassName
{
background-color: #C869A0;
}
</style>
border-color css
<style>
span { border-color: #C869A0; }
span { border-color: rgb(200,105,160); }
td.TdClassName
{
border-color: #C869A0;
}
.TagClassName
{
border-color: #C869A0;
}
</style>