Shades of Hopbush #CA718F
Tints of Hopbush #CA718F
RGB
CMYK
RGB Variations
Color information
#CA718F (or 0xCA718F) is known color: Hopbush. HEX triplet: CA, 71 and 8F. RGB value is (202,113,143). Sum of RGB (Red+Green+Blue) = 202+113+143=458 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.10% from 458); Green value is 113 (44.53% from 255 or 24.67% from 458); Blue value is 143 (56.25% from 255 or 31.22% from 458); Max value from RGB is 202 - color contains mainly: red. Hex color #CA718F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA718F is #358E70. Grayscale: #8F8F8F. Windows color (decimal): -3509873 or 9400778. OLE color: 9400778.
HSL color Cylindrical-coordinate representation of color #CA718F: hue angle of 339.78º 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 #CA718F is Cyan = 0, Magento = 0.44, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 113 | 143 | - |
| CMYK | 0 | 0.44 | 0.29 | 0.21 |
| HSL | 339.78º | 0.46% | 0.62% | - |
| HSV(B) | 339.78º | 0.44% | 0.79% | - |
| XYZ | 35.22 | 26.35 | 29.22 | - |
| YUV | 143.03 | 127.99 | 170.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 113 | 143 | 0 | 0.44 | 0.29 | 0.21 | 339.78 | 0.46 | 0.62 |
| Hex | CA | 71 | 8F | 0 | 2C | 1D | 15 | 154 | 2E | 3E |
| Octal | 312 | 161 | 217 | 0 | 54 | 35 | 25 | 524 | 56 | 76 |
| Binary | 11001010 | 1110001 | 10001111 | 0 | 101100 | 11101 | 10101 | 101010100 | 101110 | 111110 |
Color Harmonies of #CA718F
Complementary color
Monochromatic Colors of #CA718F
Black with #CA718F
Text Example
Text Example
White with #CA718F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA718F; }
p { color: rgb(202,113,143); }
H1.HeaderClassName
{
color: #CA718F;
}
.AnyTagClassName
{
color: #CA718F;
}
</style>
background-color css
<style>
a { background-color: #CA718F; }
a { background-color: rgb(202,113,143); }
div.DivClassName
{
background-color: #CA718F;
}
.BgClassName
{
background-color: #CA718F;
}
</style>
border-color css
<style>
span { border-color: #CA718F; }
span { border-color: rgb(202,113,143); }
td.TdClassName
{
border-color: #CA718F;
}
.TagClassName
{
border-color: #CA718F;
}
</style>