Shades of Hopbush #C868AA
Tints of Hopbush #C868AA
RGB
CMYK
RGB Variations
Color information
#C868AA (or 0xC868AA) is known color: Hopbush. HEX triplet: C8, 68 and AA. RGB value is (200,104,170). Sum of RGB (Red+Green+Blue) = 200+104+170=474 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.19% from 474); Green value is 104 (41.02% from 255 or 21.94% from 474); Blue value is 170 (66.80% from 255 or 35.86% from 474); Max value from RGB is 200 - color contains mainly: red. Hex color #C868AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C868AA is #379755. Grayscale: #8C8C8C. Windows color (decimal): -3643222 or 11167944. OLE color: 11167944.
HSL color Cylindrical-coordinate representation of color #C868AA: hue angle of 318.75º degrees, saturation: 0.47, 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 #C868AA is Cyan = 0, Magento = 0.48, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 104 | 170 | - |
| CMYK | 0 | 0.48 | 0.15 | 0.22 |
| HSL | 318.75º | 0.47% | 0.6% | - |
| HSV(B) | 318.75º | 0.48% | 0.78% | - |
| XYZ | 36.03 | 25.08 | 40.97 | - |
| YUV | 140.23 | 144.8 | 170.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 104 | 170 | 0 | 0.48 | 0.15 | 0.22 | 318.75 | 0.47 | 0.6 |
| Hex | C8 | 68 | AA | 0 | 30 | F | 16 | 13F | 2F | 3C |
| Octal | 310 | 150 | 252 | 0 | 60 | 17 | 26 | 477 | 57 | 74 |
| Binary | 11001000 | 1101000 | 10101010 | 0 | 110000 | 1111 | 10110 | 100111111 | 101111 | 111100 |
Color Harmonies of #C868AA
Complementary color
Monochromatic Colors of #C868AA
Black with #C868AA
Text Example
Text Example
White with #C868AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C868AA; }
p { color: rgb(200,104,170); }
H1.HeaderClassName
{
color: #C868AA;
}
.AnyTagClassName
{
color: #C868AA;
}
</style>
background-color css
<style>
a { background-color: #C868AA; }
a { background-color: rgb(200,104,170); }
div.DivClassName
{
background-color: #C868AA;
}
.BgClassName
{
background-color: #C868AA;
}
</style>
border-color css
<style>
span { border-color: #C868AA; }
span { border-color: rgb(200,104,170); }
td.TdClassName
{
border-color: #C868AA;
}
.TagClassName
{
border-color: #C868AA;
}
</style>