Shades of Hopbush #CA5E92
Tints of Hopbush #CA5E92
RGB
CMYK
RGB Variations
Color information
#CA5E92 (or 0xCA5E92) is known color: Hopbush. HEX triplet: CA, 5E and 92. RGB value is (202,94,146). Sum of RGB (Red+Green+Blue) = 202+94+146=442 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.70% from 442); Green value is 94 (37.11% from 255 or 21.27% from 442); Blue value is 146 (57.42% from 255 or 33.03% from 442); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5E92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5E92 is #35A16D. Grayscale: #848484. Windows color (decimal): -3514734 or 9592522. OLE color: 9592522.
HSL color Cylindrical-coordinate representation of color #CA5E92: hue angle of 331.11º 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 #CA5E92 is Cyan = 0, Magento = 0.53, Yellow = 0.28 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 94 | 146 | - |
| CMYK | 0 | 0.53 | 0.28 | 0.21 |
| HSL | 331.11º | 0.5% | 0.58% | - |
| HSV(B) | 331.11º | 0.53% | 0.79% | - |
| XYZ | 33.55 | 22.64 | 29.8 | - |
| YUV | 132.22 | 135.78 | 177.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 94 | 146 | 0 | 0.53 | 0.28 | 0.21 | 331.11 | 0.5 | 0.58 |
| Hex | CA | 5E | 92 | 0 | 35 | 1C | 15 | 14B | 32 | 3A |
| Octal | 312 | 136 | 222 | 0 | 65 | 34 | 25 | 513 | 62 | 72 |
| Binary | 11001010 | 1011110 | 10010010 | 0 | 110101 | 11100 | 10101 | 101001011 | 110010 | 111010 |
Color Harmonies of #CA5E92
Complementary color
Monochromatic Colors of #CA5E92
Black with #CA5E92
Text Example
Text Example
White with #CA5E92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5E92; }
p { color: rgb(202,94,146); }
H1.HeaderClassName
{
color: #CA5E92;
}
.AnyTagClassName
{
color: #CA5E92;
}
</style>
background-color css
<style>
a { background-color: #CA5E92; }
a { background-color: rgb(202,94,146); }
div.DivClassName
{
background-color: #CA5E92;
}
.BgClassName
{
background-color: #CA5E92;
}
</style>
border-color css
<style>
span { border-color: #CA5E92; }
span { border-color: rgb(202,94,146); }
td.TdClassName
{
border-color: #CA5E92;
}
.TagClassName
{
border-color: #CA5E92;
}
</style>