Shades of Hopbush #CA7AA6
Tints of Hopbush #CA7AA6
RGB
CMYK
RGB Variations
Color information
#CA7AA6 (or 0xCA7AA6) is known color: Hopbush. HEX triplet: CA, 7A and A6. RGB value is (202,122,166). Sum of RGB (Red+Green+Blue) = 202+122+166=490 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.22% from 490); Green value is 122 (48.05% from 255 or 24.90% from 490); Blue value is 166 (65.23% from 255 or 33.88% from 490); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7AA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7AA6 is #358559. Grayscale: #969696. Windows color (decimal): -3507546 or 10910410. OLE color: 10910410.
HSL color Cylindrical-coordinate representation of color #CA7AA6: hue angle of 327º 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 #CA7AA6 is Cyan = 0, Magento = 0.40, Yellow = 0.18 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 122 | 166 | - |
| CMYK | 0 | 0.40 | 0.18 | 0.21 |
| HSL | 327º | 0.43% | 0.64% | - |
| HSV(B) | 327º | 0.4% | 0.79% | - |
| XYZ | 38.2 | 29.23 | 39.7 | - |
| YUV | 150.94 | 136.5 | 164.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 122 | 166 | 0 | 0.40 | 0.18 | 0.21 | 327 | 0.43 | 0.64 |
| Hex | CA | 7A | A6 | 0 | 28 | 12 | 15 | 147 | 2B | 40 |
| Octal | 312 | 172 | 246 | 0 | 50 | 22 | 25 | 507 | 53 | 100 |
| Binary | 11001010 | 1111010 | 10100110 | 0 | 101000 | 10010 | 10101 | 101000111 | 101011 | 1000000 |
Color Harmonies of #CA7AA6
Complementary color
Monochromatic Colors of #CA7AA6
Black with #CA7AA6
Text Example
Text Example
White with #CA7AA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7AA6; }
p { color: rgb(202,122,166); }
H1.HeaderClassName
{
color: #CA7AA6;
}
.AnyTagClassName
{
color: #CA7AA6;
}
</style>
background-color css
<style>
a { background-color: #CA7AA6; }
a { background-color: rgb(202,122,166); }
div.DivClassName
{
background-color: #CA7AA6;
}
.BgClassName
{
background-color: #CA7AA6;
}
</style>
border-color css
<style>
span { border-color: #CA7AA6; }
span { border-color: rgb(202,122,166); }
td.TdClassName
{
border-color: #CA7AA6;
}
.TagClassName
{
border-color: #CA7AA6;
}
</style>