Shades of Hopbush #CA77AF
Tints of Hopbush #CA77AF
RGB
CMYK
RGB Variations
Color information
#CA77AF (or 0xCA77AF) is known color: Hopbush. HEX triplet: CA, 77 and AF. RGB value is (202,119,175). Sum of RGB (Red+Green+Blue) = 202+119+175=496 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.73% from 496); Green value is 119 (46.88% from 255 or 23.99% from 496); Blue value is 175 (68.75% from 255 or 35.28% from 496); Max value from RGB is 202 - color contains mainly: red. Hex color #CA77AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA77AF is #358850. Grayscale: #969696. Windows color (decimal): -3508305 or 11499466. OLE color: 11499466.
HSL color Cylindrical-coordinate representation of color #CA77AF: hue angle of 319.52º 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 #CA77AF is Cyan = 0, Magento = 0.41, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 119 | 175 | - |
| CMYK | 0 | 0.41 | 0.13 | 0.21 |
| HSL | 319.52º | 0.44% | 0.63% | - |
| HSV(B) | 319.52º | 0.41% | 0.79% | - |
| XYZ | 38.69 | 28.85 | 44.09 | - |
| YUV | 150.2 | 142 | 164.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 119 | 175 | 0 | 0.41 | 0.13 | 0.21 | 319.52 | 0.44 | 0.63 |
| Hex | CA | 77 | AF | 0 | 29 | D | 15 | 140 | 2C | 3F |
| Octal | 312 | 167 | 257 | 0 | 51 | 15 | 25 | 500 | 54 | 77 |
| Binary | 11001010 | 1110111 | 10101111 | 0 | 101001 | 1101 | 10101 | 101000000 | 101100 | 111111 |
Color Harmonies of #CA77AF
Complementary color
Monochromatic Colors of #CA77AF
Black with #CA77AF
Text Example
Text Example
White with #CA77AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA77AF; }
p { color: rgb(202,119,175); }
H1.HeaderClassName
{
color: #CA77AF;
}
.AnyTagClassName
{
color: #CA77AF;
}
</style>
background-color css
<style>
a { background-color: #CA77AF; }
a { background-color: rgb(202,119,175); }
div.DivClassName
{
background-color: #CA77AF;
}
.BgClassName
{
background-color: #CA77AF;
}
</style>
border-color css
<style>
span { border-color: #CA77AF; }
span { border-color: rgb(202,119,175); }
td.TdClassName
{
border-color: #CA77AF;
}
.TagClassName
{
border-color: #CA77AF;
}
</style>