Shades of Hopbush #CA7AA2
Tints of Hopbush #CA7AA2
RGB
CMYK
RGB Variations
Color information
#CA7AA2 (or 0xCA7AA2) is known color: Hopbush. HEX triplet: CA, 7A and A2. RGB value is (202,122,162). Sum of RGB (Red+Green+Blue) = 202+122+162=486 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.56% from 486); Green value is 122 (48.05% from 255 or 25.10% from 486); Blue value is 162 (63.67% from 255 or 33.33% from 486); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7AA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7AA2 is #35855D. Grayscale: #969696. Windows color (decimal): -3507550 or 10648266. OLE color: 10648266.
HSL color Cylindrical-coordinate representation of color #CA7AA2: hue angle of 330º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CA7AA2 is Cyan = 0, Magento = 0.40, Yellow = 0.20 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 122 | 162 | - |
| CMYK | 0 | 0.40 | 0.20 | 0.21 |
| HSL | 330º | 0.43% | 0.64% | - |
| HSV(B) | 330º | 0.4% | 0.79% | - |
| XYZ | 37.84 | 29.08 | 37.8 | - |
| YUV | 150.48 | 134.5 | 164.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 122 | 162 | 0 | 0.40 | 0.20 | 0.21 | 330 | 0.43 | 0.64 |
| Hex | CA | 7A | A2 | 0 | 28 | 14 | 15 | 14A | 2B | 40 |
| Octal | 312 | 172 | 242 | 0 | 50 | 24 | 25 | 512 | 53 | 100 |
| Binary | 11001010 | 1111010 | 10100010 | 0 | 101000 | 10100 | 10101 | 101001010 | 101011 | 1000000 |
Color Harmonies of #CA7AA2
Complementary color
Monochromatic Colors of #CA7AA2
Black with #CA7AA2
Text Example
Text Example
White with #CA7AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7AA2; }
p { color: rgb(202,122,162); }
H1.HeaderClassName
{
color: #CA7AA2;
}
.AnyTagClassName
{
color: #CA7AA2;
}
</style>
background-color css
<style>
a { background-color: #CA7AA2; }
a { background-color: rgb(202,122,162); }
div.DivClassName
{
background-color: #CA7AA2;
}
.BgClassName
{
background-color: #CA7AA2;
}
</style>
border-color css
<style>
span { border-color: #CA7AA2; }
span { border-color: rgb(202,122,162); }
td.TdClassName
{
border-color: #CA7AA2;
}
.TagClassName
{
border-color: #CA7AA2;
}
</style>