Shades of Hopbush #C762A1
Tints of Hopbush #C762A1
RGB
CMYK
RGB Variations
Color information
#C762A1 (or 0xC762A1) is known color: Hopbush. HEX triplet: C7, 62 and A1. RGB value is (199,98,161). Sum of RGB (Red+Green+Blue) = 199+98+161=458 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.45% from 458); Green value is 98 (38.67% from 255 or 21.40% from 458); Blue value is 161 (63.28% from 255 or 35.15% from 458); Max value from RGB is 199 - color contains mainly: red. Hex color #C762A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C762A1 is #389D5E. Grayscale: #878787. Windows color (decimal): -3710303 or 10576583. OLE color: 10576583.
HSL color Cylindrical-coordinate representation of color #C762A1: hue angle of 322.57º degrees, saturation: 0.47, 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 #C762A1 is Cyan = 0, Magento = 0.51, Yellow = 0.19 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 98 | 161 | - |
| CMYK | 0 | 0.51 | 0.19 | 0.22 |
| HSL | 322.57º | 0.47% | 0.58% | - |
| HSV(B) | 322.57º | 0.51% | 0.78% | - |
| XYZ | 34.35 | 23.45 | 36.43 | - |
| YUV | 135.38 | 142.46 | 173.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 98 | 161 | 0 | 0.51 | 0.19 | 0.22 | 322.57 | 0.47 | 0.58 |
| Hex | C7 | 62 | A1 | 0 | 33 | 13 | 16 | 143 | 2F | 3A |
| Octal | 307 | 142 | 241 | 0 | 63 | 23 | 26 | 503 | 57 | 72 |
| Binary | 11000111 | 1100010 | 10100001 | 0 | 110011 | 10011 | 10110 | 101000011 | 101111 | 111010 |
Color Harmonies of #C762A1
Complementary color
Monochromatic Colors of #C762A1
Black with #C762A1
Text Example
Text Example
White with #C762A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C762A1; }
p { color: rgb(199,98,161); }
H1.HeaderClassName
{
color: #C762A1;
}
.AnyTagClassName
{
color: #C762A1;
}
</style>
background-color css
<style>
a { background-color: #C762A1; }
a { background-color: rgb(199,98,161); }
div.DivClassName
{
background-color: #C762A1;
}
.BgClassName
{
background-color: #C762A1;
}
</style>
border-color css
<style>
span { border-color: #C762A1; }
span { border-color: rgb(199,98,161); }
td.TdClassName
{
border-color: #C762A1;
}
.TagClassName
{
border-color: #C762A1;
}
</style>