Shades of Hopbush #CA719B
Tints of Hopbush #CA719B
RGB
CMYK
RGB Variations
Color information
#CA719B (or 0xCA719B) is known color: Hopbush. HEX triplet: CA, 71 and 9B. RGB value is (202,113,155). Sum of RGB (Red+Green+Blue) = 202+113+155=470 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.98% from 470); Green value is 113 (44.53% from 255 or 24.04% from 470); Blue value is 155 (60.94% from 255 or 32.98% from 470); Max value from RGB is 202 - color contains mainly: red. Hex color #CA719B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA719B is #358E64. Grayscale: #909090. Windows color (decimal): -3509861 or 10187210. OLE color: 10187210.
HSL color Cylindrical-coordinate representation of color #CA719B: hue angle of 331.69º 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 #CA719B is Cyan = 0, Magento = 0.44, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 113 | 155 | - |
| CMYK | 0 | 0.44 | 0.23 | 0.21 |
| HSL | 331.69º | 0.46% | 0.62% | - |
| HSV(B) | 331.69º | 0.44% | 0.79% | - |
| XYZ | 36.18 | 26.73 | 34.26 | - |
| YUV | 144.4 | 133.99 | 169.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 113 | 155 | 0 | 0.44 | 0.23 | 0.21 | 331.69 | 0.46 | 0.62 |
| Hex | CA | 71 | 9B | 0 | 2C | 17 | 15 | 14C | 2E | 3E |
| Octal | 312 | 161 | 233 | 0 | 54 | 27 | 25 | 514 | 56 | 76 |
| Binary | 11001010 | 1110001 | 10011011 | 0 | 101100 | 10111 | 10101 | 101001100 | 101110 | 111110 |
Color Harmonies of #CA719B
Complementary color
Monochromatic Colors of #CA719B
Black with #CA719B
Text Example
Text Example
White with #CA719B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA719B; }
p { color: rgb(202,113,155); }
H1.HeaderClassName
{
color: #CA719B;
}
.AnyTagClassName
{
color: #CA719B;
}
</style>
background-color css
<style>
a { background-color: #CA719B; }
a { background-color: rgb(202,113,155); }
div.DivClassName
{
background-color: #CA719B;
}
.BgClassName
{
background-color: #CA719B;
}
</style>
border-color css
<style>
span { border-color: #CA719B; }
span { border-color: rgb(202,113,155); }
td.TdClassName
{
border-color: #CA719B;
}
.TagClassName
{
border-color: #CA719B;
}
</style>