Shades of Hopbush #CA76AB
Tints of Hopbush #CA76AB
RGB
CMYK
RGB Variations
Color information
#CA76AB (or 0xCA76AB) is known color: Hopbush. HEX triplet: CA, 76 and AB. RGB value is (202,118,171). Sum of RGB (Red+Green+Blue) = 202+118+171=491 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.14% from 491); Green value is 118 (46.48% from 255 or 24.03% from 491); Blue value is 171 (67.19% from 255 or 34.83% from 491); Max value from RGB is 202 - color contains mainly: red. Hex color #CA76AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA76AB is #358954. Grayscale: #959595. Windows color (decimal): -3508565 or 11237066. OLE color: 11237066.
HSL color Cylindrical-coordinate representation of color #CA76AB: hue angle of 322.14º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CA76AB is Cyan = 0, Magento = 0.42, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 118 | 171 | - |
| CMYK | 0 | 0.42 | 0.15 | 0.21 |
| HSL | 322.14º | 0.44% | 0.63% | - |
| HSV(B) | 322.14º | 0.42% | 0.79% | - |
| XYZ | 38.19 | 28.45 | 42.01 | - |
| YUV | 149.16 | 140.33 | 165.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 118 | 171 | 0 | 0.42 | 0.15 | 0.21 | 322.14 | 0.44 | 0.63 |
| Hex | CA | 76 | AB | 0 | 2A | F | 15 | 142 | 2C | 3F |
| Octal | 312 | 166 | 253 | 0 | 52 | 17 | 25 | 502 | 54 | 77 |
| Binary | 11001010 | 1110110 | 10101011 | 0 | 101010 | 1111 | 10101 | 101000010 | 101100 | 111111 |
Color Harmonies of #CA76AB
Complementary color
Monochromatic Colors of #CA76AB
Black with #CA76AB
Text Example
Text Example
White with #CA76AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA76AB; }
p { color: rgb(202,118,171); }
H1.HeaderClassName
{
color: #CA76AB;
}
.AnyTagClassName
{
color: #CA76AB;
}
</style>
background-color css
<style>
a { background-color: #CA76AB; }
a { background-color: rgb(202,118,171); }
div.DivClassName
{
background-color: #CA76AB;
}
.BgClassName
{
background-color: #CA76AB;
}
</style>
border-color css
<style>
span { border-color: #CA76AB; }
span { border-color: rgb(202,118,171); }
td.TdClassName
{
border-color: #CA76AB;
}
.TagClassName
{
border-color: #CA76AB;
}
</style>