Shades of Hopbush #CA6889
Tints of Hopbush #CA6889
RGB
CMYK
RGB Variations
Color information
#CA6889 (or 0xCA6889) is known color: Hopbush. HEX triplet: CA, 68 and 89. RGB value is (202,104,137). Sum of RGB (Red+Green+Blue) = 202+104+137=443 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.60% from 443); Green value is 104 (41.02% from 255 or 23.48% from 443); Blue value is 137 (53.91% from 255 or 30.93% from 443); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6889 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA6889 is #359776. Grayscale: #898989. Windows color (decimal): -3512183 or 9005258. OLE color: 9005258.
HSL color Cylindrical-coordinate representation of color #CA6889: hue angle of 339.8º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CA6889 is Cyan = 0, Magento = 0.49, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 104 | 137 | - |
| CMYK | 0 | 0.49 | 0.32 | 0.21 |
| HSL | 339.8º | 0.48% | 0.6% | - |
| HSV(B) | 339.8º | 0.49% | 0.79% | - |
| XYZ | 33.82 | 24.26 | 26.57 | - |
| YUV | 137.06 | 127.97 | 174.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 104 | 137 | 0 | 0.49 | 0.32 | 0.21 | 339.8 | 0.48 | 0.6 |
| Hex | CA | 68 | 89 | 0 | 31 | 20 | 15 | 154 | 30 | 3C |
| Octal | 312 | 150 | 211 | 0 | 61 | 40 | 25 | 524 | 60 | 74 |
| Binary | 11001010 | 1101000 | 10001001 | 0 | 110001 | 100000 | 10101 | 101010100 | 110000 | 111100 |
Color Harmonies of #CA6889
Complementary color
Monochromatic Colors of #CA6889
Black with #CA6889
Text Example
Text Example
White with #CA6889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6889; }
p { color: rgb(202,104,137); }
H1.HeaderClassName
{
color: #CA6889;
}
.AnyTagClassName
{
color: #CA6889;
}
</style>
background-color css
<style>
a { background-color: #CA6889; }
a { background-color: rgb(202,104,137); }
div.DivClassName
{
background-color: #CA6889;
}
.BgClassName
{
background-color: #CA6889;
}
</style>
border-color css
<style>
span { border-color: #CA6889; }
span { border-color: rgb(202,104,137); }
td.TdClassName
{
border-color: #CA6889;
}
.TagClassName
{
border-color: #CA6889;
}
</style>