Shades of Hopbush #CA77AB
Tints of Hopbush #CA77AB
RGB
CMYK
RGB Variations
Color information
#CA77AB (or 0xCA77AB) is known color: Hopbush. HEX triplet: CA, 77 and AB. RGB value is (202,119,171). Sum of RGB (Red+Green+Blue) = 202+119+171=492 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.06% from 492); Green value is 119 (46.88% from 255 or 24.19% from 492); Blue value is 171 (67.19% from 255 or 34.76% from 492); Max value from RGB is 202 - color contains mainly: red. Hex color #CA77AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA77AB is #358854. Grayscale: #959595. Windows color (decimal): -3508309 or 11237322. OLE color: 11237322.
HSL color Cylindrical-coordinate representation of color #CA77AB: hue angle of 322.41º 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 #CA77AB is Cyan = 0, Magento = 0.41, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 119 | 171 | - |
| CMYK | 0 | 0.41 | 0.15 | 0.21 |
| HSL | 322.41º | 0.44% | 0.63% | - |
| HSV(B) | 322.41º | 0.41% | 0.79% | - |
| XYZ | 38.3 | 28.69 | 42.05 | - |
| YUV | 149.75 | 140 | 165.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 119 | 171 | 0 | 0.41 | 0.15 | 0.21 | 322.41 | 0.44 | 0.63 |
| Hex | CA | 77 | AB | 0 | 29 | F | 15 | 142 | 2C | 3F |
| Octal | 312 | 167 | 253 | 0 | 51 | 17 | 25 | 502 | 54 | 77 |
| Binary | 11001010 | 1110111 | 10101011 | 0 | 101001 | 1111 | 10101 | 101000010 | 101100 | 111111 |
Color Harmonies of #CA77AB
Complementary color
Monochromatic Colors of #CA77AB
Black with #CA77AB
Text Example
Text Example
White with #CA77AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA77AB; }
p { color: rgb(202,119,171); }
H1.HeaderClassName
{
color: #CA77AB;
}
.AnyTagClassName
{
color: #CA77AB;
}
</style>
background-color css
<style>
a { background-color: #CA77AB; }
a { background-color: rgb(202,119,171); }
div.DivClassName
{
background-color: #CA77AB;
}
.BgClassName
{
background-color: #CA77AB;
}
</style>
border-color css
<style>
span { border-color: #CA77AB; }
span { border-color: rgb(202,119,171); }
td.TdClassName
{
border-color: #CA77AB;
}
.TagClassName
{
border-color: #CA77AB;
}
</style>