Shades of Hopbush #CA7CA0
Tints of Hopbush #CA7CA0
RGB
CMYK
RGB Variations
Color information
#CA7CA0 (or 0xCA7CA0) is known color: Hopbush. HEX triplet: CA, 7C and A0. RGB value is (202,124,160). Sum of RGB (Red+Green+Blue) = 202+124+160=486 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.56% from 486); Green value is 124 (48.83% from 255 or 25.51% from 486); Blue value is 160 (62.89% from 255 or 32.92% from 486); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7CA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7CA0 is #35835F. Grayscale: #979797. Windows color (decimal): -3507040 or 10517706. OLE color: 10517706.
HSL color Cylindrical-coordinate representation of color #CA7CA0: hue angle of 332.31º degrees, saturation: 0.42, 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 #CA7CA0 is Cyan = 0, Magento = 0.39, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 124 | 160 | - |
| CMYK | 0 | 0.39 | 0.21 | 0.21 |
| HSL | 332.31º | 0.42% | 0.64% | - |
| HSV(B) | 332.31º | 0.39% | 0.79% | - |
| XYZ | 37.91 | 29.51 | 36.96 | - |
| YUV | 151.43 | 132.84 | 164.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 124 | 160 | 0 | 0.39 | 0.21 | 0.21 | 332.31 | 0.42 | 0.64 |
| Hex | CA | 7C | A0 | 0 | 27 | 15 | 15 | 14C | 2A | 40 |
| Octal | 312 | 174 | 240 | 0 | 47 | 25 | 25 | 514 | 52 | 100 |
| Binary | 11001010 | 1111100 | 10100000 | 0 | 100111 | 10101 | 10101 | 101001100 | 101010 | 1000000 |
Color Harmonies of #CA7CA0
Complementary color
Monochromatic Colors of #CA7CA0
Black with #CA7CA0
Text Example
Text Example
White with #CA7CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7CA0; }
p { color: rgb(202,124,160); }
H1.HeaderClassName
{
color: #CA7CA0;
}
.AnyTagClassName
{
color: #CA7CA0;
}
</style>
background-color css
<style>
a { background-color: #CA7CA0; }
a { background-color: rgb(202,124,160); }
div.DivClassName
{
background-color: #CA7CA0;
}
.BgClassName
{
background-color: #CA7CA0;
}
</style>
border-color css
<style>
span { border-color: #CA7CA0; }
span { border-color: rgb(202,124,160); }
td.TdClassName
{
border-color: #CA7CA0;
}
.TagClassName
{
border-color: #CA7CA0;
}
</style>