Shades of Hopbush #CA6591
Tints of Hopbush #CA6591
RGB
CMYK
RGB Variations
Color information
#CA6591 (or 0xCA6591) is known color: Hopbush. HEX triplet: CA, 65 and 91. RGB value is (202,101,145). Sum of RGB (Red+Green+Blue) = 202+101+145=448 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.09% from 448); Green value is 101 (39.84% from 255 or 22.54% from 448); Blue value is 145 (57.03% from 255 or 32.37% from 448); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6591 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA6591 is #359A6E. Grayscale: #888888. Windows color (decimal): -3512943 or 9528778. OLE color: 9528778.
HSL color Cylindrical-coordinate representation of color #CA6591: hue angle of 333.86º 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 #CA6591 is Cyan = 0, Magento = 0.50, Yellow = 0.28 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 101 | 145 | - |
| CMYK | 0 | 0.50 | 0.28 | 0.21 |
| HSL | 333.86º | 0.49% | 0.59% | - |
| HSV(B) | 333.86º | 0.5% | 0.79% | - |
| XYZ | 34.12 | 23.91 | 29.6 | - |
| YUV | 136.22 | 132.96 | 174.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 101 | 145 | 0 | 0.50 | 0.28 | 0.21 | 333.86 | 0.49 | 0.59 |
| Hex | CA | 65 | 91 | 0 | 32 | 1C | 15 | 14E | 31 | 3B |
| Octal | 312 | 145 | 221 | 0 | 62 | 34 | 25 | 516 | 61 | 73 |
| Binary | 11001010 | 1100101 | 10010001 | 0 | 110010 | 11100 | 10101 | 101001110 | 110001 | 111011 |
Color Harmonies of #CA6591
Complementary color
Monochromatic Colors of #CA6591
Black with #CA6591
Text Example
Text Example
White with #CA6591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6591; }
p { color: rgb(202,101,145); }
H1.HeaderClassName
{
color: #CA6591;
}
.AnyTagClassName
{
color: #CA6591;
}
</style>
background-color css
<style>
a { background-color: #CA6591; }
a { background-color: rgb(202,101,145); }
div.DivClassName
{
background-color: #CA6591;
}
.BgClassName
{
background-color: #CA6591;
}
</style>
border-color css
<style>
span { border-color: #CA6591; }
span { border-color: rgb(202,101,145); }
td.TdClassName
{
border-color: #CA6591;
}
.TagClassName
{
border-color: #CA6591;
}
</style>