Shades of Hopbush #CA79A1
Tints of Hopbush #CA79A1
RGB
CMYK
RGB Variations
Color information
#CA79A1 (or 0xCA79A1) is known color: Hopbush. HEX triplet: CA, 79 and A1. RGB value is (202,121,161). Sum of RGB (Red+Green+Blue) = 202+121+161=484 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.74% from 484); Green value is 121 (47.66% from 255 or 25% from 484); Blue value is 161 (63.28% from 255 or 33.26% from 484); Max value from RGB is 202 - color contains mainly: red. Hex color #CA79A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA79A1 is #35865E. Grayscale: #959595. Windows color (decimal): -3507807 or 10582474. OLE color: 10582474.
HSL color Cylindrical-coordinate representation of color #CA79A1: hue angle of 330.37º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CA79A1 is Cyan = 0, Magento = 0.40, Yellow = 0.20 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 121 | 161 | - |
| CMYK | 0 | 0.40 | 0.20 | 0.21 |
| HSL | 330.37º | 0.43% | 0.63% | - |
| HSV(B) | 330.37º | 0.4% | 0.79% | - |
| XYZ | 37.63 | 28.8 | 37.29 | - |
| YUV | 149.78 | 134.34 | 165.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 121 | 161 | 0 | 0.40 | 0.20 | 0.21 | 330.37 | 0.43 | 0.63 |
| Hex | CA | 79 | A1 | 0 | 28 | 14 | 15 | 14A | 2B | 3F |
| Octal | 312 | 171 | 241 | 0 | 50 | 24 | 25 | 512 | 53 | 77 |
| Binary | 11001010 | 1111001 | 10100001 | 0 | 101000 | 10100 | 10101 | 101001010 | 101011 | 111111 |
Color Harmonies of #CA79A1
Complementary color
Monochromatic Colors of #CA79A1
Black with #CA79A1
Text Example
Text Example
White with #CA79A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA79A1; }
p { color: rgb(202,121,161); }
H1.HeaderClassName
{
color: #CA79A1;
}
.AnyTagClassName
{
color: #CA79A1;
}
</style>
background-color css
<style>
a { background-color: #CA79A1; }
a { background-color: rgb(202,121,161); }
div.DivClassName
{
background-color: #CA79A1;
}
.BgClassName
{
background-color: #CA79A1;
}
</style>
border-color css
<style>
span { border-color: #CA79A1; }
span { border-color: rgb(202,121,161); }
td.TdClassName
{
border-color: #CA79A1;
}
.TagClassName
{
border-color: #CA79A1;
}
</style>