Shades of Hopbush #CA608E
Tints of Hopbush #CA608E
RGB
CMYK
RGB Variations
Color information
#CA608E (or 0xCA608E) is known color: Hopbush. HEX triplet: CA, 60 and 8E. RGB value is (202,96,142). Sum of RGB (Red+Green+Blue) = 202+96+142=440 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.91% from 440); Green value is 96 (37.89% from 255 or 21.82% from 440); Blue value is 142 (55.86% from 255 or 32.27% from 440); Max value from RGB is 202 - color contains mainly: red. Hex color #CA608E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA608E is #359F71. Grayscale: #848484. Windows color (decimal): -3514226 or 9330890. OLE color: 9330890.
HSL color Cylindrical-coordinate representation of color #CA608E: hue angle of 333.96º 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 #CA608E is Cyan = 0, Magento = 0.52, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 96 | 142 | - |
| CMYK | 0 | 0.52 | 0.30 | 0.21 |
| HSL | 333.96º | 0.5% | 0.58% | - |
| HSV(B) | 333.96º | 0.52% | 0.79% | - |
| XYZ | 33.42 | 22.88 | 28.25 | - |
| YUV | 132.94 | 133.12 | 177.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 96 | 142 | 0 | 0.52 | 0.30 | 0.21 | 333.96 | 0.5 | 0.58 |
| Hex | CA | 60 | 8E | 0 | 34 | 1E | 15 | 14E | 32 | 3A |
| Octal | 312 | 140 | 216 | 0 | 64 | 36 | 25 | 516 | 62 | 72 |
| Binary | 11001010 | 1100000 | 10001110 | 0 | 110100 | 11110 | 10101 | 101001110 | 110010 | 111010 |
Color Harmonies of #CA608E
Complementary color
Monochromatic Colors of #CA608E
Black with #CA608E
Text Example
Text Example
White with #CA608E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA608E; }
p { color: rgb(202,96,142); }
H1.HeaderClassName
{
color: #CA608E;
}
.AnyTagClassName
{
color: #CA608E;
}
</style>
background-color css
<style>
a { background-color: #CA608E; }
a { background-color: rgb(202,96,142); }
div.DivClassName
{
background-color: #CA608E;
}
.BgClassName
{
background-color: #CA608E;
}
</style>
border-color css
<style>
span { border-color: #CA608E; }
span { border-color: rgb(202,96,142); }
td.TdClassName
{
border-color: #CA608E;
}
.TagClassName
{
border-color: #CA608E;
}
</style>