Shades of Hopbush #CA7192
Tints of Hopbush #CA7192
RGB
CMYK
RGB Variations
Color information
#CA7192 (or 0xCA7192) is known color: Hopbush. HEX triplet: CA, 71 and 92. RGB value is (202,113,146). Sum of RGB (Red+Green+Blue) = 202+113+146=461 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.82% from 461); Green value is 113 (44.53% from 255 or 24.51% from 461); Blue value is 146 (57.42% from 255 or 31.67% from 461); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7192 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7192 is #358E6D. Grayscale: #8F8F8F. Windows color (decimal): -3509870 or 9597386. OLE color: 9597386.
HSL color Cylindrical-coordinate representation of color #CA7192: hue angle of 337.75º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CA7192 is Cyan = 0, Magento = 0.44, Yellow = 0.28 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 113 | 146 | - |
| CMYK | 0 | 0.44 | 0.28 | 0.21 |
| HSL | 337.75º | 0.46% | 0.62% | - |
| HSV(B) | 337.75º | 0.44% | 0.79% | - |
| XYZ | 35.45 | 26.44 | 30.43 | - |
| YUV | 143.37 | 129.49 | 169.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 113 | 146 | 0 | 0.44 | 0.28 | 0.21 | 337.75 | 0.46 | 0.62 |
| Hex | CA | 71 | 92 | 0 | 2C | 1C | 15 | 152 | 2E | 3E |
| Octal | 312 | 161 | 222 | 0 | 54 | 34 | 25 | 522 | 56 | 76 |
| Binary | 11001010 | 1110001 | 10010010 | 0 | 101100 | 11100 | 10101 | 101010010 | 101110 | 111110 |
Color Harmonies of #CA7192
Complementary color
Monochromatic Colors of #CA7192
Black with #CA7192
Text Example
Text Example
White with #CA7192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7192; }
p { color: rgb(202,113,146); }
H1.HeaderClassName
{
color: #CA7192;
}
.AnyTagClassName
{
color: #CA7192;
}
</style>
background-color css
<style>
a { background-color: #CA7192; }
a { background-color: rgb(202,113,146); }
div.DivClassName
{
background-color: #CA7192;
}
.BgClassName
{
background-color: #CA7192;
}
</style>
border-color css
<style>
span { border-color: #CA7192; }
span { border-color: rgb(202,113,146); }
td.TdClassName
{
border-color: #CA7192;
}
.TagClassName
{
border-color: #CA7192;
}
</style>