Shades of Hopbush #CA77AC
Tints of Hopbush #CA77AC
RGB
CMYK
RGB Variations
Color information
#CA77AC (or 0xCA77AC) is known color: Hopbush. HEX triplet: CA, 77 and AC. RGB value is (202,119,172). Sum of RGB (Red+Green+Blue) = 202+119+172=493 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.97% from 493); Green value is 119 (46.88% from 255 or 24.14% from 493); Blue value is 172 (67.58% from 255 or 34.89% from 493); Max value from RGB is 202 - color contains mainly: red. Hex color #CA77AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA77AC is #358853. Grayscale: #959595. Windows color (decimal): -3508308 or 11302858. OLE color: 11302858.
HSL color Cylindrical-coordinate representation of color #CA77AC: hue angle of 321.69º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CA77AC is Cyan = 0, Magento = 0.41, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 119 | 172 | - |
| CMYK | 0 | 0.41 | 0.15 | 0.21 |
| HSL | 321.69º | 0.44% | 0.63% | - |
| HSV(B) | 321.69º | 0.41% | 0.79% | - |
| XYZ | 38.4 | 28.73 | 42.55 | - |
| YUV | 149.86 | 140.5 | 165.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 119 | 172 | 0 | 0.41 | 0.15 | 0.21 | 321.69 | 0.44 | 0.63 |
| Hex | CA | 77 | AC | 0 | 29 | F | 15 | 142 | 2C | 3F |
| Octal | 312 | 167 | 254 | 0 | 51 | 17 | 25 | 502 | 54 | 77 |
| Binary | 11001010 | 1110111 | 10101100 | 0 | 101001 | 1111 | 10101 | 101000010 | 101100 | 111111 |
Color Harmonies of #CA77AC
Complementary color
Monochromatic Colors of #CA77AC
Black with #CA77AC
Text Example
Text Example
White with #CA77AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA77AC; }
p { color: rgb(202,119,172); }
H1.HeaderClassName
{
color: #CA77AC;
}
.AnyTagClassName
{
color: #CA77AC;
}
</style>
background-color css
<style>
a { background-color: #CA77AC; }
a { background-color: rgb(202,119,172); }
div.DivClassName
{
background-color: #CA77AC;
}
.BgClassName
{
background-color: #CA77AC;
}
</style>
border-color css
<style>
span { border-color: #CA77AC; }
span { border-color: rgb(202,119,172); }
td.TdClassName
{
border-color: #CA77AC;
}
.TagClassName
{
border-color: #CA77AC;
}
</style>