Shades of Hopbush #CA7BA1
Tints of Hopbush #CA7BA1
RGB
CMYK
RGB Variations
Color information
#CA7BA1 (or 0xCA7BA1) is known color: Hopbush. HEX triplet: CA, 7B and A1. RGB value is (202,123,161). Sum of RGB (Red+Green+Blue) = 202+123+161=486 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.56% from 486); Green value is 123 (48.44% from 255 or 25.31% from 486); Blue value is 161 (63.28% from 255 or 33.13% from 486); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7BA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7BA1 is #35845E. Grayscale: #969696. Windows color (decimal): -3507295 or 10582986. OLE color: 10582986.
HSL color Cylindrical-coordinate representation of color #CA7BA1: hue angle of 331.14º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CA7BA1 is Cyan = 0, Magento = 0.39, Yellow = 0.20 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 123 | 161 | - |
| CMYK | 0 | 0.39 | 0.20 | 0.21 |
| HSL | 331.14º | 0.43% | 0.64% | - |
| HSV(B) | 331.14º | 0.39% | 0.79% | - |
| XYZ | 37.87 | 29.3 | 37.38 | - |
| YUV | 150.95 | 133.67 | 164.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 123 | 161 | 0 | 0.39 | 0.20 | 0.21 | 331.14 | 0.43 | 0.64 |
| Hex | CA | 7B | A1 | 0 | 27 | 14 | 15 | 14B | 2B | 40 |
| Octal | 312 | 173 | 241 | 0 | 47 | 24 | 25 | 513 | 53 | 100 |
| Binary | 11001010 | 1111011 | 10100001 | 0 | 100111 | 10100 | 10101 | 101001011 | 101011 | 1000000 |
Color Harmonies of #CA7BA1
Complementary color
Monochromatic Colors of #CA7BA1
Black with #CA7BA1
Text Example
Text Example
White with #CA7BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7BA1; }
p { color: rgb(202,123,161); }
H1.HeaderClassName
{
color: #CA7BA1;
}
.AnyTagClassName
{
color: #CA7BA1;
}
</style>
background-color css
<style>
a { background-color: #CA7BA1; }
a { background-color: rgb(202,123,161); }
div.DivClassName
{
background-color: #CA7BA1;
}
.BgClassName
{
background-color: #CA7BA1;
}
</style>
border-color css
<style>
span { border-color: #CA7BA1; }
span { border-color: rgb(202,123,161); }
td.TdClassName
{
border-color: #CA7BA1;
}
.TagClassName
{
border-color: #CA7BA1;
}
</style>