Shades of Hopbush #CA71A7
Tints of Hopbush #CA71A7
RGB
CMYK
RGB Variations
Color information
#CA71A7 (or 0xCA71A7) is known color: Hopbush. HEX triplet: CA, 71 and A7. RGB value is (202,113,167). Sum of RGB (Red+Green+Blue) = 202+113+167=482 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.91% from 482); Green value is 113 (44.53% from 255 or 23.44% from 482); Blue value is 167 (65.62% from 255 or 34.65% from 482); Max value from RGB is 202 - color contains mainly: red. Hex color #CA71A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA71A7 is #358E58. Grayscale: #919191. Windows color (decimal): -3509849 or 10973642. OLE color: 10973642.
HSL color Cylindrical-coordinate representation of color #CA71A7: hue angle of 323.6º 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 #CA71A7 is Cyan = 0, Magento = 0.44, Yellow = 0.17 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 113 | 167 | - |
| CMYK | 0 | 0.44 | 0.17 | 0.21 |
| HSL | 323.6º | 0.46% | 0.62% | - |
| HSV(B) | 323.6º | 0.44% | 0.79% | - |
| XYZ | 37.24 | 27.16 | 39.84 | - |
| YUV | 145.77 | 139.99 | 168.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 113 | 167 | 0 | 0.44 | 0.17 | 0.21 | 323.6 | 0.46 | 0.62 |
| Hex | CA | 71 | A7 | 0 | 2C | 11 | 15 | 144 | 2E | 3E |
| Octal | 312 | 161 | 247 | 0 | 54 | 21 | 25 | 504 | 56 | 76 |
| Binary | 11001010 | 1110001 | 10100111 | 0 | 101100 | 10001 | 10101 | 101000100 | 101110 | 111110 |
Color Harmonies of #CA71A7
Complementary color
Monochromatic Colors of #CA71A7
Black with #CA71A7
Text Example
Text Example
White with #CA71A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA71A7; }
p { color: rgb(202,113,167); }
H1.HeaderClassName
{
color: #CA71A7;
}
.AnyTagClassName
{
color: #CA71A7;
}
</style>
background-color css
<style>
a { background-color: #CA71A7; }
a { background-color: rgb(202,113,167); }
div.DivClassName
{
background-color: #CA71A7;
}
.BgClassName
{
background-color: #CA71A7;
}
</style>
border-color css
<style>
span { border-color: #CA71A7; }
span { border-color: rgb(202,113,167); }
td.TdClassName
{
border-color: #CA71A7;
}
.TagClassName
{
border-color: #CA71A7;
}
</style>