Shades of Hopbush #CA6E9A
Tints of Hopbush #CA6E9A
RGB
CMYK
RGB Variations
Color information
#CA6E9A (or 0xCA6E9A) is known color: Hopbush. HEX triplet: CA, 6E and 9A. RGB value is (202,110,154). Sum of RGB (Red+Green+Blue) = 202+110+154=466 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.35% from 466); Green value is 110 (43.36% from 255 or 23.61% from 466); Blue value is 154 (60.55% from 255 or 33.05% from 466); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6E9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA6E9A is #359165. Grayscale: #8E8E8E. Windows color (decimal): -3510630 or 10120906. OLE color: 10120906.
HSL color Cylindrical-coordinate representation of color #CA6E9A: hue angle of 331.3º 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 #CA6E9A is Cyan = 0, Magento = 0.46, Yellow = 0.24 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 110 | 154 | - |
| CMYK | 0 | 0.46 | 0.24 | 0.21 |
| HSL | 331.3º | 0.46% | 0.61% | - |
| HSV(B) | 331.3º | 0.46% | 0.79% | - |
| XYZ | 35.77 | 26.04 | 33.71 | - |
| YUV | 142.52 | 134.48 | 170.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 110 | 154 | 0 | 0.46 | 0.24 | 0.21 | 331.3 | 0.46 | 0.61 |
| Hex | CA | 6E | 9A | 0 | 2E | 18 | 15 | 14B | 2E | 3D |
| Octal | 312 | 156 | 232 | 0 | 56 | 30 | 25 | 513 | 56 | 75 |
| Binary | 11001010 | 1101110 | 10011010 | 0 | 101110 | 11000 | 10101 | 101001011 | 101110 | 111101 |
Color Harmonies of #CA6E9A
Complementary color
Monochromatic Colors of #CA6E9A
Black with #CA6E9A
Text Example
Text Example
White with #CA6E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6E9A; }
p { color: rgb(202,110,154); }
H1.HeaderClassName
{
color: #CA6E9A;
}
.AnyTagClassName
{
color: #CA6E9A;
}
</style>
background-color css
<style>
a { background-color: #CA6E9A; }
a { background-color: rgb(202,110,154); }
div.DivClassName
{
background-color: #CA6E9A;
}
.BgClassName
{
background-color: #CA6E9A;
}
</style>
border-color css
<style>
span { border-color: #CA6E9A; }
span { border-color: rgb(202,110,154); }
td.TdClassName
{
border-color: #CA6E9A;
}
.TagClassName
{
border-color: #CA6E9A;
}
</style>