Shades of Hopbush #CA6590
Tints of Hopbush #CA6590
RGB
CMYK
RGB Variations
Color information
#CA6590 (or 0xCA6590) is known color: Hopbush. HEX triplet: CA, 65 and 90. RGB value is (202,101,144). Sum of RGB (Red+Green+Blue) = 202+101+144=447 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.19% from 447); Green value is 101 (39.84% from 255 or 22.60% from 447); Blue value is 144 (56.64% from 255 or 32.21% from 447); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6590 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA6590 is #359A6F. Grayscale: #888888. Windows color (decimal): -3512944 or 9463242. OLE color: 9463242.
HSL color Cylindrical-coordinate representation of color #CA6590: hue angle of 334.46º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CA6590 is Cyan = 0, Magento = 0.50, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 101 | 144 | - |
| CMYK | 0 | 0.50 | 0.29 | 0.21 |
| HSL | 334.46º | 0.49% | 0.59% | - |
| HSV(B) | 334.46º | 0.5% | 0.79% | - |
| XYZ | 34.04 | 23.88 | 29.2 | - |
| YUV | 136.1 | 132.46 | 175 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 101 | 144 | 0 | 0.50 | 0.29 | 0.21 | 334.46 | 0.49 | 0.59 |
| Hex | CA | 65 | 90 | 0 | 32 | 1D | 15 | 14E | 31 | 3B |
| Octal | 312 | 145 | 220 | 0 | 62 | 35 | 25 | 516 | 61 | 73 |
| Binary | 11001010 | 1100101 | 10010000 | 0 | 110010 | 11101 | 10101 | 101001110 | 110001 | 111011 |
Color Harmonies of #CA6590
Complementary color
Monochromatic Colors of #CA6590
Black with #CA6590
Text Example
Text Example
White with #CA6590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6590; }
p { color: rgb(202,101,144); }
H1.HeaderClassName
{
color: #CA6590;
}
.AnyTagClassName
{
color: #CA6590;
}
</style>
background-color css
<style>
a { background-color: #CA6590; }
a { background-color: rgb(202,101,144); }
div.DivClassName
{
background-color: #CA6590;
}
.BgClassName
{
background-color: #CA6590;
}
</style>
border-color css
<style>
span { border-color: #CA6590; }
span { border-color: rgb(202,101,144); }
td.TdClassName
{
border-color: #CA6590;
}
.TagClassName
{
border-color: #CA6590;
}
</style>