Shades of Hopbush #CA719C
Tints of Hopbush #CA719C
RGB
CMYK
RGB Variations
Color information
#CA719C (or 0xCA719C) is known color: Hopbush. HEX triplet: CA, 71 and 9C. RGB value is (202,113,156). Sum of RGB (Red+Green+Blue) = 202+113+156=471 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.89% from 471); Green value is 113 (44.53% from 255 or 23.99% from 471); Blue value is 156 (61.33% from 255 or 33.12% from 471); Max value from RGB is 202 - color contains mainly: red. Hex color #CA719C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA719C is #358E63. Grayscale: #909090. Windows color (decimal): -3509860 or 10252746. OLE color: 10252746.
HSL color Cylindrical-coordinate representation of color #CA719C: hue angle of 331.01º 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 #CA719C is Cyan = 0, Magento = 0.44, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 113 | 156 | - |
| CMYK | 0 | 0.44 | 0.23 | 0.21 |
| HSL | 331.01º | 0.46% | 0.62% | - |
| HSV(B) | 331.01º | 0.44% | 0.79% | - |
| XYZ | 36.26 | 26.77 | 34.71 | - |
| YUV | 144.51 | 134.49 | 169 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 113 | 156 | 0 | 0.44 | 0.23 | 0.21 | 331.01 | 0.46 | 0.62 |
| Hex | CA | 71 | 9C | 0 | 2C | 17 | 15 | 14B | 2E | 3E |
| Octal | 312 | 161 | 234 | 0 | 54 | 27 | 25 | 513 | 56 | 76 |
| Binary | 11001010 | 1110001 | 10011100 | 0 | 101100 | 10111 | 10101 | 101001011 | 101110 | 111110 |
Color Harmonies of #CA719C
Complementary color
Monochromatic Colors of #CA719C
Black with #CA719C
Text Example
Text Example
White with #CA719C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA719C; }
p { color: rgb(202,113,156); }
H1.HeaderClassName
{
color: #CA719C;
}
.AnyTagClassName
{
color: #CA719C;
}
</style>
background-color css
<style>
a { background-color: #CA719C; }
a { background-color: rgb(202,113,156); }
div.DivClassName
{
background-color: #CA719C;
}
.BgClassName
{
background-color: #CA719C;
}
</style>
border-color css
<style>
span { border-color: #CA719C; }
span { border-color: rgb(202,113,156); }
td.TdClassName
{
border-color: #CA719C;
}
.TagClassName
{
border-color: #CA719C;
}
</style>