Shades of Hopbush #CA5F96
Tints of Hopbush #CA5F96
RGB
CMYK
RGB Variations
Color information
#CA5F96 (or 0xCA5F96) is known color: Hopbush. HEX triplet: CA, 5F and 96. RGB value is (202,95,150). Sum of RGB (Red+Green+Blue) = 202+95+150=447 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.19% from 447); Green value is 95 (37.5% from 255 or 21.25% from 447); Blue value is 150 (58.98% from 255 or 33.56% from 447); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5F96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5F96 is #35A069. Grayscale: #858585. Windows color (decimal): -3514474 or 9854922. OLE color: 9854922.
HSL color Cylindrical-coordinate representation of color #CA5F96: hue angle of 329.16º 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 #CA5F96 is Cyan = 0, Magento = 0.53, Yellow = 0.26 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 95 | 150 | - |
| CMYK | 0 | 0.53 | 0.26 | 0.21 |
| HSL | 329.16º | 0.5% | 0.58% | - |
| HSV(B) | 329.16º | 0.53% | 0.79% | - |
| XYZ | 33.95 | 22.94 | 31.49 | - |
| YUV | 133.26 | 137.45 | 177.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 95 | 150 | 0 | 0.53 | 0.26 | 0.21 | 329.16 | 0.5 | 0.58 |
| Hex | CA | 5F | 96 | 0 | 35 | 1A | 15 | 149 | 32 | 3A |
| Octal | 312 | 137 | 226 | 0 | 65 | 32 | 25 | 511 | 62 | 72 |
| Binary | 11001010 | 1011111 | 10010110 | 0 | 110101 | 11010 | 10101 | 101001001 | 110010 | 111010 |
Color Harmonies of #CA5F96
Complementary color
Monochromatic Colors of #CA5F96
Black with #CA5F96
Text Example
Text Example
White with #CA5F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5F96; }
p { color: rgb(202,95,150); }
H1.HeaderClassName
{
color: #CA5F96;
}
.AnyTagClassName
{
color: #CA5F96;
}
</style>
background-color css
<style>
a { background-color: #CA5F96; }
a { background-color: rgb(202,95,150); }
div.DivClassName
{
background-color: #CA5F96;
}
.BgClassName
{
background-color: #CA5F96;
}
</style>
border-color css
<style>
span { border-color: #CA5F96; }
span { border-color: rgb(202,95,150); }
td.TdClassName
{
border-color: #CA5F96;
}
.TagClassName
{
border-color: #CA5F96;
}
</style>