Shades of Hopbush #C869AA
Tints of Hopbush #C869AA
RGB
CMYK
RGB Variations
Color information
#C869AA (or 0xC869AA) is known color: Hopbush. HEX triplet: C8, 69 and AA. RGB value is (200,105,170). Sum of RGB (Red+Green+Blue) = 200+105+170=475 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.11% from 475); Green value is 105 (41.41% from 255 or 22.11% from 475); Blue value is 170 (66.80% from 255 or 35.79% from 475); Max value from RGB is 200 - color contains mainly: red. Hex color #C869AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C869AA is #379655. Grayscale: #8C8C8C. Windows color (decimal): -3642966 or 11168200. OLE color: 11168200.
HSL color Cylindrical-coordinate representation of color #C869AA: hue angle of 318.95º 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 #C869AA is Cyan = 0, Magento = 0.48, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 105 | 170 | - |
| CMYK | 0 | 0.48 | 0.15 | 0.22 |
| HSL | 318.95º | 0.46% | 0.6% | - |
| HSV(B) | 318.95º | 0.48% | 0.78% | - |
| XYZ | 36.13 | 25.28 | 41.01 | - |
| YUV | 140.82 | 144.47 | 170.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 105 | 170 | 0 | 0.48 | 0.15 | 0.22 | 318.95 | 0.46 | 0.6 |
| Hex | C8 | 69 | AA | 0 | 30 | F | 16 | 13F | 2E | 3C |
| Octal | 310 | 151 | 252 | 0 | 60 | 17 | 26 | 477 | 56 | 74 |
| Binary | 11001000 | 1101001 | 10101010 | 0 | 110000 | 1111 | 10110 | 100111111 | 101110 | 111100 |
Color Harmonies of #C869AA
Complementary color
Monochromatic Colors of #C869AA
Black with #C869AA
Text Example
Text Example
White with #C869AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C869AA; }
p { color: rgb(200,105,170); }
H1.HeaderClassName
{
color: #C869AA;
}
.AnyTagClassName
{
color: #C869AA;
}
</style>
background-color css
<style>
a { background-color: #C869AA; }
a { background-color: rgb(200,105,170); }
div.DivClassName
{
background-color: #C869AA;
}
.BgClassName
{
background-color: #C869AA;
}
</style>
border-color css
<style>
span { border-color: #C869AA; }
span { border-color: rgb(200,105,170); }
td.TdClassName
{
border-color: #C869AA;
}
.TagClassName
{
border-color: #C869AA;
}
</style>