Shades of Hopbush #CA789A
Tints of Hopbush #CA789A
RGB
CMYK
RGB Variations
Color information
#CA789A (or 0xCA789A) is known color: Hopbush. HEX triplet: CA, 78 and 9A. RGB value is (202,120,154). Sum of RGB (Red+Green+Blue) = 202+120+154=476 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.44% from 476); Green value is 120 (47.27% from 255 or 25.21% from 476); Blue value is 154 (60.55% from 255 or 32.35% from 476); Max value from RGB is 202 - color contains mainly: red. Hex color #CA789A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA789A is #358765. Grayscale: #949494. Windows color (decimal): -3508070 or 10123466. OLE color: 10123466.
HSL color Cylindrical-coordinate representation of color #CA789A: hue angle of 335.12º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CA789A is Cyan = 0, Magento = 0.41, Yellow = 0.24 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 120 | 154 | - |
| CMYK | 0 | 0.41 | 0.24 | 0.21 |
| HSL | 335.12º | 0.44% | 0.63% | - |
| HSV(B) | 335.12º | 0.41% | 0.79% | - |
| XYZ | 36.91 | 28.32 | 34.09 | - |
| YUV | 148.39 | 131.17 | 166.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 120 | 154 | 0 | 0.41 | 0.24 | 0.21 | 335.12 | 0.44 | 0.63 |
| Hex | CA | 78 | 9A | 0 | 29 | 18 | 15 | 14F | 2C | 3F |
| Octal | 312 | 170 | 232 | 0 | 51 | 30 | 25 | 517 | 54 | 77 |
| Binary | 11001010 | 1111000 | 10011010 | 0 | 101001 | 11000 | 10101 | 101001111 | 101100 | 111111 |
Color Harmonies of #CA789A
Complementary color
Monochromatic Colors of #CA789A
Black with #CA789A
Text Example
Text Example
White with #CA789A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA789A; }
p { color: rgb(202,120,154); }
H1.HeaderClassName
{
color: #CA789A;
}
.AnyTagClassName
{
color: #CA789A;
}
</style>
background-color css
<style>
a { background-color: #CA789A; }
a { background-color: rgb(202,120,154); }
div.DivClassName
{
background-color: #CA789A;
}
.BgClassName
{
background-color: #CA789A;
}
</style>
border-color css
<style>
span { border-color: #CA789A; }
span { border-color: rgb(202,120,154); }
td.TdClassName
{
border-color: #CA789A;
}
.TagClassName
{
border-color: #CA789A;
}
</style>