Shades of Hopbush #CA70A0
Tints of Hopbush #CA70A0
RGB
CMYK
RGB Variations
Color information
#CA70A0 (or 0xCA70A0) is known color: Hopbush. HEX triplet: CA, 70 and A0. RGB value is (202,112,160). Sum of RGB (Red+Green+Blue) = 202+112+160=474 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.62% from 474); Green value is 112 (44.14% from 255 or 23.63% from 474); Blue value is 160 (62.89% from 255 or 33.76% from 474); Max value from RGB is 202 - color contains mainly: red. Hex color #CA70A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA70A0 is #358F5F. Grayscale: #909090. Windows color (decimal): -3510112 or 10514634. OLE color: 10514634.
HSL color Cylindrical-coordinate representation of color #CA70A0: hue angle of 328º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CA70A0 is Cyan = 0, Magento = 0.45, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 112 | 160 | - |
| CMYK | 0 | 0.45 | 0.21 | 0.21 |
| HSL | 328º | 0.46% | 0.62% | - |
| HSV(B) | 328º | 0.45% | 0.79% | - |
| XYZ | 36.5 | 26.68 | 36.48 | - |
| YUV | 144.38 | 136.82 | 169.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 112 | 160 | 0 | 0.45 | 0.21 | 0.21 | 328 | 0.46 | 0.62 |
| Hex | CA | 70 | A0 | 0 | 2D | 15 | 15 | 148 | 2E | 3E |
| Octal | 312 | 160 | 240 | 0 | 55 | 25 | 25 | 510 | 56 | 76 |
| Binary | 11001010 | 1110000 | 10100000 | 0 | 101101 | 10101 | 10101 | 101001000 | 101110 | 111110 |
Color Harmonies of #CA70A0
Complementary color
Monochromatic Colors of #CA70A0
Black with #CA70A0
Text Example
Text Example
White with #CA70A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA70A0; }
p { color: rgb(202,112,160); }
H1.HeaderClassName
{
color: #CA70A0;
}
.AnyTagClassName
{
color: #CA70A0;
}
</style>
background-color css
<style>
a { background-color: #CA70A0; }
a { background-color: rgb(202,112,160); }
div.DivClassName
{
background-color: #CA70A0;
}
.BgClassName
{
background-color: #CA70A0;
}
</style>
border-color css
<style>
span { border-color: #CA70A0; }
span { border-color: rgb(202,112,160); }
td.TdClassName
{
border-color: #CA70A0;
}
.TagClassName
{
border-color: #CA70A0;
}
</style>