Shades of Hopbush #CA61A6
Tints of Hopbush #CA61A6
RGB
CMYK
RGB Variations
Color information
#CA61A6 (or 0xCA61A6) is known color: Hopbush. HEX triplet: CA, 61 and A6. RGB value is (202,97,166). Sum of RGB (Red+Green+Blue) = 202+97+166=465 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.44% from 465); Green value is 97 (38.28% from 255 or 20.86% from 465); Blue value is 166 (65.23% from 255 or 35.70% from 465); Max value from RGB is 202 - color contains mainly: red. Hex color #CA61A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA61A6 is #359E59. Grayscale: #888888. Windows color (decimal): -3513946 or 10904010. OLE color: 10904010.
HSL color Cylindrical-coordinate representation of color #CA61A6: hue angle of 320.57º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CA61A6 is Cyan = 0, Magento = 0.52, Yellow = 0.18 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 97 | 166 | - |
| CMYK | 0 | 0.52 | 0.18 | 0.21 |
| HSL | 320.57º | 0.5% | 0.59% | - |
| HSV(B) | 320.57º | 0.52% | 0.79% | - |
| XYZ | 35.51 | 23.86 | 38.81 | - |
| YUV | 136.26 | 144.79 | 174.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 97 | 166 | 0 | 0.52 | 0.18 | 0.21 | 320.57 | 0.5 | 0.59 |
| Hex | CA | 61 | A6 | 0 | 34 | 12 | 15 | 141 | 32 | 3B |
| Octal | 312 | 141 | 246 | 0 | 64 | 22 | 25 | 501 | 62 | 73 |
| Binary | 11001010 | 1100001 | 10100110 | 0 | 110100 | 10010 | 10101 | 101000001 | 110010 | 111011 |
Color Harmonies of #CA61A6
Complementary color
Monochromatic Colors of #CA61A6
Black with #CA61A6
Text Example
Text Example
White with #CA61A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA61A6; }
p { color: rgb(202,97,166); }
H1.HeaderClassName
{
color: #CA61A6;
}
.AnyTagClassName
{
color: #CA61A6;
}
</style>
background-color css
<style>
a { background-color: #CA61A6; }
a { background-color: rgb(202,97,166); }
div.DivClassName
{
background-color: #CA61A6;
}
.BgClassName
{
background-color: #CA61A6;
}
</style>
border-color css
<style>
span { border-color: #CA61A6; }
span { border-color: rgb(202,97,166); }
td.TdClassName
{
border-color: #CA61A6;
}
.TagClassName
{
border-color: #CA61A6;
}
</style>