Shades of Hopbush #C868AB
Tints of Hopbush #C868AB
RGB
CMYK
RGB Variations
Color information
#C868AB (or 0xC868AB) is known color: Hopbush. HEX triplet: C8, 68 and AB. RGB value is (200,104,171). Sum of RGB (Red+Green+Blue) = 200+104+171=475 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.11% from 475); Green value is 104 (41.02% from 255 or 21.89% from 475); Blue value is 171 (67.19% from 255 or 36% from 475); Max value from RGB is 200 - color contains mainly: red. Hex color #C868AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C868AB is #379754. Grayscale: #8C8C8C. Windows color (decimal): -3643221 or 11233480. OLE color: 11233480.
HSL color Cylindrical-coordinate representation of color #C868AB: hue angle of 318.12º 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 #C868AB is Cyan = 0, Magento = 0.48, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 104 | 171 | - |
| CMYK | 0 | 0.48 | 0.14 | 0.22 |
| HSL | 318.13º | 0.47% | 0.6% | - |
| HSV(B) | 318.13º | 0.48% | 0.78% | - |
| XYZ | 36.12 | 25.12 | 41.47 | - |
| YUV | 140.34 | 145.3 | 170.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 104 | 171 | 0 | 0.48 | 0.14 | 0.22 | 318.13 | 0.47 | 0.6 |
| Hex | C8 | 68 | AB | 0 | 30 | E | 16 | 13E | 2F | 3C |
| Octal | 310 | 150 | 253 | 0 | 60 | 16 | 26 | 476 | 57 | 74 |
| Binary | 11001000 | 1101000 | 10101011 | 0 | 110000 | 1110 | 10110 | 100111110 | 101111 | 111100 |
Color Harmonies of #C868AB
Complementary color
Monochromatic Colors of #C868AB
Black with #C868AB
Text Example
Text Example
White with #C868AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C868AB; }
p { color: rgb(200,104,171); }
H1.HeaderClassName
{
color: #C868AB;
}
.AnyTagClassName
{
color: #C868AB;
}
</style>
background-color css
<style>
a { background-color: #C868AB; }
a { background-color: rgb(200,104,171); }
div.DivClassName
{
background-color: #C868AB;
}
.BgClassName
{
background-color: #C868AB;
}
</style>
border-color css
<style>
span { border-color: #C868AB; }
span { border-color: rgb(200,104,171); }
td.TdClassName
{
border-color: #C868AB;
}
.TagClassName
{
border-color: #C868AB;
}
</style>