Shades of Hopbush #CA60A1
Tints of Hopbush #CA60A1
RGB
CMYK
RGB Variations
Color information
#CA60A1 (or 0xCA60A1) is known color: Hopbush. HEX triplet: CA, 60 and A1. RGB value is (202,96,161). Sum of RGB (Red+Green+Blue) = 202+96+161=459 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.01% from 459); Green value is 96 (37.89% from 255 or 20.92% from 459); Blue value is 161 (63.28% from 255 or 35.08% from 459); Max value from RGB is 202 - color contains mainly: red. Hex color #CA60A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA60A1 is #359F5E. Grayscale: #868686. Windows color (decimal): -3514207 or 10576074. OLE color: 10576074.
HSL color Cylindrical-coordinate representation of color #CA60A1: hue angle of 323.21º 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 #CA60A1 is Cyan = 0, Magento = 0.52, Yellow = 0.20 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 96 | 161 | - |
| CMYK | 0 | 0.52 | 0.20 | 0.21 |
| HSL | 323.21º | 0.5% | 0.58% | - |
| HSV(B) | 323.21º | 0.52% | 0.79% | - |
| XYZ | 34.97 | 23.5 | 36.41 | - |
| YUV | 135.1 | 142.62 | 175.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 96 | 161 | 0 | 0.52 | 0.20 | 0.21 | 323.21 | 0.5 | 0.58 |
| Hex | CA | 60 | A1 | 0 | 34 | 14 | 15 | 143 | 32 | 3A |
| Octal | 312 | 140 | 241 | 0 | 64 | 24 | 25 | 503 | 62 | 72 |
| Binary | 11001010 | 1100000 | 10100001 | 0 | 110100 | 10100 | 10101 | 101000011 | 110010 | 111010 |
Color Harmonies of #CA60A1
Complementary color
Monochromatic Colors of #CA60A1
Black with #CA60A1
Text Example
Text Example
White with #CA60A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA60A1; }
p { color: rgb(202,96,161); }
H1.HeaderClassName
{
color: #CA60A1;
}
.AnyTagClassName
{
color: #CA60A1;
}
</style>
background-color css
<style>
a { background-color: #CA60A1; }
a { background-color: rgb(202,96,161); }
div.DivClassName
{
background-color: #CA60A1;
}
.BgClassName
{
background-color: #CA60A1;
}
</style>
border-color css
<style>
span { border-color: #CA60A1; }
span { border-color: rgb(202,96,161); }
td.TdClassName
{
border-color: #CA60A1;
}
.TagClassName
{
border-color: #CA60A1;
}
</style>