Shades of Hopbush #CA6AA2
Tints of Hopbush #CA6AA2
RGB
CMYK
RGB Variations
Color information
#CA6AA2 (or 0xCA6AA2) is known color: Hopbush. HEX triplet: CA, 6A and A2. RGB value is (202,106,162). Sum of RGB (Red+Green+Blue) = 202+106+162=470 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.98% from 470); Green value is 106 (41.80% from 255 or 22.55% from 470); Blue value is 162 (63.67% from 255 or 34.47% from 470); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6AA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA6AA2 is #35955D. Grayscale: #8C8C8C. Windows color (decimal): -3511646 or 10644170. OLE color: 10644170.
HSL color Cylindrical-coordinate representation of color #CA6AA2: hue angle of 325º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CA6AA2 is Cyan = 0, Magento = 0.48, Yellow = 0.20 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 106 | 162 | - |
| CMYK | 0 | 0.48 | 0.20 | 0.21 |
| HSL | 325º | 0.48% | 0.6% | - |
| HSV(B) | 325º | 0.48% | 0.79% | - |
| XYZ | 36.03 | 25.47 | 37.2 | - |
| YUV | 141.09 | 139.8 | 171.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 106 | 162 | 0 | 0.48 | 0.20 | 0.21 | 325 | 0.48 | 0.6 |
| Hex | CA | 6A | A2 | 0 | 30 | 14 | 15 | 145 | 30 | 3C |
| Octal | 312 | 152 | 242 | 0 | 60 | 24 | 25 | 505 | 60 | 74 |
| Binary | 11001010 | 1101010 | 10100010 | 0 | 110000 | 10100 | 10101 | 101000101 | 110000 | 111100 |
Color Harmonies of #CA6AA2
Complementary color
Monochromatic Colors of #CA6AA2
Black with #CA6AA2
Text Example
Text Example
White with #CA6AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6AA2; }
p { color: rgb(202,106,162); }
H1.HeaderClassName
{
color: #CA6AA2;
}
.AnyTagClassName
{
color: #CA6AA2;
}
</style>
background-color css
<style>
a { background-color: #CA6AA2; }
a { background-color: rgb(202,106,162); }
div.DivClassName
{
background-color: #CA6AA2;
}
.BgClassName
{
background-color: #CA6AA2;
}
</style>
border-color css
<style>
span { border-color: #CA6AA2; }
span { border-color: rgb(202,106,162); }
td.TdClassName
{
border-color: #CA6AA2;
}
.TagClassName
{
border-color: #CA6AA2;
}
</style>