Shades of Hopbush #CA608D
Tints of Hopbush #CA608D
RGB
CMYK
RGB Variations
Color information
#CA608D (or 0xCA608D) is known color: Hopbush. HEX triplet: CA, 60 and 8D. RGB value is (202,96,141). Sum of RGB (Red+Green+Blue) = 202+96+141=439 (58% of max value = 765). Red value is 202 (79.30% from 255 or 46.01% from 439); Green value is 96 (37.89% from 255 or 21.87% from 439); Blue value is 141 (55.47% from 255 or 32.12% from 439); Max value from RGB is 202 - color contains mainly: red. Hex color #CA608D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA608D is #359F72. Grayscale: #848484. Windows color (decimal): -3514227 or 9265354. OLE color: 9265354.
HSL color Cylindrical-coordinate representation of color #CA608D: hue angle of 334.53º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CA608D is Cyan = 0, Magento = 0.52, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 96 | 141 | - |
| CMYK | 0 | 0.52 | 0.30 | 0.21 |
| HSL | 334.53º | 0.5% | 0.58% | - |
| HSV(B) | 334.53º | 0.52% | 0.79% | - |
| XYZ | 33.35 | 22.85 | 27.85 | - |
| YUV | 132.82 | 132.62 | 177.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 96 | 141 | 0 | 0.52 | 0.30 | 0.21 | 334.53 | 0.5 | 0.58 |
| Hex | CA | 60 | 8D | 0 | 34 | 1E | 15 | 14F | 32 | 3A |
| Octal | 312 | 140 | 215 | 0 | 64 | 36 | 25 | 517 | 62 | 72 |
| Binary | 11001010 | 1100000 | 10001101 | 0 | 110100 | 11110 | 10101 | 101001111 | 110010 | 111010 |
Color Harmonies of #CA608D
Complementary color
Monochromatic Colors of #CA608D
Black with #CA608D
Text Example
Text Example
White with #CA608D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA608D; }
p { color: rgb(202,96,141); }
H1.HeaderClassName
{
color: #CA608D;
}
.AnyTagClassName
{
color: #CA608D;
}
</style>
background-color css
<style>
a { background-color: #CA608D; }
a { background-color: rgb(202,96,141); }
div.DivClassName
{
background-color: #CA608D;
}
.BgClassName
{
background-color: #CA608D;
}
</style>
border-color css
<style>
span { border-color: #CA608D; }
span { border-color: rgb(202,96,141); }
td.TdClassName
{
border-color: #CA608D;
}
.TagClassName
{
border-color: #CA608D;
}
</style>