Shades of Hopbush #CA69A9
Tints of Hopbush #CA69A9
RGB
CMYK
RGB Variations
Color information
#CA69A9 (or 0xCA69A9) is known color: Hopbush. HEX triplet: CA, 69 and A9. RGB value is (202,105,169). Sum of RGB (Red+Green+Blue) = 202+105+169=476 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.44% from 476); Green value is 105 (41.41% from 255 or 22.06% from 476); Blue value is 169 (66.41% from 255 or 35.50% from 476); Max value from RGB is 202 - color contains mainly: red. Hex color #CA69A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA69A9 is #359656. Grayscale: #8D8D8D. Windows color (decimal): -3511895 or 11102666. OLE color: 11102666.
HSL color Cylindrical-coordinate representation of color #CA69A9: hue angle of 320.41º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CA69A9 is Cyan = 0, Magento = 0.48, Yellow = 0.16 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 105 | 169 | - |
| CMYK | 0 | 0.48 | 0.16 | 0.21 |
| HSL | 320.41º | 0.48% | 0.6% | - |
| HSV(B) | 320.41º | 0.48% | 0.79% | - |
| XYZ | 36.57 | 25.52 | 40.54 | - |
| YUV | 141.3 | 143.64 | 171.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 105 | 169 | 0 | 0.48 | 0.16 | 0.21 | 320.41 | 0.48 | 0.6 |
| Hex | CA | 69 | A9 | 0 | 30 | 10 | 15 | 140 | 30 | 3C |
| Octal | 312 | 151 | 251 | 0 | 60 | 20 | 25 | 500 | 60 | 74 |
| Binary | 11001010 | 1101001 | 10101001 | 0 | 110000 | 10000 | 10101 | 101000000 | 110000 | 111100 |
Color Harmonies of #CA69A9
Complementary color
Monochromatic Colors of #CA69A9
Black with #CA69A9
Text Example
Text Example
White with #CA69A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA69A9; }
p { color: rgb(202,105,169); }
H1.HeaderClassName
{
color: #CA69A9;
}
.AnyTagClassName
{
color: #CA69A9;
}
</style>
background-color css
<style>
a { background-color: #CA69A9; }
a { background-color: rgb(202,105,169); }
div.DivClassName
{
background-color: #CA69A9;
}
.BgClassName
{
background-color: #CA69A9;
}
</style>
border-color css
<style>
span { border-color: #CA69A9; }
span { border-color: rgb(202,105,169); }
td.TdClassName
{
border-color: #CA69A9;
}
.TagClassName
{
border-color: #CA69A9;
}
</style>