Shades of Hopbush #CA6291
Tints of Hopbush #CA6291
RGB
CMYK
RGB Variations
Color information
#CA6291 (or 0xCA6291) is known color: Hopbush. HEX triplet: CA, 62 and 91. RGB value is (202,98,145). Sum of RGB (Red+Green+Blue) = 202+98+145=445 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.39% from 445); Green value is 98 (38.67% from 255 or 22.02% from 445); Blue value is 145 (57.03% from 255 or 32.58% from 445); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6291 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA6291 is #359D6E. Grayscale: #868686. Windows color (decimal): -3513711 or 9528010. OLE color: 9528010.
HSL color Cylindrical-coordinate representation of color #CA6291: hue angle of 332.88º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CA6291 is Cyan = 0, Magento = 0.51, Yellow = 0.28 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 98 | 145 | - |
| CMYK | 0 | 0.51 | 0.28 | 0.21 |
| HSL | 332.88º | 0.5% | 0.59% | - |
| HSV(B) | 332.88º | 0.51% | 0.79% | - |
| XYZ | 33.84 | 23.34 | 29.51 | - |
| YUV | 134.45 | 133.96 | 176.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 98 | 145 | 0 | 0.51 | 0.28 | 0.21 | 332.88 | 0.5 | 0.59 |
| Hex | CA | 62 | 91 | 0 | 33 | 1C | 15 | 14D | 32 | 3B |
| Octal | 312 | 142 | 221 | 0 | 63 | 34 | 25 | 515 | 62 | 73 |
| Binary | 11001010 | 1100010 | 10010001 | 0 | 110011 | 11100 | 10101 | 101001101 | 110010 | 111011 |
Color Harmonies of #CA6291
Complementary color
Monochromatic Colors of #CA6291
Black with #CA6291
Text Example
Text Example
White with #CA6291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6291; }
p { color: rgb(202,98,145); }
H1.HeaderClassName
{
color: #CA6291;
}
.AnyTagClassName
{
color: #CA6291;
}
</style>
background-color css
<style>
a { background-color: #CA6291; }
a { background-color: rgb(202,98,145); }
div.DivClassName
{
background-color: #CA6291;
}
.BgClassName
{
background-color: #CA6291;
}
</style>
border-color css
<style>
span { border-color: #CA6291; }
span { border-color: rgb(202,98,145); }
td.TdClassName
{
border-color: #CA6291;
}
.TagClassName
{
border-color: #CA6291;
}
</style>