Shades of Hopbush #C867AB
Tints of Hopbush #C867AB
RGB
CMYK
RGB Variations
Color information
#C867AB (or 0xC867AB) is known color: Hopbush. HEX triplet: C8, 67 and AB. RGB value is (200,103,171). Sum of RGB (Red+Green+Blue) = 200+103+171=474 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.19% from 474); Green value is 103 (40.62% from 255 or 21.73% from 474); Blue value is 171 (67.19% from 255 or 36.08% from 474); Max value from RGB is 200 - color contains mainly: red. Hex color #C867AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C867AB is #379854. Grayscale: #8B8B8B. Windows color (decimal): -3643477 or 11233224. OLE color: 11233224.
HSL color Cylindrical-coordinate representation of color #C867AB: hue angle of 317.94º 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 #C867AB is Cyan = 0, Magento = 0.48, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 103 | 171 | - |
| CMYK | 0 | 0.48 | 0.14 | 0.22 |
| HSL | 317.94º | 0.47% | 0.59% | - |
| HSV(B) | 317.94º | 0.49% | 0.78% | - |
| XYZ | 36.02 | 24.92 | 41.44 | - |
| YUV | 139.76 | 145.64 | 170.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 103 | 171 | 0 | 0.48 | 0.14 | 0.22 | 317.94 | 0.47 | 0.59 |
| Hex | C8 | 67 | AB | 0 | 30 | E | 16 | 13E | 2F | 3B |
| Octal | 310 | 147 | 253 | 0 | 60 | 16 | 26 | 476 | 57 | 73 |
| Binary | 11001000 | 1100111 | 10101011 | 0 | 110000 | 1110 | 10110 | 100111110 | 101111 | 111011 |
Color Harmonies of #C867AB
Complementary color
Monochromatic Colors of #C867AB
Black with #C867AB
Text Example
Text Example
White with #C867AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C867AB; }
p { color: rgb(200,103,171); }
H1.HeaderClassName
{
color: #C867AB;
}
.AnyTagClassName
{
color: #C867AB;
}
</style>
background-color css
<style>
a { background-color: #C867AB; }
a { background-color: rgb(200,103,171); }
div.DivClassName
{
background-color: #C867AB;
}
.BgClassName
{
background-color: #C867AB;
}
</style>
border-color css
<style>
span { border-color: #C867AB; }
span { border-color: rgb(200,103,171); }
td.TdClassName
{
border-color: #C867AB;
}
.TagClassName
{
border-color: #C867AB;
}
</style>