Shades of Hopbush #CA5C8E
Tints of Hopbush #CA5C8E
RGB
CMYK
RGB Variations
Color information
#CA5C8E (or 0xCA5C8E) is known color: Hopbush. HEX triplet: CA, 5C and 8E. RGB value is (202,92,142). Sum of RGB (Red+Green+Blue) = 202+92+142=436 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.33% from 436); Green value is 92 (36.33% from 255 or 21.10% from 436); Blue value is 142 (55.86% from 255 or 32.57% from 436); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5C8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5C8E is #35A371. Grayscale: #828282. Windows color (decimal): -3515250 or 9329866. OLE color: 9329866.
HSL color Cylindrical-coordinate representation of color #CA5C8E: hue angle of 332.73º 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 #CA5C8E is Cyan = 0, Magento = 0.54, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 92 | 142 | - |
| CMYK | 0 | 0.54 | 0.30 | 0.21 |
| HSL | 332.73º | 0.51% | 0.58% | - |
| HSV(B) | 332.73º | 0.54% | 0.79% | - |
| XYZ | 33.07 | 22.16 | 28.13 | - |
| YUV | 130.59 | 134.44 | 178.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 92 | 142 | 0 | 0.54 | 0.30 | 0.21 | 332.73 | 0.51 | 0.58 |
| Hex | CA | 5C | 8E | 0 | 36 | 1E | 15 | 14D | 33 | 3A |
| Octal | 312 | 134 | 216 | 0 | 66 | 36 | 25 | 515 | 63 | 72 |
| Binary | 11001010 | 1011100 | 10001110 | 0 | 110110 | 11110 | 10101 | 101001101 | 110011 | 111010 |
Color Harmonies of #CA5C8E
Complementary color
Monochromatic Colors of #CA5C8E
Black with #CA5C8E
Text Example
Text Example
White with #CA5C8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5C8E; }
p { color: rgb(202,92,142); }
H1.HeaderClassName
{
color: #CA5C8E;
}
.AnyTagClassName
{
color: #CA5C8E;
}
</style>
background-color css
<style>
a { background-color: #CA5C8E; }
a { background-color: rgb(202,92,142); }
div.DivClassName
{
background-color: #CA5C8E;
}
.BgClassName
{
background-color: #CA5C8E;
}
</style>
border-color css
<style>
span { border-color: #CA5C8E; }
span { border-color: rgb(202,92,142); }
td.TdClassName
{
border-color: #CA5C8E;
}
.TagClassName
{
border-color: #CA5C8E;
}
</style>