Shades of Hopbush #CA7599
Tints of Hopbush #CA7599
RGB
CMYK
RGB Variations
Color information
#CA7599 (or 0xCA7599) is known color: Hopbush. HEX triplet: CA, 75 and 99. RGB value is (202,117,153). Sum of RGB (Red+Green+Blue) = 202+117+153=472 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.80% from 472); Green value is 117 (46.09% from 255 or 24.79% from 472); Blue value is 153 (60.16% from 255 or 32.42% from 472); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7599 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7599 is #358A66. Grayscale: #929292. Windows color (decimal): -3508839 or 10057162. OLE color: 10057162.
HSL color Cylindrical-coordinate representation of color #CA7599: hue angle of 334.59º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CA7599 is Cyan = 0, Magento = 0.42, Yellow = 0.24 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 117 | 153 | - |
| CMYK | 0 | 0.42 | 0.24 | 0.21 |
| HSL | 334.59º | 0.45% | 0.63% | - |
| HSV(B) | 334.59º | 0.42% | 0.79% | - |
| XYZ | 36.47 | 27.58 | 33.54 | - |
| YUV | 146.52 | 131.66 | 167.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 117 | 153 | 0 | 0.42 | 0.24 | 0.21 | 334.59 | 0.45 | 0.63 |
| Hex | CA | 75 | 99 | 0 | 2A | 18 | 15 | 14F | 2D | 3F |
| Octal | 312 | 165 | 231 | 0 | 52 | 30 | 25 | 517 | 55 | 77 |
| Binary | 11001010 | 1110101 | 10011001 | 0 | 101010 | 11000 | 10101 | 101001111 | 101101 | 111111 |
Color Harmonies of #CA7599
Complementary color
Monochromatic Colors of #CA7599
Black with #CA7599
Text Example
Text Example
White with #CA7599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7599; }
p { color: rgb(202,117,153); }
H1.HeaderClassName
{
color: #CA7599;
}
.AnyTagClassName
{
color: #CA7599;
}
</style>
background-color css
<style>
a { background-color: #CA7599; }
a { background-color: rgb(202,117,153); }
div.DivClassName
{
background-color: #CA7599;
}
.BgClassName
{
background-color: #CA7599;
}
</style>
border-color css
<style>
span { border-color: #CA7599; }
span { border-color: rgb(202,117,153); }
td.TdClassName
{
border-color: #CA7599;
}
.TagClassName
{
border-color: #CA7599;
}
</style>