Shades of Hopbush #C869AD
Tints of Hopbush #C869AD
RGB
CMYK
RGB Variations
Color information
#C869AD (or 0xC869AD) is known color: Hopbush. HEX triplet: C8, 69 and AD. RGB value is (200,105,173). Sum of RGB (Red+Green+Blue) = 200+105+173=478 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.84% from 478); Green value is 105 (41.41% from 255 or 21.97% from 478); Blue value is 173 (67.97% from 255 or 36.19% from 478); Max value from RGB is 200 - color contains mainly: red. Hex color #C869AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C869AD is #379652. Grayscale: #8C8C8C. Windows color (decimal): -3642963 or 11364808. OLE color: 11364808.
HSL color Cylindrical-coordinate representation of color #C869AD: hue angle of 317.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 #C869AD is Cyan = 0, Magento = 0.48, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 105 | 173 | - |
| CMYK | 0 | 0.48 | 0.14 | 0.22 |
| HSL | 317.05º | 0.46% | 0.6% | - |
| HSV(B) | 317.05º | 0.48% | 0.78% | - |
| XYZ | 36.41 | 25.4 | 42.52 | - |
| YUV | 141.16 | 145.97 | 169.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 105 | 173 | 0 | 0.48 | 0.14 | 0.22 | 317.05 | 0.46 | 0.6 |
| Hex | C8 | 69 | AD | 0 | 30 | E | 16 | 13D | 2E | 3C |
| Octal | 310 | 151 | 255 | 0 | 60 | 16 | 26 | 475 | 56 | 74 |
| Binary | 11001000 | 1101001 | 10101101 | 0 | 110000 | 1110 | 10110 | 100111101 | 101110 | 111100 |
Color Harmonies of #C869AD
Complementary color
Monochromatic Colors of #C869AD
Black with #C869AD
Text Example
Text Example
White with #C869AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C869AD; }
p { color: rgb(200,105,173); }
H1.HeaderClassName
{
color: #C869AD;
}
.AnyTagClassName
{
color: #C869AD;
}
</style>
background-color css
<style>
a { background-color: #C869AD; }
a { background-color: rgb(200,105,173); }
div.DivClassName
{
background-color: #C869AD;
}
.BgClassName
{
background-color: #C869AD;
}
</style>
border-color css
<style>
span { border-color: #C869AD; }
span { border-color: rgb(200,105,173); }
td.TdClassName
{
border-color: #C869AD;
}
.TagClassName
{
border-color: #C869AD;
}
</style>