Shades of Hopbush #CA61A9
Tints of Hopbush #CA61A9
RGB
CMYK
RGB Variations
Color information
#CA61A9 (or 0xCA61A9) is known color: Hopbush. HEX triplet: CA, 61 and A9. RGB value is (202,97,169). Sum of RGB (Red+Green+Blue) = 202+97+169=468 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.16% from 468); Green value is 97 (38.28% from 255 or 20.73% from 468); Blue value is 169 (66.41% from 255 or 36.11% from 468); Max value from RGB is 202 - color contains mainly: red. Hex color #CA61A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA61A9 is #359E56. Grayscale: #888888. Windows color (decimal): -3513943 or 11100618. OLE color: 11100618.
HSL color Cylindrical-coordinate representation of color #CA61A9: hue angle of 318.86º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CA61A9 is Cyan = 0, Magento = 0.52, Yellow = 0.16 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 97 | 169 | - |
| CMYK | 0 | 0.52 | 0.16 | 0.21 |
| HSL | 318.86º | 0.5% | 0.59% | - |
| HSV(B) | 318.86º | 0.52% | 0.79% | - |
| XYZ | 35.79 | 23.97 | 40.28 | - |
| YUV | 136.6 | 146.29 | 174.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 97 | 169 | 0 | 0.52 | 0.16 | 0.21 | 318.86 | 0.5 | 0.59 |
| Hex | CA | 61 | A9 | 0 | 34 | 10 | 15 | 13F | 32 | 3B |
| Octal | 312 | 141 | 251 | 0 | 64 | 20 | 25 | 477 | 62 | 73 |
| Binary | 11001010 | 1100001 | 10101001 | 0 | 110100 | 10000 | 10101 | 100111111 | 110010 | 111011 |
Color Harmonies of #CA61A9
Complementary color
Monochromatic Colors of #CA61A9
Black with #CA61A9
Text Example
Text Example
White with #CA61A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA61A9; }
p { color: rgb(202,97,169); }
H1.HeaderClassName
{
color: #CA61A9;
}
.AnyTagClassName
{
color: #CA61A9;
}
</style>
background-color css
<style>
a { background-color: #CA61A9; }
a { background-color: rgb(202,97,169); }
div.DivClassName
{
background-color: #CA61A9;
}
.BgClassName
{
background-color: #CA61A9;
}
</style>
border-color css
<style>
span { border-color: #CA61A9; }
span { border-color: rgb(202,97,169); }
td.TdClassName
{
border-color: #CA61A9;
}
.TagClassName
{
border-color: #CA61A9;
}
</style>