Shades of Hopbush #C862A1
Tints of Hopbush #C862A1
RGB
CMYK
RGB Variations
Color information
#C862A1 (or 0xC862A1) is known color: Hopbush. HEX triplet: C8, 62 and A1. RGB value is (200,98,161). Sum of RGB (Red+Green+Blue) = 200+98+161=459 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.57% from 459); Green value is 98 (38.67% from 255 or 21.35% from 459); Blue value is 161 (63.28% from 255 or 35.08% from 459); Max value from RGB is 200 - color contains mainly: red. Hex color #C862A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C862A1 is #379D5E. Grayscale: #878787. Windows color (decimal): -3644767 or 10576584. OLE color: 10576584.
HSL color Cylindrical-coordinate representation of color #C862A1: hue angle of 322.94º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C862A1 is Cyan = 0, Magento = 0.51, Yellow = 0.19 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 98 | 161 | - |
| CMYK | 0 | 0.51 | 0.19 | 0.22 |
| HSL | 322.94º | 0.48% | 0.58% | - |
| HSV(B) | 322.94º | 0.51% | 0.78% | - |
| XYZ | 34.62 | 23.59 | 36.45 | - |
| YUV | 135.68 | 142.29 | 173.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 98 | 161 | 0 | 0.51 | 0.19 | 0.22 | 322.94 | 0.48 | 0.58 |
| Hex | C8 | 62 | A1 | 0 | 33 | 13 | 16 | 143 | 30 | 3A |
| Octal | 310 | 142 | 241 | 0 | 63 | 23 | 26 | 503 | 60 | 72 |
| Binary | 11001000 | 1100010 | 10100001 | 0 | 110011 | 10011 | 10110 | 101000011 | 110000 | 111010 |
Color Harmonies of #C862A1
Complementary color
Monochromatic Colors of #C862A1
Black with #C862A1
Text Example
Text Example
White with #C862A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C862A1; }
p { color: rgb(200,98,161); }
H1.HeaderClassName
{
color: #C862A1;
}
.AnyTagClassName
{
color: #C862A1;
}
</style>
background-color css
<style>
a { background-color: #C862A1; }
a { background-color: rgb(200,98,161); }
div.DivClassName
{
background-color: #C862A1;
}
.BgClassName
{
background-color: #C862A1;
}
</style>
border-color css
<style>
span { border-color: #C862A1; }
span { border-color: rgb(200,98,161); }
td.TdClassName
{
border-color: #C862A1;
}
.TagClassName
{
border-color: #C862A1;
}
</style>