Shades of Hopbush #CA60A0
Tints of Hopbush #CA60A0
RGB
CMYK
RGB Variations
Color information
#CA60A0 (or 0xCA60A0) is known color: Hopbush. HEX triplet: CA, 60 and A0. RGB value is (202,96,160). Sum of RGB (Red+Green+Blue) = 202+96+160=458 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.10% from 458); Green value is 96 (37.89% from 255 or 20.96% from 458); Blue value is 160 (62.89% from 255 or 34.93% from 458); Max value from RGB is 202 - color contains mainly: red. Hex color #CA60A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA60A0 is #359F5F. Grayscale: #868686. Windows color (decimal): -3514208 or 10510538. OLE color: 10510538.
HSL color Cylindrical-coordinate representation of color #CA60A0: hue angle of 323.77º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CA60A0 is Cyan = 0, Magento = 0.52, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 96 | 160 | - |
| CMYK | 0 | 0.52 | 0.21 | 0.21 |
| HSL | 323.77º | 0.5% | 0.58% | - |
| HSV(B) | 323.77º | 0.52% | 0.79% | - |
| XYZ | 34.89 | 23.46 | 35.95 | - |
| YUV | 134.99 | 142.12 | 175.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 96 | 160 | 0 | 0.52 | 0.21 | 0.21 | 323.77 | 0.5 | 0.58 |
| Hex | CA | 60 | A0 | 0 | 34 | 15 | 15 | 144 | 32 | 3A |
| Octal | 312 | 140 | 240 | 0 | 64 | 25 | 25 | 504 | 62 | 72 |
| Binary | 11001010 | 1100000 | 10100000 | 0 | 110100 | 10101 | 10101 | 101000100 | 110010 | 111010 |
Color Harmonies of #CA60A0
Complementary color
Monochromatic Colors of #CA60A0
Black with #CA60A0
Text Example
Text Example
White with #CA60A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA60A0; }
p { color: rgb(202,96,160); }
H1.HeaderClassName
{
color: #CA60A0;
}
.AnyTagClassName
{
color: #CA60A0;
}
</style>
background-color css
<style>
a { background-color: #CA60A0; }
a { background-color: rgb(202,96,160); }
div.DivClassName
{
background-color: #CA60A0;
}
.BgClassName
{
background-color: #CA60A0;
}
</style>
border-color css
<style>
span { border-color: #CA60A0; }
span { border-color: rgb(202,96,160); }
td.TdClassName
{
border-color: #CA60A0;
}
.TagClassName
{
border-color: #CA60A0;
}
</style>