Shades of Hopbush #CA7EA5
Tints of Hopbush #CA7EA5
RGB
CMYK
RGB Variations
Color information
#CA7EA5 (or 0xCA7EA5) is known color: Hopbush. HEX triplet: CA, 7E and A5. RGB value is (202,126,165). Sum of RGB (Red+Green+Blue) = 202+126+165=493 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.97% from 493); Green value is 126 (49.61% from 255 or 25.56% from 493); Blue value is 165 (64.84% from 255 or 33.47% from 493); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7EA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7EA5 is #35815A. Grayscale: #999999. Windows color (decimal): -3506523 or 10845898. OLE color: 10845898.
HSL color Cylindrical-coordinate representation of color #CA7EA5: hue angle of 329.21º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CA7EA5 is Cyan = 0, Magento = 0.38, Yellow = 0.18 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 126 | 165 | - |
| CMYK | 0 | 0.38 | 0.18 | 0.21 |
| HSL | 329.21º | 0.42% | 0.64% | - |
| HSV(B) | 329.21º | 0.38% | 0.79% | - |
| XYZ | 38.61 | 30.19 | 39.39 | - |
| YUV | 153.17 | 134.68 | 162.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 126 | 165 | 0 | 0.38 | 0.18 | 0.21 | 329.21 | 0.42 | 0.64 |
| Hex | CA | 7E | A5 | 0 | 26 | 12 | 15 | 149 | 2A | 40 |
| Octal | 312 | 176 | 245 | 0 | 46 | 22 | 25 | 511 | 52 | 100 |
| Binary | 11001010 | 1111110 | 10100101 | 0 | 100110 | 10010 | 10101 | 101001001 | 101010 | 1000000 |
Color Harmonies of #CA7EA5
Complementary color
Monochromatic Colors of #CA7EA5
Black with #CA7EA5
Text Example
Text Example
White with #CA7EA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7EA5; }
p { color: rgb(202,126,165); }
H1.HeaderClassName
{
color: #CA7EA5;
}
.AnyTagClassName
{
color: #CA7EA5;
}
</style>
background-color css
<style>
a { background-color: #CA7EA5; }
a { background-color: rgb(202,126,165); }
div.DivClassName
{
background-color: #CA7EA5;
}
.BgClassName
{
background-color: #CA7EA5;
}
</style>
border-color css
<style>
span { border-color: #CA7EA5; }
span { border-color: rgb(202,126,165); }
td.TdClassName
{
border-color: #CA7EA5;
}
.TagClassName
{
border-color: #CA7EA5;
}
</style>