Shades of Hopbush #CA608C
Tints of Hopbush #CA608C
RGB
CMYK
RGB Variations
Color information
#CA608C (or 0xCA608C) is known color: Hopbush. HEX triplet: CA, 60 and 8C. RGB value is (202,96,140). Sum of RGB (Red+Green+Blue) = 202+96+140=438 (58% of max value = 765). Red value is 202 (79.30% from 255 or 46.12% from 438); Green value is 96 (37.89% from 255 or 21.92% from 438); Blue value is 140 (55.08% from 255 or 31.96% from 438); Max value from RGB is 202 - color contains mainly: red. Hex color #CA608C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA608C is #359F73. Grayscale: #848484. Windows color (decimal): -3514228 or 9199818. OLE color: 9199818.
HSL color Cylindrical-coordinate representation of color #CA608C: hue angle of 335.09º 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 #CA608C is Cyan = 0, Magento = 0.52, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 96 | 140 | - |
| CMYK | 0 | 0.52 | 0.31 | 0.21 |
| HSL | 335.09º | 0.5% | 0.58% | - |
| HSV(B) | 335.09º | 0.52% | 0.79% | - |
| XYZ | 33.27 | 22.82 | 27.46 | - |
| YUV | 132.71 | 132.12 | 177.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 96 | 140 | 0 | 0.52 | 0.31 | 0.21 | 335.09 | 0.5 | 0.58 |
| Hex | CA | 60 | 8C | 0 | 34 | 1F | 15 | 14F | 32 | 3A |
| Octal | 312 | 140 | 214 | 0 | 64 | 37 | 25 | 517 | 62 | 72 |
| Binary | 11001010 | 1100000 | 10001100 | 0 | 110100 | 11111 | 10101 | 101001111 | 110010 | 111010 |
Color Harmonies of #CA608C
Complementary color
Monochromatic Colors of #CA608C
Black with #CA608C
Text Example
Text Example
White with #CA608C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA608C; }
p { color: rgb(202,96,140); }
H1.HeaderClassName
{
color: #CA608C;
}
.AnyTagClassName
{
color: #CA608C;
}
</style>
background-color css
<style>
a { background-color: #CA608C; }
a { background-color: rgb(202,96,140); }
div.DivClassName
{
background-color: #CA608C;
}
.BgClassName
{
background-color: #CA608C;
}
</style>
border-color css
<style>
span { border-color: #CA608C; }
span { border-color: rgb(202,96,140); }
td.TdClassName
{
border-color: #CA608C;
}
.TagClassName
{
border-color: #CA608C;
}
</style>