Shades of Hopbush #CA63A9
Tints of Hopbush #CA63A9
RGB
CMYK
RGB Variations
Color information
#CA63A9 (or 0xCA63A9) is known color: Hopbush. HEX triplet: CA, 63 and A9. RGB value is (202,99,169). Sum of RGB (Red+Green+Blue) = 202+99+169=470 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.98% from 470); Green value is 99 (39.06% from 255 or 21.06% from 470); Blue value is 169 (66.41% from 255 or 35.96% from 470); Max value from RGB is 202 - color contains mainly: red. Hex color #CA63A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA63A9 is #359C56. Grayscale: #898989. Windows color (decimal): -3513431 or 11101130. OLE color: 11101130.
HSL color Cylindrical-coordinate representation of color #CA63A9: hue angle of 319.22º degrees, saturation: 0.49, 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 #CA63A9 is Cyan = 0, Magento = 0.51, Yellow = 0.16 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 99 | 169 | - |
| CMYK | 0 | 0.51 | 0.16 | 0.21 |
| HSL | 319.22º | 0.49% | 0.59% | - |
| HSV(B) | 319.22º | 0.51% | 0.79% | - |
| XYZ | 35.98 | 24.34 | 40.34 | - |
| YUV | 137.78 | 145.62 | 173.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 99 | 169 | 0 | 0.51 | 0.16 | 0.21 | 319.22 | 0.49 | 0.59 |
| Hex | CA | 63 | A9 | 0 | 33 | 10 | 15 | 13F | 31 | 3B |
| Octal | 312 | 143 | 251 | 0 | 63 | 20 | 25 | 477 | 61 | 73 |
| Binary | 11001010 | 1100011 | 10101001 | 0 | 110011 | 10000 | 10101 | 100111111 | 110001 | 111011 |
Color Harmonies of #CA63A9
Complementary color
Monochromatic Colors of #CA63A9
Black with #CA63A9
Text Example
Text Example
White with #CA63A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA63A9; }
p { color: rgb(202,99,169); }
H1.HeaderClassName
{
color: #CA63A9;
}
.AnyTagClassName
{
color: #CA63A9;
}
</style>
background-color css
<style>
a { background-color: #CA63A9; }
a { background-color: rgb(202,99,169); }
div.DivClassName
{
background-color: #CA63A9;
}
.BgClassName
{
background-color: #CA63A9;
}
</style>
border-color css
<style>
span { border-color: #CA63A9; }
span { border-color: rgb(202,99,169); }
td.TdClassName
{
border-color: #CA63A9;
}
.TagClassName
{
border-color: #CA63A9;
}
</style>