Shades of Hopbush #CA7AAB
Tints of Hopbush #CA7AAB
RGB
CMYK
RGB Variations
Color information
#CA7AAB (or 0xCA7AAB) is known color: Hopbush. HEX triplet: CA, 7A and AB. RGB value is (202,122,171). Sum of RGB (Red+Green+Blue) = 202+122+171=495 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.81% from 495); Green value is 122 (48.05% from 255 or 24.65% from 495); Blue value is 171 (67.19% from 255 or 34.55% from 495); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7AAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7AAB is #358554. Grayscale: #979797. Windows color (decimal): -3507541 or 11238090. OLE color: 11238090.
HSL color Cylindrical-coordinate representation of color #CA7AAB: hue angle of 323.25º 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 #CA7AAB is Cyan = 0, Magento = 0.40, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 122 | 171 | - |
| CMYK | 0 | 0.40 | 0.15 | 0.21 |
| HSL | 323.25º | 0.43% | 0.64% | - |
| HSV(B) | 323.25º | 0.4% | 0.79% | - |
| XYZ | 38.67 | 29.42 | 42.17 | - |
| YUV | 151.51 | 139 | 164.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 122 | 171 | 0 | 0.40 | 0.15 | 0.21 | 323.25 | 0.43 | 0.64 |
| Hex | CA | 7A | AB | 0 | 28 | F | 15 | 143 | 2B | 40 |
| Octal | 312 | 172 | 253 | 0 | 50 | 17 | 25 | 503 | 53 | 100 |
| Binary | 11001010 | 1111010 | 10101011 | 0 | 101000 | 1111 | 10101 | 101000011 | 101011 | 1000000 |
Color Harmonies of #CA7AAB
Complementary color
Monochromatic Colors of #CA7AAB
Black with #CA7AAB
Text Example
Text Example
White with #CA7AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7AAB; }
p { color: rgb(202,122,171); }
H1.HeaderClassName
{
color: #CA7AAB;
}
.AnyTagClassName
{
color: #CA7AAB;
}
</style>
background-color css
<style>
a { background-color: #CA7AAB; }
a { background-color: rgb(202,122,171); }
div.DivClassName
{
background-color: #CA7AAB;
}
.BgClassName
{
background-color: #CA7AAB;
}
</style>
border-color css
<style>
span { border-color: #CA7AAB; }
span { border-color: rgb(202,122,171); }
td.TdClassName
{
border-color: #CA7AAB;
}
.TagClassName
{
border-color: #CA7AAB;
}
</style>