Shades of Hopbush #CA74AA
Tints of Hopbush #CA74AA
RGB
CMYK
RGB Variations
Color information
#CA74AA (or 0xCA74AA) is known color: Hopbush. HEX triplet: CA, 74 and AA. RGB value is (202,116,170). Sum of RGB (Red+Green+Blue) = 202+116+170=488 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.39% from 488); Green value is 116 (45.70% from 255 or 23.77% from 488); Blue value is 170 (66.80% from 255 or 34.84% from 488); Max value from RGB is 202 - color contains mainly: red. Hex color #CA74AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA74AA is #358B55. Grayscale: #939393. Windows color (decimal): -3509078 or 11171018. OLE color: 11171018.
HSL color Cylindrical-coordinate representation of color #CA74AA: hue angle of 322.33º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CA74AA is Cyan = 0, Magento = 0.43, Yellow = 0.16 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 116 | 170 | - |
| CMYK | 0 | 0.43 | 0.16 | 0.21 |
| HSL | 322.33º | 0.45% | 0.62% | - |
| HSV(B) | 322.33º | 0.43% | 0.79% | - |
| XYZ | 37.86 | 27.95 | 41.43 | - |
| YUV | 147.87 | 140.49 | 166.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 116 | 170 | 0 | 0.43 | 0.16 | 0.21 | 322.33 | 0.45 | 0.62 |
| Hex | CA | 74 | AA | 0 | 2B | 10 | 15 | 142 | 2D | 3E |
| Octal | 312 | 164 | 252 | 0 | 53 | 20 | 25 | 502 | 55 | 76 |
| Binary | 11001010 | 1110100 | 10101010 | 0 | 101011 | 10000 | 10101 | 101000010 | 101101 | 111110 |
Color Harmonies of #CA74AA
Complementary color
Monochromatic Colors of #CA74AA
Black with #CA74AA
Text Example
Text Example
White with #CA74AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA74AA; }
p { color: rgb(202,116,170); }
H1.HeaderClassName
{
color: #CA74AA;
}
.AnyTagClassName
{
color: #CA74AA;
}
</style>
background-color css
<style>
a { background-color: #CA74AA; }
a { background-color: rgb(202,116,170); }
div.DivClassName
{
background-color: #CA74AA;
}
.BgClassName
{
background-color: #CA74AA;
}
</style>
border-color css
<style>
span { border-color: #CA74AA; }
span { border-color: rgb(202,116,170); }
td.TdClassName
{
border-color: #CA74AA;
}
.TagClassName
{
border-color: #CA74AA;
}
</style>