Shades of Hopbush #CA5E84
Tints of Hopbush #CA5E84
RGB
CMYK
RGB Variations
Color information
#CA5E84 (or 0xCA5E84) is known color: Hopbush. HEX triplet: CA, 5E and 84. RGB value is (202,94,132). Sum of RGB (Red+Green+Blue) = 202+94+132=428 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.20% from 428); Green value is 94 (37.11% from 255 or 21.96% from 428); Blue value is 132 (51.95% from 255 or 30.84% from 428); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5E84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5E84 is #35A17B. Grayscale: #828282. Windows color (decimal): -3514748 or 8675018. OLE color: 8675018.
HSL color Cylindrical-coordinate representation of color #CA5E84: hue angle of 338.89º 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 #CA5E84 is Cyan = 0, Magento = 0.53, Yellow = 0.35 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 94 | 132 | - |
| CMYK | 0 | 0.53 | 0.35 | 0.21 |
| HSL | 338.89º | 0.5% | 0.58% | - |
| HSV(B) | 338.89º | 0.53% | 0.79% | - |
| XYZ | 32.52 | 22.23 | 24.41 | - |
| YUV | 130.62 | 128.78 | 178.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 94 | 132 | 0 | 0.53 | 0.35 | 0.21 | 338.89 | 0.5 | 0.58 |
| Hex | CA | 5E | 84 | 0 | 35 | 23 | 15 | 153 | 32 | 3A |
| Octal | 312 | 136 | 204 | 0 | 65 | 43 | 25 | 523 | 62 | 72 |
| Binary | 11001010 | 1011110 | 10000100 | 0 | 110101 | 100011 | 10101 | 101010011 | 110010 | 111010 |
Color Harmonies of #CA5E84
Complementary color
Monochromatic Colors of #CA5E84
Black with #CA5E84
Text Example
Text Example
White with #CA5E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5E84; }
p { color: rgb(202,94,132); }
H1.HeaderClassName
{
color: #CA5E84;
}
.AnyTagClassName
{
color: #CA5E84;
}
</style>
background-color css
<style>
a { background-color: #CA5E84; }
a { background-color: rgb(202,94,132); }
div.DivClassName
{
background-color: #CA5E84;
}
.BgClassName
{
background-color: #CA5E84;
}
</style>
border-color css
<style>
span { border-color: #CA5E84; }
span { border-color: rgb(202,94,132); }
td.TdClassName
{
border-color: #CA5E84;
}
.TagClassName
{
border-color: #CA5E84;
}
</style>