Shades of Hopbush #CA7798
Tints of Hopbush #CA7798
RGB
CMYK
RGB Variations
Color information
#CA7798 (or 0xCA7798) is known color: Hopbush. HEX triplet: CA, 77 and 98. RGB value is (202,119,152). Sum of RGB (Red+Green+Blue) = 202+119+152=473 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.71% from 473); Green value is 119 (46.88% from 255 or 25.16% from 473); Blue value is 152 (59.77% from 255 or 32.14% from 473); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7798 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7798 is #358867. Grayscale: #939393. Windows color (decimal): -3508328 or 9992138. OLE color: 9992138.
HSL color Cylindrical-coordinate representation of color #CA7798: hue angle of 336.14º 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 #CA7798 is Cyan = 0, Magento = 0.41, Yellow = 0.25 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 119 | 152 | - |
| CMYK | 0 | 0.41 | 0.25 | 0.21 |
| HSL | 336.14º | 0.44% | 0.63% | - |
| HSV(B) | 336.14º | 0.41% | 0.79% | - |
| XYZ | 36.62 | 28.02 | 33.18 | - |
| YUV | 147.58 | 130.5 | 166.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 119 | 152 | 0 | 0.41 | 0.25 | 0.21 | 336.14 | 0.44 | 0.63 |
| Hex | CA | 77 | 98 | 0 | 29 | 19 | 15 | 150 | 2C | 3F |
| Octal | 312 | 167 | 230 | 0 | 51 | 31 | 25 | 520 | 54 | 77 |
| Binary | 11001010 | 1110111 | 10011000 | 0 | 101001 | 11001 | 10101 | 101010000 | 101100 | 111111 |
Color Harmonies of #CA7798
Complementary color
Monochromatic Colors of #CA7798
Black with #CA7798
Text Example
Text Example
White with #CA7798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7798; }
p { color: rgb(202,119,152); }
H1.HeaderClassName
{
color: #CA7798;
}
.AnyTagClassName
{
color: #CA7798;
}
</style>
background-color css
<style>
a { background-color: #CA7798; }
a { background-color: rgb(202,119,152); }
div.DivClassName
{
background-color: #CA7798;
}
.BgClassName
{
background-color: #CA7798;
}
</style>
border-color css
<style>
span { border-color: #CA7798; }
span { border-color: rgb(202,119,152); }
td.TdClassName
{
border-color: #CA7798;
}
.TagClassName
{
border-color: #CA7798;
}
</style>