Shades of Hopbush #CA6EA4
Tints of Hopbush #CA6EA4
RGB
CMYK
RGB Variations
Color information
#CA6EA4 (or 0xCA6EA4) is known color: Hopbush. HEX triplet: CA, 6E and A4. RGB value is (202,110,164). Sum of RGB (Red+Green+Blue) = 202+110+164=476 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.44% from 476); Green value is 110 (43.36% from 255 or 23.11% from 476); Blue value is 164 (64.45% from 255 or 34.45% from 476); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6EA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA6EA4 is #35915B. Grayscale: #8F8F8F. Windows color (decimal): -3510620 or 10776266. OLE color: 10776266.
HSL color Cylindrical-coordinate representation of color #CA6EA4: hue angle of 324.78º 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 #CA6EA4 is Cyan = 0, Magento = 0.46, Yellow = 0.19 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 110 | 164 | - |
| CMYK | 0 | 0.46 | 0.19 | 0.21 |
| HSL | 324.78º | 0.46% | 0.61% | - |
| HSV(B) | 324.78º | 0.46% | 0.79% | - |
| XYZ | 36.63 | 26.39 | 38.28 | - |
| YUV | 143.66 | 139.48 | 169.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 110 | 164 | 0 | 0.46 | 0.19 | 0.21 | 324.78 | 0.46 | 0.61 |
| Hex | CA | 6E | A4 | 0 | 2E | 13 | 15 | 145 | 2E | 3D |
| Octal | 312 | 156 | 244 | 0 | 56 | 23 | 25 | 505 | 56 | 75 |
| Binary | 11001010 | 1101110 | 10100100 | 0 | 101110 | 10011 | 10101 | 101000101 | 101110 | 111101 |
Color Harmonies of #CA6EA4
Complementary color
Monochromatic Colors of #CA6EA4
Black with #CA6EA4
Text Example
Text Example
White with #CA6EA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6EA4; }
p { color: rgb(202,110,164); }
H1.HeaderClassName
{
color: #CA6EA4;
}
.AnyTagClassName
{
color: #CA6EA4;
}
</style>
background-color css
<style>
a { background-color: #CA6EA4; }
a { background-color: rgb(202,110,164); }
div.DivClassName
{
background-color: #CA6EA4;
}
.BgClassName
{
background-color: #CA6EA4;
}
</style>
border-color css
<style>
span { border-color: #CA6EA4; }
span { border-color: rgb(202,110,164); }
td.TdClassName
{
border-color: #CA6EA4;
}
.TagClassName
{
border-color: #CA6EA4;
}
</style>