Shades of Hopbush #CA6586
Tints of Hopbush #CA6586
RGB
CMYK
RGB Variations
Color information
#CA6586 (or 0xCA6586) is known color: Hopbush. HEX triplet: CA, 65 and 86. RGB value is (202,101,134). Sum of RGB (Red+Green+Blue) = 202+101+134=437 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.22% from 437); Green value is 101 (39.84% from 255 or 23.11% from 437); Blue value is 134 (52.73% from 255 or 30.66% from 437); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6586 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA6586 is #359A79. Grayscale: #868686. Windows color (decimal): -3512954 or 8807882. OLE color: 8807882.
HSL color Cylindrical-coordinate representation of color #CA6586: hue angle of 340.4º 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 #CA6586 is Cyan = 0, Magento = 0.50, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 101 | 134 | - |
| CMYK | 0 | 0.50 | 0.34 | 0.21 |
| HSL | 340.4º | 0.49% | 0.59% | - |
| HSV(B) | 340.4º | 0.5% | 0.79% | - |
| XYZ | 33.31 | 23.59 | 25.35 | - |
| YUV | 134.96 | 127.46 | 175.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 101 | 134 | 0 | 0.50 | 0.34 | 0.21 | 340.4 | 0.49 | 0.59 |
| Hex | CA | 65 | 86 | 0 | 32 | 22 | 15 | 154 | 31 | 3B |
| Octal | 312 | 145 | 206 | 0 | 62 | 42 | 25 | 524 | 61 | 73 |
| Binary | 11001010 | 1100101 | 10000110 | 0 | 110010 | 100010 | 10101 | 101010100 | 110001 | 111011 |
Color Harmonies of #CA6586
Complementary color
Monochromatic Colors of #CA6586
Black with #CA6586
Text Example
Text Example
White with #CA6586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6586; }
p { color: rgb(202,101,134); }
H1.HeaderClassName
{
color: #CA6586;
}
.AnyTagClassName
{
color: #CA6586;
}
</style>
background-color css
<style>
a { background-color: #CA6586; }
a { background-color: rgb(202,101,134); }
div.DivClassName
{
background-color: #CA6586;
}
.BgClassName
{
background-color: #CA6586;
}
</style>
border-color css
<style>
span { border-color: #CA6586; }
span { border-color: rgb(202,101,134); }
td.TdClassName
{
border-color: #CA6586;
}
.TagClassName
{
border-color: #CA6586;
}
</style>