Shades of Hopbush #CA71AB
Tints of Hopbush #CA71AB
RGB
CMYK
RGB Variations
Color information
#CA71AB (or 0xCA71AB) is known color: Hopbush. HEX triplet: CA, 71 and AB. RGB value is (202,113,171). Sum of RGB (Red+Green+Blue) = 202+113+171=486 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.56% from 486); Green value is 113 (44.53% from 255 or 23.25% from 486); Blue value is 171 (67.19% from 255 or 35.19% from 486); Max value from RGB is 202 - color contains mainly: red. Hex color #CA71AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA71AB is #358E54. Grayscale: #929292. Windows color (decimal): -3509845 or 11235786. OLE color: 11235786.
HSL color Cylindrical-coordinate representation of color #CA71AB: hue angle of 320.9º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CA71AB is Cyan = 0, Magento = 0.44, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 113 | 171 | - |
| CMYK | 0 | 0.44 | 0.15 | 0.21 |
| HSL | 320.9º | 0.46% | 0.62% | - |
| HSV(B) | 320.9º | 0.44% | 0.79% | - |
| XYZ | 37.61 | 27.31 | 41.82 | - |
| YUV | 146.22 | 141.99 | 167.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 113 | 171 | 0 | 0.44 | 0.15 | 0.21 | 320.9 | 0.46 | 0.62 |
| Hex | CA | 71 | AB | 0 | 2C | F | 15 | 141 | 2E | 3E |
| Octal | 312 | 161 | 253 | 0 | 54 | 17 | 25 | 501 | 56 | 76 |
| Binary | 11001010 | 1110001 | 10101011 | 0 | 101100 | 1111 | 10101 | 101000001 | 101110 | 111110 |
Color Harmonies of #CA71AB
Complementary color
Monochromatic Colors of #CA71AB
Black with #CA71AB
Text Example
Text Example
White with #CA71AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA71AB; }
p { color: rgb(202,113,171); }
H1.HeaderClassName
{
color: #CA71AB;
}
.AnyTagClassName
{
color: #CA71AB;
}
</style>
background-color css
<style>
a { background-color: #CA71AB; }
a { background-color: rgb(202,113,171); }
div.DivClassName
{
background-color: #CA71AB;
}
.BgClassName
{
background-color: #CA71AB;
}
</style>
border-color css
<style>
span { border-color: #CA71AB; }
span { border-color: rgb(202,113,171); }
td.TdClassName
{
border-color: #CA71AB;
}
.TagClassName
{
border-color: #CA71AB;
}
</style>