Shades of Hopbush #CA7197
Tints of Hopbush #CA7197
RGB
CMYK
RGB Variations
Color information
#CA7197 (or 0xCA7197) is known color: Hopbush. HEX triplet: CA, 71 and 97. RGB value is (202,113,151). Sum of RGB (Red+Green+Blue) = 202+113+151=466 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.35% from 466); Green value is 113 (44.53% from 255 or 24.25% from 466); Blue value is 151 (59.38% from 255 or 32.40% from 466); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7197 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7197 is #358E68. Grayscale: #8F8F8F. Windows color (decimal): -3509865 or 9925066. OLE color: 9925066.
HSL color Cylindrical-coordinate representation of color #CA7197: hue angle of 334.38º 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 #CA7197 is Cyan = 0, Magento = 0.44, Yellow = 0.25 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 113 | 151 | - |
| CMYK | 0 | 0.44 | 0.25 | 0.21 |
| HSL | 334.38º | 0.46% | 0.62% | - |
| HSV(B) | 334.38º | 0.44% | 0.79% | - |
| XYZ | 35.85 | 26.6 | 32.52 | - |
| YUV | 143.94 | 131.99 | 169.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 113 | 151 | 0 | 0.44 | 0.25 | 0.21 | 334.38 | 0.46 | 0.62 |
| Hex | CA | 71 | 97 | 0 | 2C | 19 | 15 | 14E | 2E | 3E |
| Octal | 312 | 161 | 227 | 0 | 54 | 31 | 25 | 516 | 56 | 76 |
| Binary | 11001010 | 1110001 | 10010111 | 0 | 101100 | 11001 | 10101 | 101001110 | 101110 | 111110 |
Color Harmonies of #CA7197
Complementary color
Monochromatic Colors of #CA7197
Black with #CA7197
Text Example
Text Example
White with #CA7197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7197; }
p { color: rgb(202,113,151); }
H1.HeaderClassName
{
color: #CA7197;
}
.AnyTagClassName
{
color: #CA7197;
}
</style>
background-color css
<style>
a { background-color: #CA7197; }
a { background-color: rgb(202,113,151); }
div.DivClassName
{
background-color: #CA7197;
}
.BgClassName
{
background-color: #CA7197;
}
</style>
border-color css
<style>
span { border-color: #CA7197; }
span { border-color: rgb(202,113,151); }
td.TdClassName
{
border-color: #CA7197;
}
.TagClassName
{
border-color: #CA7197;
}
</style>