Shades of Hopbush #CA628D
Tints of Hopbush #CA628D
RGB
CMYK
RGB Variations
Color information
#CA628D (or 0xCA628D) is known color: Hopbush. HEX triplet: CA, 62 and 8D. RGB value is (202,98,141). Sum of RGB (Red+Green+Blue) = 202+98+141=441 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.80% from 441); Green value is 98 (38.67% from 255 or 22.22% from 441); Blue value is 141 (55.47% from 255 or 31.97% from 441); Max value from RGB is 202 - color contains mainly: red. Hex color #CA628D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA628D is #359D72. Grayscale: #858585. Windows color (decimal): -3513715 or 9265866. OLE color: 9265866.
HSL color Cylindrical-coordinate representation of color #CA628D: hue angle of 335.19º 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 #CA628D is Cyan = 0, Magento = 0.51, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 98 | 141 | - |
| CMYK | 0 | 0.51 | 0.30 | 0.21 |
| HSL | 335.19º | 0.5% | 0.59% | - |
| HSV(B) | 335.19º | 0.51% | 0.79% | - |
| XYZ | 33.53 | 23.22 | 27.91 | - |
| YUV | 134 | 131.96 | 176.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 98 | 141 | 0 | 0.51 | 0.30 | 0.21 | 335.19 | 0.5 | 0.59 |
| Hex | CA | 62 | 8D | 0 | 33 | 1E | 15 | 14F | 32 | 3B |
| Octal | 312 | 142 | 215 | 0 | 63 | 36 | 25 | 517 | 62 | 73 |
| Binary | 11001010 | 1100010 | 10001101 | 0 | 110011 | 11110 | 10101 | 101001111 | 110010 | 111011 |
Color Harmonies of #CA628D
Complementary color
Monochromatic Colors of #CA628D
Black with #CA628D
Text Example
Text Example
White with #CA628D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA628D; }
p { color: rgb(202,98,141); }
H1.HeaderClassName
{
color: #CA628D;
}
.AnyTagClassName
{
color: #CA628D;
}
</style>
background-color css
<style>
a { background-color: #CA628D; }
a { background-color: rgb(202,98,141); }
div.DivClassName
{
background-color: #CA628D;
}
.BgClassName
{
background-color: #CA628D;
}
</style>
border-color css
<style>
span { border-color: #CA628D; }
span { border-color: rgb(202,98,141); }
td.TdClassName
{
border-color: #CA628D;
}
.TagClassName
{
border-color: #CA628D;
}
</style>