Shades of Hopbush #CA5D9F
Tints of Hopbush #CA5D9F
RGB
CMYK
RGB Variations
Color information
#CA5D9F (or 0xCA5D9F) is known color: Hopbush. HEX triplet: CA, 5D and 9F. RGB value is (202,93,159). Sum of RGB (Red+Green+Blue) = 202+93+159=454 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.49% from 454); Green value is 93 (36.72% from 255 or 20.48% from 454); Blue value is 159 (62.5% from 255 or 35.02% from 454); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5D9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5D9F is #35A260. Grayscale: #848484. Windows color (decimal): -3514977 or 10444234. OLE color: 10444234.
HSL color Cylindrical-coordinate representation of color #CA5D9F: hue angle of 323.67º 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 #CA5D9F is Cyan = 0, Magento = 0.54, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 93 | 159 | - |
| CMYK | 0 | 0.54 | 0.21 | 0.21 |
| HSL | 323.67º | 0.51% | 0.58% | - |
| HSV(B) | 323.67º | 0.54% | 0.79% | - |
| XYZ | 34.53 | 22.89 | 35.4 | - |
| YUV | 133.12 | 142.61 | 177.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 93 | 159 | 0 | 0.54 | 0.21 | 0.21 | 323.67 | 0.51 | 0.58 |
| Hex | CA | 5D | 9F | 0 | 36 | 15 | 15 | 144 | 33 | 3A |
| Octal | 312 | 135 | 237 | 0 | 66 | 25 | 25 | 504 | 63 | 72 |
| Binary | 11001010 | 1011101 | 10011111 | 0 | 110110 | 10101 | 10101 | 101000100 | 110011 | 111010 |
Color Harmonies of #CA5D9F
Complementary color
Monochromatic Colors of #CA5D9F
Black with #CA5D9F
Text Example
Text Example
White with #CA5D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5D9F; }
p { color: rgb(202,93,159); }
H1.HeaderClassName
{
color: #CA5D9F;
}
.AnyTagClassName
{
color: #CA5D9F;
}
</style>
background-color css
<style>
a { background-color: #CA5D9F; }
a { background-color: rgb(202,93,159); }
div.DivClassName
{
background-color: #CA5D9F;
}
.BgClassName
{
background-color: #CA5D9F;
}
</style>
border-color css
<style>
span { border-color: #CA5D9F; }
span { border-color: rgb(202,93,159); }
td.TdClassName
{
border-color: #CA5D9F;
}
.TagClassName
{
border-color: #CA5D9F;
}
</style>