Shades of Hopbush #CA5D87
Tints of Hopbush #CA5D87
RGB
CMYK
RGB Variations
Color information
#CA5D87 (or 0xCA5D87) is known color: Hopbush. HEX triplet: CA, 5D and 87. RGB value is (202,93,135). Sum of RGB (Red+Green+Blue) = 202+93+135=430 (56% of max value = 765). Red value is 202 (79.30% from 255 or 46.98% from 430); Green value is 93 (36.72% from 255 or 21.63% from 430); Blue value is 135 (53.12% from 255 or 31.40% from 430); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5D87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5D87 is #35A278. Grayscale: #828282. Windows color (decimal): -3515001 or 8871370. OLE color: 8871370.
HSL color Cylindrical-coordinate representation of color #CA5D87: hue angle of 336.88º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CA5D87 is Cyan = 0, Magento = 0.54, Yellow = 0.33 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 93 | 135 | - |
| CMYK | 0 | 0.54 | 0.33 | 0.21 |
| HSL | 336.88º | 0.51% | 0.58% | - |
| HSV(B) | 336.88º | 0.54% | 0.79% | - |
| XYZ | 32.64 | 22.13 | 25.47 | - |
| YUV | 130.38 | 130.61 | 179.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 93 | 135 | 0 | 0.54 | 0.33 | 0.21 | 336.88 | 0.51 | 0.58 |
| Hex | CA | 5D | 87 | 0 | 36 | 21 | 15 | 151 | 33 | 3A |
| Octal | 312 | 135 | 207 | 0 | 66 | 41 | 25 | 521 | 63 | 72 |
| Binary | 11001010 | 1011101 | 10000111 | 0 | 110110 | 100001 | 10101 | 101010001 | 110011 | 111010 |
Color Harmonies of #CA5D87
Complementary color
Monochromatic Colors of #CA5D87
Black with #CA5D87
Text Example
Text Example
White with #CA5D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5D87; }
p { color: rgb(202,93,135); }
H1.HeaderClassName
{
color: #CA5D87;
}
.AnyTagClassName
{
color: #CA5D87;
}
</style>
background-color css
<style>
a { background-color: #CA5D87; }
a { background-color: rgb(202,93,135); }
div.DivClassName
{
background-color: #CA5D87;
}
.BgClassName
{
background-color: #CA5D87;
}
</style>
border-color css
<style>
span { border-color: #CA5D87; }
span { border-color: rgb(202,93,135); }
td.TdClassName
{
border-color: #CA5D87;
}
.TagClassName
{
border-color: #CA5D87;
}
</style>