Shades of Hopbush #CA759A
Tints of Hopbush #CA759A
RGB
CMYK
RGB Variations
Color information
#CA759A (or 0xCA759A) is known color: Hopbush. HEX triplet: CA, 75 and 9A. RGB value is (202,117,154). Sum of RGB (Red+Green+Blue) = 202+117+154=473 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.71% from 473); Green value is 117 (46.09% from 255 or 24.74% from 473); Blue value is 154 (60.55% from 255 or 32.56% from 473); Max value from RGB is 202 - color contains mainly: red. Hex color #CA759A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA759A is #358A65. Grayscale: #929292. Windows color (decimal): -3508838 or 10122698. OLE color: 10122698.
HSL color Cylindrical-coordinate representation of color #CA759A: hue angle of 333.88º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CA759A is Cyan = 0, Magento = 0.42, Yellow = 0.24 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 117 | 154 | - |
| CMYK | 0 | 0.42 | 0.24 | 0.21 |
| HSL | 333.88º | 0.45% | 0.63% | - |
| HSV(B) | 333.88º | 0.42% | 0.79% | - |
| XYZ | 36.55 | 27.61 | 33.98 | - |
| YUV | 146.63 | 132.16 | 167.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 117 | 154 | 0 | 0.42 | 0.24 | 0.21 | 333.88 | 0.45 | 0.63 |
| Hex | CA | 75 | 9A | 0 | 2A | 18 | 15 | 14E | 2D | 3F |
| Octal | 312 | 165 | 232 | 0 | 52 | 30 | 25 | 516 | 55 | 77 |
| Binary | 11001010 | 1110101 | 10011010 | 0 | 101010 | 11000 | 10101 | 101001110 | 101101 | 111111 |
Color Harmonies of #CA759A
Complementary color
Monochromatic Colors of #CA759A
Black with #CA759A
Text Example
Text Example
White with #CA759A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA759A; }
p { color: rgb(202,117,154); }
H1.HeaderClassName
{
color: #CA759A;
}
.AnyTagClassName
{
color: #CA759A;
}
</style>
background-color css
<style>
a { background-color: #CA759A; }
a { background-color: rgb(202,117,154); }
div.DivClassName
{
background-color: #CA759A;
}
.BgClassName
{
background-color: #CA759A;
}
</style>
border-color css
<style>
span { border-color: #CA759A; }
span { border-color: rgb(202,117,154); }
td.TdClassName
{
border-color: #CA759A;
}
.TagClassName
{
border-color: #CA759A;
}
</style>