Shades of Hopbush #C867AA
Tints of Hopbush #C867AA
RGB
CMYK
RGB Variations
Color information
#C867AA (or 0xC867AA) is known color: Hopbush. HEX triplet: C8, 67 and AA. RGB value is (200,103,170). Sum of RGB (Red+Green+Blue) = 200+103+170=473 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.28% from 473); Green value is 103 (40.62% from 255 or 21.78% from 473); Blue value is 170 (66.80% from 255 or 35.94% from 473); Max value from RGB is 200 - color contains mainly: red. Hex color #C867AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C867AA is #379855. Grayscale: #8B8B8B. Windows color (decimal): -3643478 or 11167688. OLE color: 11167688.
HSL color Cylindrical-coordinate representation of color #C867AA: hue angle of 318.56º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C867AA is Cyan = 0, Magento = 0.48, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 103 | 170 | - |
| CMYK | 0 | 0.48 | 0.15 | 0.22 |
| HSL | 318.56º | 0.47% | 0.59% | - |
| HSV(B) | 318.56º | 0.49% | 0.78% | - |
| XYZ | 35.93 | 24.88 | 40.94 | - |
| YUV | 139.64 | 145.14 | 171.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 103 | 170 | 0 | 0.48 | 0.15 | 0.22 | 318.56 | 0.47 | 0.59 |
| Hex | C8 | 67 | AA | 0 | 30 | F | 16 | 13F | 2F | 3B |
| Octal | 310 | 147 | 252 | 0 | 60 | 17 | 26 | 477 | 57 | 73 |
| Binary | 11001000 | 1100111 | 10101010 | 0 | 110000 | 1111 | 10110 | 100111111 | 101111 | 111011 |
Color Harmonies of #C867AA
Complementary color
Monochromatic Colors of #C867AA
Black with #C867AA
Text Example
Text Example
White with #C867AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C867AA; }
p { color: rgb(200,103,170); }
H1.HeaderClassName
{
color: #C867AA;
}
.AnyTagClassName
{
color: #C867AA;
}
</style>
background-color css
<style>
a { background-color: #C867AA; }
a { background-color: rgb(200,103,170); }
div.DivClassName
{
background-color: #C867AA;
}
.BgClassName
{
background-color: #C867AA;
}
</style>
border-color css
<style>
span { border-color: #C867AA; }
span { border-color: rgb(200,103,170); }
td.TdClassName
{
border-color: #C867AA;
}
.TagClassName
{
border-color: #C867AA;
}
</style>