Shades of Hopbush #CA749D
Tints of Hopbush #CA749D
RGB
CMYK
RGB Variations
Color information
#CA749D (or 0xCA749D) is known color: Hopbush. HEX triplet: CA, 74 and 9D. RGB value is (202,116,157). Sum of RGB (Red+Green+Blue) = 202+116+157=475 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.53% from 475); Green value is 116 (45.70% from 255 or 24.42% from 475); Blue value is 157 (61.72% from 255 or 33.05% from 475); Max value from RGB is 202 - color contains mainly: red. Hex color #CA749D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA749D is #358B62. Grayscale: #929292. Windows color (decimal): -3509091 or 10319050. OLE color: 10319050.
HSL color Cylindrical-coordinate representation of color #CA749D: hue angle of 331.4º 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 #CA749D is Cyan = 0, Magento = 0.43, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 116 | 157 | - |
| CMYK | 0 | 0.43 | 0.22 | 0.21 |
| HSL | 331.4º | 0.45% | 0.62% | - |
| HSV(B) | 331.4º | 0.43% | 0.79% | - |
| XYZ | 36.69 | 27.48 | 35.27 | - |
| YUV | 146.39 | 133.99 | 167.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 116 | 157 | 0 | 0.43 | 0.22 | 0.21 | 331.4 | 0.45 | 0.62 |
| Hex | CA | 74 | 9D | 0 | 2B | 16 | 15 | 14B | 2D | 3E |
| Octal | 312 | 164 | 235 | 0 | 53 | 26 | 25 | 513 | 55 | 76 |
| Binary | 11001010 | 1110100 | 10011101 | 0 | 101011 | 10110 | 10101 | 101001011 | 101101 | 111110 |
Color Harmonies of #CA749D
Complementary color
Monochromatic Colors of #CA749D
Black with #CA749D
Text Example
Text Example
White with #CA749D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA749D; }
p { color: rgb(202,116,157); }
H1.HeaderClassName
{
color: #CA749D;
}
.AnyTagClassName
{
color: #CA749D;
}
</style>
background-color css
<style>
a { background-color: #CA749D; }
a { background-color: rgb(202,116,157); }
div.DivClassName
{
background-color: #CA749D;
}
.BgClassName
{
background-color: #CA749D;
}
</style>
border-color css
<style>
span { border-color: #CA749D; }
span { border-color: rgb(202,116,157); }
td.TdClassName
{
border-color: #CA749D;
}
.TagClassName
{
border-color: #CA749D;
}
</style>