Shades of Hopbush #CA7794
Tints of Hopbush #CA7794
RGB
CMYK
RGB Variations
Color information
#CA7794 (or 0xCA7794) is known color: Hopbush. HEX triplet: CA, 77 and 94. RGB value is (202,119,148). Sum of RGB (Red+Green+Blue) = 202+119+148=469 (62% of max value = 765). Red value is 202 (79.30% from 255 or 43.07% from 469); Green value is 119 (46.88% from 255 or 25.37% from 469); Blue value is 148 (58.20% from 255 or 31.56% from 469); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7794 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7794 is #35886B. Grayscale: #939393. Windows color (decimal): -3508332 or 9729994. OLE color: 9729994.
HSL color Cylindrical-coordinate representation of color #CA7794: hue angle of 339.04º 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 #CA7794 is Cyan = 0, Magento = 0.41, Yellow = 0.27 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 119 | 148 | - |
| CMYK | 0 | 0.41 | 0.27 | 0.21 |
| HSL | 339.04º | 0.44% | 0.63% | - |
| HSV(B) | 339.04º | 0.41% | 0.79% | - |
| XYZ | 36.3 | 27.89 | 31.49 | - |
| YUV | 147.12 | 128.5 | 167.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 119 | 148 | 0 | 0.41 | 0.27 | 0.21 | 339.04 | 0.44 | 0.63 |
| Hex | CA | 77 | 94 | 0 | 29 | 1B | 15 | 153 | 2C | 3F |
| Octal | 312 | 167 | 224 | 0 | 51 | 33 | 25 | 523 | 54 | 77 |
| Binary | 11001010 | 1110111 | 10010100 | 0 | 101001 | 11011 | 10101 | 101010011 | 101100 | 111111 |
Color Harmonies of #CA7794
Complementary color
Monochromatic Colors of #CA7794
Black with #CA7794
Text Example
Text Example
White with #CA7794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7794; }
p { color: rgb(202,119,148); }
H1.HeaderClassName
{
color: #CA7794;
}
.AnyTagClassName
{
color: #CA7794;
}
</style>
background-color css
<style>
a { background-color: #CA7794; }
a { background-color: rgb(202,119,148); }
div.DivClassName
{
background-color: #CA7794;
}
.BgClassName
{
background-color: #CA7794;
}
</style>
border-color css
<style>
span { border-color: #CA7794; }
span { border-color: rgb(202,119,148); }
td.TdClassName
{
border-color: #CA7794;
}
.TagClassName
{
border-color: #CA7794;
}
</style>