Shades of Hopbush #CA77A0
Tints of Hopbush #CA77A0
RGB
CMYK
RGB Variations
Color information
#CA77A0 (or 0xCA77A0) is known color: Hopbush. HEX triplet: CA, 77 and A0. RGB value is (202,119,160). Sum of RGB (Red+Green+Blue) = 202+119+160=481 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.00% from 481); Green value is 119 (46.88% from 255 or 24.74% from 481); Blue value is 160 (62.89% from 255 or 33.26% from 481); Max value from RGB is 202 - color contains mainly: red. Hex color #CA77A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA77A0 is #35885F. Grayscale: #949494. Windows color (decimal): -3508320 or 10516426. OLE color: 10516426.
HSL color Cylindrical-coordinate representation of color #CA77A0: hue angle of 330.36º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CA77A0 is Cyan = 0, Magento = 0.41, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 119 | 160 | - |
| CMYK | 0 | 0.41 | 0.21 | 0.21 |
| HSL | 330.36º | 0.44% | 0.63% | - |
| HSV(B) | 330.36º | 0.41% | 0.79% | - |
| XYZ | 37.3 | 28.29 | 36.75 | - |
| YUV | 148.49 | 134.5 | 166.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 119 | 160 | 0 | 0.41 | 0.21 | 0.21 | 330.36 | 0.44 | 0.63 |
| Hex | CA | 77 | A0 | 0 | 29 | 15 | 15 | 14A | 2C | 3F |
| Octal | 312 | 167 | 240 | 0 | 51 | 25 | 25 | 512 | 54 | 77 |
| Binary | 11001010 | 1110111 | 10100000 | 0 | 101001 | 10101 | 10101 | 101001010 | 101100 | 111111 |
Color Harmonies of #CA77A0
Complementary color
Monochromatic Colors of #CA77A0
Black with #CA77A0
Text Example
Text Example
White with #CA77A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA77A0; }
p { color: rgb(202,119,160); }
H1.HeaderClassName
{
color: #CA77A0;
}
.AnyTagClassName
{
color: #CA77A0;
}
</style>
background-color css
<style>
a { background-color: #CA77A0; }
a { background-color: rgb(202,119,160); }
div.DivClassName
{
background-color: #CA77A0;
}
.BgClassName
{
background-color: #CA77A0;
}
</style>
border-color css
<style>
span { border-color: #CA77A0; }
span { border-color: rgb(202,119,160); }
td.TdClassName
{
border-color: #CA77A0;
}
.TagClassName
{
border-color: #CA77A0;
}
</style>