Shades of Hopbush #CA659F
Tints of Hopbush #CA659F
RGB
CMYK
RGB Variations
Color information
#CA659F (or 0xCA659F) is known color: Hopbush. HEX triplet: CA, 65 and 9F. RGB value is (202,101,159). Sum of RGB (Red+Green+Blue) = 202+101+159=462 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.72% from 462); Green value is 101 (39.84% from 255 or 21.86% from 462); Blue value is 159 (62.5% from 255 or 34.42% from 462); Max value from RGB is 202 - color contains mainly: red. Hex color #CA659F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA659F is #359A60. Grayscale: #898989. Windows color (decimal): -3512929 or 10446282. OLE color: 10446282.
HSL color Cylindrical-coordinate representation of color #CA659F: hue angle of 325.54º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CA659F is Cyan = 0, Magento = 0.50, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 101 | 159 | - |
| CMYK | 0 | 0.50 | 0.21 | 0.21 |
| HSL | 325.54º | 0.49% | 0.59% | - |
| HSV(B) | 325.54º | 0.5% | 0.79% | - |
| XYZ | 35.27 | 24.37 | 35.65 | - |
| YUV | 137.81 | 139.96 | 173.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 101 | 159 | 0 | 0.50 | 0.21 | 0.21 | 325.54 | 0.49 | 0.59 |
| Hex | CA | 65 | 9F | 0 | 32 | 15 | 15 | 146 | 31 | 3B |
| Octal | 312 | 145 | 237 | 0 | 62 | 25 | 25 | 506 | 61 | 73 |
| Binary | 11001010 | 1100101 | 10011111 | 0 | 110010 | 10101 | 10101 | 101000110 | 110001 | 111011 |
Color Harmonies of #CA659F
Complementary color
Monochromatic Colors of #CA659F
Black with #CA659F
Text Example
Text Example
White with #CA659F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA659F; }
p { color: rgb(202,101,159); }
H1.HeaderClassName
{
color: #CA659F;
}
.AnyTagClassName
{
color: #CA659F;
}
</style>
background-color css
<style>
a { background-color: #CA659F; }
a { background-color: rgb(202,101,159); }
div.DivClassName
{
background-color: #CA659F;
}
.BgClassName
{
background-color: #CA659F;
}
</style>
border-color css
<style>
span { border-color: #CA659F; }
span { border-color: rgb(202,101,159); }
td.TdClassName
{
border-color: #CA659F;
}
.TagClassName
{
border-color: #CA659F;
}
</style>