Shades of Hopbush #CA76B0
Tints of Hopbush #CA76B0
RGB
CMYK
RGB Variations
Color information
#CA76B0 (or 0xCA76B0) is known color: Hopbush. HEX triplet: CA, 76 and B0. RGB value is (202,118,176). Sum of RGB (Red+Green+Blue) = 202+118+176=496 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.73% from 496); Green value is 118 (46.48% from 255 or 23.79% from 496); Blue value is 176 (69.14% from 255 or 35.48% from 496); Max value from RGB is 202 - color contains mainly: red. Hex color #CA76B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA76B0 is #35894F. Grayscale: #959595. Windows color (decimal): -3508560 or 11564746. OLE color: 11564746.
HSL color Cylindrical-coordinate representation of color #CA76B0: hue angle of 318.57º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CA76B0 is Cyan = 0, Magento = 0.42, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 118 | 176 | - |
| CMYK | 0 | 0.42 | 0.13 | 0.21 |
| HSL | 318.57º | 0.44% | 0.63% | - |
| HSV(B) | 318.57º | 0.42% | 0.79% | - |
| XYZ | 38.67 | 28.65 | 44.57 | - |
| YUV | 149.73 | 142.83 | 165.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 118 | 176 | 0 | 0.42 | 0.13 | 0.21 | 318.57 | 0.44 | 0.63 |
| Hex | CA | 76 | B0 | 0 | 2A | D | 15 | 13F | 2C | 3F |
| Octal | 312 | 166 | 260 | 0 | 52 | 15 | 25 | 477 | 54 | 77 |
| Binary | 11001010 | 1110110 | 10110000 | 0 | 101010 | 1101 | 10101 | 100111111 | 101100 | 111111 |
Color Harmonies of #CA76B0
Complementary color
Monochromatic Colors of #CA76B0
Black with #CA76B0
Text Example
Text Example
White with #CA76B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA76B0; }
p { color: rgb(202,118,176); }
H1.HeaderClassName
{
color: #CA76B0;
}
.AnyTagClassName
{
color: #CA76B0;
}
</style>
background-color css
<style>
a { background-color: #CA76B0; }
a { background-color: rgb(202,118,176); }
div.DivClassName
{
background-color: #CA76B0;
}
.BgClassName
{
background-color: #CA76B0;
}
</style>
border-color css
<style>
span { border-color: #CA76B0; }
span { border-color: rgb(202,118,176); }
td.TdClassName
{
border-color: #CA76B0;
}
.TagClassName
{
border-color: #CA76B0;
}
</style>