Shades of Hopbush #CA718E
Tints of Hopbush #CA718E
RGB
CMYK
RGB Variations
Color information
#CA718E (or 0xCA718E) is known color: Hopbush. HEX triplet: CA, 71 and 8E. RGB value is (202,113,142). Sum of RGB (Red+Green+Blue) = 202+113+142=457 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.20% from 457); Green value is 113 (44.53% from 255 or 24.73% from 457); Blue value is 142 (55.86% from 255 or 31.07% from 457); Max value from RGB is 202 - color contains mainly: red. Hex color #CA718E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA718E is #358E71. Grayscale: #8E8E8E. Windows color (decimal): -3509874 or 9335242. OLE color: 9335242.
HSL color Cylindrical-coordinate representation of color #CA718E: hue angle of 340.45º 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 #CA718E is Cyan = 0, Magento = 0.44, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 113 | 142 | - |
| CMYK | 0 | 0.44 | 0.30 | 0.21 |
| HSL | 340.45º | 0.46% | 0.62% | - |
| HSV(B) | 340.45º | 0.44% | 0.79% | - |
| XYZ | 35.14 | 26.32 | 28.82 | - |
| YUV | 142.92 | 127.49 | 170.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 113 | 142 | 0 | 0.44 | 0.30 | 0.21 | 340.45 | 0.46 | 0.62 |
| Hex | CA | 71 | 8E | 0 | 2C | 1E | 15 | 154 | 2E | 3E |
| Octal | 312 | 161 | 216 | 0 | 54 | 36 | 25 | 524 | 56 | 76 |
| Binary | 11001010 | 1110001 | 10001110 | 0 | 101100 | 11110 | 10101 | 101010100 | 101110 | 111110 |
Color Harmonies of #CA718E
Complementary color
Monochromatic Colors of #CA718E
Black with #CA718E
Text Example
Text Example
White with #CA718E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA718E; }
p { color: rgb(202,113,142); }
H1.HeaderClassName
{
color: #CA718E;
}
.AnyTagClassName
{
color: #CA718E;
}
</style>
background-color css
<style>
a { background-color: #CA718E; }
a { background-color: rgb(202,113,142); }
div.DivClassName
{
background-color: #CA718E;
}
.BgClassName
{
background-color: #CA718E;
}
</style>
border-color css
<style>
span { border-color: #CA718E; }
span { border-color: rgb(202,113,142); }
td.TdClassName
{
border-color: #CA718E;
}
.TagClassName
{
border-color: #CA718E;
}
</style>