Shades of Hopbush #CA60A8
Tints of Hopbush #CA60A8
RGB
CMYK
RGB Variations
Color information
#CA60A8 (or 0xCA60A8) is known color: Hopbush. HEX triplet: CA, 60 and A8. RGB value is (202,96,168). Sum of RGB (Red+Green+Blue) = 202+96+168=466 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.35% from 466); Green value is 96 (37.89% from 255 or 20.60% from 466); Blue value is 168 (66.02% from 255 or 36.05% from 466); Max value from RGB is 202 - color contains mainly: red. Hex color #CA60A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA60A8 is #359F57. Grayscale: #878787. Windows color (decimal): -3514200 or 11034826. OLE color: 11034826.
HSL color Cylindrical-coordinate representation of color #CA60A8: hue angle of 319.25º 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 #CA60A8 is Cyan = 0, Magento = 0.52, Yellow = 0.17 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 96 | 168 | - |
| CMYK | 0 | 0.52 | 0.17 | 0.21 |
| HSL | 319.25º | 0.5% | 0.58% | - |
| HSV(B) | 319.25º | 0.52% | 0.79% | - |
| XYZ | 35.61 | 23.75 | 39.75 | - |
| YUV | 135.9 | 146.12 | 175.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 96 | 168 | 0 | 0.52 | 0.17 | 0.21 | 319.25 | 0.5 | 0.58 |
| Hex | CA | 60 | A8 | 0 | 34 | 11 | 15 | 13F | 32 | 3A |
| Octal | 312 | 140 | 250 | 0 | 64 | 21 | 25 | 477 | 62 | 72 |
| Binary | 11001010 | 1100000 | 10101000 | 0 | 110100 | 10001 | 10101 | 100111111 | 110010 | 111010 |
Color Harmonies of #CA60A8
Complementary color
Monochromatic Colors of #CA60A8
Black with #CA60A8
Text Example
Text Example
White with #CA60A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA60A8; }
p { color: rgb(202,96,168); }
H1.HeaderClassName
{
color: #CA60A8;
}
.AnyTagClassName
{
color: #CA60A8;
}
</style>
background-color css
<style>
a { background-color: #CA60A8; }
a { background-color: rgb(202,96,168); }
div.DivClassName
{
background-color: #CA60A8;
}
.BgClassName
{
background-color: #CA60A8;
}
</style>
border-color css
<style>
span { border-color: #CA60A8; }
span { border-color: rgb(202,96,168); }
td.TdClassName
{
border-color: #CA60A8;
}
.TagClassName
{
border-color: #CA60A8;
}
</style>