Shades of Hopbush #CA629B
Tints of Hopbush #CA629B
RGB
CMYK
RGB Variations
Color information
#CA629B (or 0xCA629B) is known color: Hopbush. HEX triplet: CA, 62 and 9B. RGB value is (202,98,155). Sum of RGB (Red+Green+Blue) = 202+98+155=455 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.40% from 455); Green value is 98 (38.67% from 255 or 21.54% from 455); Blue value is 155 (60.94% from 255 or 34.07% from 455); Max value from RGB is 202 - color contains mainly: red. Hex color #CA629B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA629B is #359D64. Grayscale: #878787. Windows color (decimal): -3513701 or 10183370. OLE color: 10183370.
HSL color Cylindrical-coordinate representation of color #CA629B: hue angle of 327.12º 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 #CA629B is Cyan = 0, Magento = 0.51, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 98 | 155 | - |
| CMYK | 0 | 0.51 | 0.23 | 0.21 |
| HSL | 327.12º | 0.5% | 0.59% | - |
| HSV(B) | 327.12º | 0.51% | 0.79% | - |
| XYZ | 34.64 | 23.66 | 33.75 | - |
| YUV | 135.59 | 138.96 | 175.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 98 | 155 | 0 | 0.51 | 0.23 | 0.21 | 327.12 | 0.5 | 0.59 |
| Hex | CA | 62 | 9B | 0 | 33 | 17 | 15 | 147 | 32 | 3B |
| Octal | 312 | 142 | 233 | 0 | 63 | 27 | 25 | 507 | 62 | 73 |
| Binary | 11001010 | 1100010 | 10011011 | 0 | 110011 | 10111 | 10101 | 101000111 | 110010 | 111011 |
Color Harmonies of #CA629B
Complementary color
Monochromatic Colors of #CA629B
Black with #CA629B
Text Example
Text Example
White with #CA629B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA629B; }
p { color: rgb(202,98,155); }
H1.HeaderClassName
{
color: #CA629B;
}
.AnyTagClassName
{
color: #CA629B;
}
</style>
background-color css
<style>
a { background-color: #CA629B; }
a { background-color: rgb(202,98,155); }
div.DivClassName
{
background-color: #CA629B;
}
.BgClassName
{
background-color: #CA629B;
}
</style>
border-color css
<style>
span { border-color: #CA629B; }
span { border-color: rgb(202,98,155); }
td.TdClassName
{
border-color: #CA629B;
}
.TagClassName
{
border-color: #CA629B;
}
</style>