Shades of Hopbush #CA629E
Tints of Hopbush #CA629E
RGB
CMYK
RGB Variations
Color information
#CA629E (or 0xCA629E) is known color: Hopbush. HEX triplet: CA, 62 and 9E. RGB value is (202,98,158). Sum of RGB (Red+Green+Blue) = 202+98+158=458 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.10% from 458); Green value is 98 (38.67% from 255 or 21.40% from 458); Blue value is 158 (62.11% from 255 or 34.50% from 458); Max value from RGB is 202 - color contains mainly: red. Hex color #CA629E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA629E is #359D61. Grayscale: #878787. Windows color (decimal): -3513698 or 10379978. OLE color: 10379978.
HSL color Cylindrical-coordinate representation of color #CA629E: hue angle of 325.38º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CA629E is Cyan = 0, Magento = 0.51, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 98 | 158 | - |
| CMYK | 0 | 0.51 | 0.22 | 0.21 |
| HSL | 325.38º | 0.5% | 0.59% | - |
| HSV(B) | 325.38º | 0.51% | 0.79% | - |
| XYZ | 34.9 | 23.76 | 35.09 | - |
| YUV | 135.94 | 140.46 | 175.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 98 | 158 | 0 | 0.51 | 0.22 | 0.21 | 325.38 | 0.5 | 0.59 |
| Hex | CA | 62 | 9E | 0 | 33 | 16 | 15 | 145 | 32 | 3B |
| Octal | 312 | 142 | 236 | 0 | 63 | 26 | 25 | 505 | 62 | 73 |
| Binary | 11001010 | 1100010 | 10011110 | 0 | 110011 | 10110 | 10101 | 101000101 | 110010 | 111011 |
Color Harmonies of #CA629E
Complementary color
Monochromatic Colors of #CA629E
Black with #CA629E
Text Example
Text Example
White with #CA629E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA629E; }
p { color: rgb(202,98,158); }
H1.HeaderClassName
{
color: #CA629E;
}
.AnyTagClassName
{
color: #CA629E;
}
</style>
background-color css
<style>
a { background-color: #CA629E; }
a { background-color: rgb(202,98,158); }
div.DivClassName
{
background-color: #CA629E;
}
.BgClassName
{
background-color: #CA629E;
}
</style>
border-color css
<style>
span { border-color: #CA629E; }
span { border-color: rgb(202,98,158); }
td.TdClassName
{
border-color: #CA629E;
}
.TagClassName
{
border-color: #CA629E;
}
</style>