Shades of Hopbush #CA608A
Tints of Hopbush #CA608A
RGB
CMYK
RGB Variations
Color information
#CA608A (or 0xCA608A) is known color: Hopbush. HEX triplet: CA, 60 and 8A. RGB value is (202,96,138). Sum of RGB (Red+Green+Blue) = 202+96+138=436 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.33% from 436); Green value is 96 (37.89% from 255 or 22.02% from 436); Blue value is 138 (54.30% from 255 or 31.65% from 436); Max value from RGB is 202 - color contains mainly: red. Hex color #CA608A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA608A is #359F75. Grayscale: #848484. Windows color (decimal): -3514230 or 9068746. OLE color: 9068746.
HSL color Cylindrical-coordinate representation of color #CA608A: hue angle of 336.23º 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 #CA608A is Cyan = 0, Magento = 0.52, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 96 | 138 | - |
| CMYK | 0 | 0.52 | 0.32 | 0.21 |
| HSL | 336.23º | 0.5% | 0.58% | - |
| HSV(B) | 336.23º | 0.52% | 0.79% | - |
| XYZ | 33.13 | 22.76 | 26.69 | - |
| YUV | 132.48 | 131.12 | 177.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 96 | 138 | 0 | 0.52 | 0.32 | 0.21 | 336.23 | 0.5 | 0.58 |
| Hex | CA | 60 | 8A | 0 | 34 | 20 | 15 | 150 | 32 | 3A |
| Octal | 312 | 140 | 212 | 0 | 64 | 40 | 25 | 520 | 62 | 72 |
| Binary | 11001010 | 1100000 | 10001010 | 0 | 110100 | 100000 | 10101 | 101010000 | 110010 | 111010 |
Color Harmonies of #CA608A
Complementary color
Monochromatic Colors of #CA608A
Black with #CA608A
Text Example
Text Example
White with #CA608A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA608A; }
p { color: rgb(202,96,138); }
H1.HeaderClassName
{
color: #CA608A;
}
.AnyTagClassName
{
color: #CA608A;
}
</style>
background-color css
<style>
a { background-color: #CA608A; }
a { background-color: rgb(202,96,138); }
div.DivClassName
{
background-color: #CA608A;
}
.BgClassName
{
background-color: #CA608A;
}
</style>
border-color css
<style>
span { border-color: #CA608A; }
span { border-color: rgb(202,96,138); }
td.TdClassName
{
border-color: #CA608A;
}
.TagClassName
{
border-color: #CA608A;
}
</style>