Shades of Hopbush #CA609B
Tints of Hopbush #CA609B
RGB
CMYK
RGB Variations
Color information
#CA609B (or 0xCA609B) is known color: Hopbush. HEX triplet: CA, 60 and 9B. RGB value is (202,96,155). Sum of RGB (Red+Green+Blue) = 202+96+155=453 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.59% from 453); Green value is 96 (37.89% from 255 or 21.19% from 453); Blue value is 155 (60.94% from 255 or 34.22% from 453); Max value from RGB is 202 - color contains mainly: red. Hex color #CA609B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA609B is #359F64. Grayscale: #868686. Windows color (decimal): -3514213 or 10182858. OLE color: 10182858.
HSL color Cylindrical-coordinate representation of color #CA609B: hue angle of 326.6º 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 #CA609B is Cyan = 0, Magento = 0.52, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 96 | 155 | - |
| CMYK | 0 | 0.52 | 0.23 | 0.21 |
| HSL | 326.6º | 0.5% | 0.58% | - |
| HSV(B) | 326.6º | 0.52% | 0.79% | - |
| XYZ | 34.46 | 23.29 | 33.69 | - |
| YUV | 134.42 | 139.62 | 176.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 96 | 155 | 0 | 0.52 | 0.23 | 0.21 | 326.6 | 0.5 | 0.58 |
| Hex | CA | 60 | 9B | 0 | 34 | 17 | 15 | 147 | 32 | 3A |
| Octal | 312 | 140 | 233 | 0 | 64 | 27 | 25 | 507 | 62 | 72 |
| Binary | 11001010 | 1100000 | 10011011 | 0 | 110100 | 10111 | 10101 | 101000111 | 110010 | 111010 |
Color Harmonies of #CA609B
Complementary color
Monochromatic Colors of #CA609B
Black with #CA609B
Text Example
Text Example
White with #CA609B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA609B; }
p { color: rgb(202,96,155); }
H1.HeaderClassName
{
color: #CA609B;
}
.AnyTagClassName
{
color: #CA609B;
}
</style>
background-color css
<style>
a { background-color: #CA609B; }
a { background-color: rgb(202,96,155); }
div.DivClassName
{
background-color: #CA609B;
}
.BgClassName
{
background-color: #CA609B;
}
</style>
border-color css
<style>
span { border-color: #CA609B; }
span { border-color: rgb(202,96,155); }
td.TdClassName
{
border-color: #CA609B;
}
.TagClassName
{
border-color: #CA609B;
}
</style>