Shades of Hopbush #CA6FA0
Tints of Hopbush #CA6FA0
RGB
CMYK
RGB Variations
Color information
#CA6FA0 (or 0xCA6FA0) is known color: Hopbush. HEX triplet: CA, 6F and A0. RGB value is (202,111,160). Sum of RGB (Red+Green+Blue) = 202+111+160=473 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.71% from 473); Green value is 111 (43.75% from 255 or 23.47% from 473); Blue value is 160 (62.89% from 255 or 33.83% from 473); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6FA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA6FA0 is #35905F. Grayscale: #8F8F8F. Windows color (decimal): -3510368 or 10514378. OLE color: 10514378.
HSL color Cylindrical-coordinate representation of color #CA6FA0: hue angle of 327.69º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CA6FA0 is Cyan = 0, Magento = 0.45, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 111 | 160 | - |
| CMYK | 0 | 0.45 | 0.21 | 0.21 |
| HSL | 327.69º | 0.46% | 0.61% | - |
| HSV(B) | 327.69º | 0.45% | 0.79% | - |
| XYZ | 36.39 | 26.46 | 36.45 | - |
| YUV | 143.8 | 137.15 | 169.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 111 | 160 | 0 | 0.45 | 0.21 | 0.21 | 327.69 | 0.46 | 0.61 |
| Hex | CA | 6F | A0 | 0 | 2D | 15 | 15 | 148 | 2E | 3D |
| Octal | 312 | 157 | 240 | 0 | 55 | 25 | 25 | 510 | 56 | 75 |
| Binary | 11001010 | 1101111 | 10100000 | 0 | 101101 | 10101 | 10101 | 101001000 | 101110 | 111101 |
Color Harmonies of #CA6FA0
Complementary color
Monochromatic Colors of #CA6FA0
Black with #CA6FA0
Text Example
Text Example
White with #CA6FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6FA0; }
p { color: rgb(202,111,160); }
H1.HeaderClassName
{
color: #CA6FA0;
}
.AnyTagClassName
{
color: #CA6FA0;
}
</style>
background-color css
<style>
a { background-color: #CA6FA0; }
a { background-color: rgb(202,111,160); }
div.DivClassName
{
background-color: #CA6FA0;
}
.BgClassName
{
background-color: #CA6FA0;
}
</style>
border-color css
<style>
span { border-color: #CA6FA0; }
span { border-color: rgb(202,111,160); }
td.TdClassName
{
border-color: #CA6FA0;
}
.TagClassName
{
border-color: #CA6FA0;
}
</style>