Shades of Hopbush #CA6E8F
Tints of Hopbush #CA6E8F
RGB
CMYK
RGB Variations
Color information
#CA6E8F (or 0xCA6E8F) is known color: Hopbush. HEX triplet: CA, 6E and 8F. RGB value is (202,110,143). Sum of RGB (Red+Green+Blue) = 202+110+143=455 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.40% from 455); Green value is 110 (43.36% from 255 or 24.18% from 455); Blue value is 143 (56.25% from 255 or 31.43% from 455); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6E8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA6E8F is #359170. Grayscale: #8D8D8D. Windows color (decimal): -3510641 or 9400010. OLE color: 9400010.
HSL color Cylindrical-coordinate representation of color #CA6E8F: hue angle of 338.48º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CA6E8F is Cyan = 0, Magento = 0.46, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 110 | 143 | - |
| CMYK | 0 | 0.46 | 0.29 | 0.21 |
| HSL | 338.48º | 0.46% | 0.61% | - |
| HSV(B) | 338.48º | 0.46% | 0.79% | - |
| XYZ | 34.89 | 25.69 | 29.11 | - |
| YUV | 141.27 | 128.98 | 171.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 110 | 143 | 0 | 0.46 | 0.29 | 0.21 | 338.48 | 0.46 | 0.61 |
| Hex | CA | 6E | 8F | 0 | 2E | 1D | 15 | 152 | 2E | 3D |
| Octal | 312 | 156 | 217 | 0 | 56 | 35 | 25 | 522 | 56 | 75 |
| Binary | 11001010 | 1101110 | 10001111 | 0 | 101110 | 11101 | 10101 | 101010010 | 101110 | 111101 |
Color Harmonies of #CA6E8F
Complementary color
Monochromatic Colors of #CA6E8F
Black with #CA6E8F
Text Example
Text Example
White with #CA6E8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6E8F; }
p { color: rgb(202,110,143); }
H1.HeaderClassName
{
color: #CA6E8F;
}
.AnyTagClassName
{
color: #CA6E8F;
}
</style>
background-color css
<style>
a { background-color: #CA6E8F; }
a { background-color: rgb(202,110,143); }
div.DivClassName
{
background-color: #CA6E8F;
}
.BgClassName
{
background-color: #CA6E8F;
}
</style>
border-color css
<style>
span { border-color: #CA6E8F; }
span { border-color: rgb(202,110,143); }
td.TdClassName
{
border-color: #CA6E8F;
}
.TagClassName
{
border-color: #CA6E8F;
}
</style>