Shades of Hopbush #CA629C
Tints of Hopbush #CA629C
RGB
CMYK
RGB Variations
Color information
#CA629C (or 0xCA629C) is known color: Hopbush. HEX triplet: CA, 62 and 9C. RGB value is (202,98,156). Sum of RGB (Red+Green+Blue) = 202+98+156=456 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.30% from 456); Green value is 98 (38.67% from 255 or 21.49% from 456); Blue value is 156 (61.33% from 255 or 34.21% from 456); Max value from RGB is 202 - color contains mainly: red. Hex color #CA629C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA629C is #359D63. Grayscale: #878787. Windows color (decimal): -3513700 or 10248906. OLE color: 10248906.
HSL color Cylindrical-coordinate representation of color #CA629C: hue angle of 326.54º 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 #CA629C is Cyan = 0, Magento = 0.51, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 98 | 156 | - |
| CMYK | 0 | 0.51 | 0.23 | 0.21 |
| HSL | 326.54º | 0.5% | 0.59% | - |
| HSV(B) | 326.54º | 0.51% | 0.79% | - |
| XYZ | 34.73 | 23.69 | 34.2 | - |
| YUV | 135.71 | 139.46 | 175.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 98 | 156 | 0 | 0.51 | 0.23 | 0.21 | 326.54 | 0.5 | 0.59 |
| Hex | CA | 62 | 9C | 0 | 33 | 17 | 15 | 147 | 32 | 3B |
| Octal | 312 | 142 | 234 | 0 | 63 | 27 | 25 | 507 | 62 | 73 |
| Binary | 11001010 | 1100010 | 10011100 | 0 | 110011 | 10111 | 10101 | 101000111 | 110010 | 111011 |
Color Harmonies of #CA629C
Complementary color
Monochromatic Colors of #CA629C
Black with #CA629C
Text Example
Text Example
White with #CA629C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA629C; }
p { color: rgb(202,98,156); }
H1.HeaderClassName
{
color: #CA629C;
}
.AnyTagClassName
{
color: #CA629C;
}
</style>
background-color css
<style>
a { background-color: #CA629C; }
a { background-color: rgb(202,98,156); }
div.DivClassName
{
background-color: #CA629C;
}
.BgClassName
{
background-color: #CA629C;
}
</style>
border-color css
<style>
span { border-color: #CA629C; }
span { border-color: rgb(202,98,156); }
td.TdClassName
{
border-color: #CA629C;
}
.TagClassName
{
border-color: #CA629C;
}
</style>