Shades of Hopbush #CA76A1
Tints of Hopbush #CA76A1
RGB
CMYK
RGB Variations
Color information
#CA76A1 (or 0xCA76A1) is known color: Hopbush. HEX triplet: CA, 76 and A1. RGB value is (202,118,161). Sum of RGB (Red+Green+Blue) = 202+118+161=481 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.00% from 481); Green value is 118 (46.48% from 255 or 24.53% from 481); Blue value is 161 (63.28% from 255 or 33.47% from 481); Max value from RGB is 202 - color contains mainly: red. Hex color #CA76A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA76A1 is #35895E. Grayscale: #939393. Windows color (decimal): -3508575 or 10581706. OLE color: 10581706.
HSL color Cylindrical-coordinate representation of color #CA76A1: hue angle of 329.29º 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 #CA76A1 is Cyan = 0, Magento = 0.42, Yellow = 0.20 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 118 | 161 | - |
| CMYK | 0 | 0.42 | 0.20 | 0.21 |
| HSL | 329.29º | 0.44% | 0.63% | - |
| HSV(B) | 329.29º | 0.42% | 0.79% | - |
| XYZ | 37.27 | 28.09 | 37.18 | - |
| YUV | 148.02 | 135.33 | 166.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 118 | 161 | 0 | 0.42 | 0.20 | 0.21 | 329.29 | 0.44 | 0.63 |
| Hex | CA | 76 | A1 | 0 | 2A | 14 | 15 | 149 | 2C | 3F |
| Octal | 312 | 166 | 241 | 0 | 52 | 24 | 25 | 511 | 54 | 77 |
| Binary | 11001010 | 1110110 | 10100001 | 0 | 101010 | 10100 | 10101 | 101001001 | 101100 | 111111 |
Color Harmonies of #CA76A1
Complementary color
Monochromatic Colors of #CA76A1
Black with #CA76A1
Text Example
Text Example
White with #CA76A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA76A1; }
p { color: rgb(202,118,161); }
H1.HeaderClassName
{
color: #CA76A1;
}
.AnyTagClassName
{
color: #CA76A1;
}
</style>
background-color css
<style>
a { background-color: #CA76A1; }
a { background-color: rgb(202,118,161); }
div.DivClassName
{
background-color: #CA76A1;
}
.BgClassName
{
background-color: #CA76A1;
}
</style>
border-color css
<style>
span { border-color: #CA76A1; }
span { border-color: rgb(202,118,161); }
td.TdClassName
{
border-color: #CA76A1;
}
.TagClassName
{
border-color: #CA76A1;
}
</style>