Shades of Hopbush #CA5E93
Tints of Hopbush #CA5E93
RGB
CMYK
RGB Variations
Color information
#CA5E93 (or 0xCA5E93) is known color: Hopbush. HEX triplet: CA, 5E and 93. RGB value is (202,94,147). Sum of RGB (Red+Green+Blue) = 202+94+147=443 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.60% from 443); Green value is 94 (37.11% from 255 or 21.22% from 443); Blue value is 147 (57.81% from 255 or 33.18% from 443); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5E93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5E93 is #35A16C. Grayscale: #848484. Windows color (decimal): -3514733 or 9658058. OLE color: 9658058.
HSL color Cylindrical-coordinate representation of color #CA5E93: hue angle of 330.56º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CA5E93 is Cyan = 0, Magento = 0.53, Yellow = 0.27 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 94 | 147 | - |
| CMYK | 0 | 0.53 | 0.27 | 0.21 |
| HSL | 330.56º | 0.5% | 0.58% | - |
| HSV(B) | 330.56º | 0.53% | 0.79% | - |
| XYZ | 33.63 | 22.67 | 30.21 | - |
| YUV | 132.33 | 136.28 | 177.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 94 | 147 | 0 | 0.53 | 0.27 | 0.21 | 330.56 | 0.5 | 0.58 |
| Hex | CA | 5E | 93 | 0 | 35 | 1B | 15 | 14B | 32 | 3A |
| Octal | 312 | 136 | 223 | 0 | 65 | 33 | 25 | 513 | 62 | 72 |
| Binary | 11001010 | 1011110 | 10010011 | 0 | 110101 | 11011 | 10101 | 101001011 | 110010 | 111010 |
Color Harmonies of #CA5E93
Complementary color
Monochromatic Colors of #CA5E93
Black with #CA5E93
Text Example
Text Example
White with #CA5E93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5E93; }
p { color: rgb(202,94,147); }
H1.HeaderClassName
{
color: #CA5E93;
}
.AnyTagClassName
{
color: #CA5E93;
}
</style>
background-color css
<style>
a { background-color: #CA5E93; }
a { background-color: rgb(202,94,147); }
div.DivClassName
{
background-color: #CA5E93;
}
.BgClassName
{
background-color: #CA5E93;
}
</style>
border-color css
<style>
span { border-color: #CA5E93; }
span { border-color: rgb(202,94,147); }
td.TdClassName
{
border-color: #CA5E93;
}
.TagClassName
{
border-color: #CA5E93;
}
</style>