Shades of Hopbush #CA6CA6
Tints of Hopbush #CA6CA6
RGB
CMYK
RGB Variations
Color information
#CA6CA6 (or 0xCA6CA6) is known color: Hopbush. HEX triplet: CA, 6C and A6. RGB value is (202,108,166). Sum of RGB (Red+Green+Blue) = 202+108+166=476 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.44% from 476); Green value is 108 (42.58% from 255 or 22.69% from 476); Blue value is 166 (65.23% from 255 or 34.87% from 476); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6CA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA6CA6 is #359359. Grayscale: #8E8E8E. Windows color (decimal): -3511130 or 10906826. OLE color: 10906826.
HSL color Cylindrical-coordinate representation of color #CA6CA6: hue angle of 322.98º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CA6CA6 is Cyan = 0, Magento = 0.47, Yellow = 0.18 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 108 | 166 | - |
| CMYK | 0 | 0.47 | 0.18 | 0.21 |
| HSL | 322.98º | 0.47% | 0.61% | - |
| HSV(B) | 322.98º | 0.47% | 0.79% | - |
| XYZ | 36.6 | 26.03 | 39.17 | - |
| YUV | 142.72 | 141.14 | 170.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 108 | 166 | 0 | 0.47 | 0.18 | 0.21 | 322.98 | 0.47 | 0.61 |
| Hex | CA | 6C | A6 | 0 | 2F | 12 | 15 | 143 | 2F | 3D |
| Octal | 312 | 154 | 246 | 0 | 57 | 22 | 25 | 503 | 57 | 75 |
| Binary | 11001010 | 1101100 | 10100110 | 0 | 101111 | 10010 | 10101 | 101000011 | 101111 | 111101 |
Color Harmonies of #CA6CA6
Complementary color
Monochromatic Colors of #CA6CA6
Black with #CA6CA6
Text Example
Text Example
White with #CA6CA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6CA6; }
p { color: rgb(202,108,166); }
H1.HeaderClassName
{
color: #CA6CA6;
}
.AnyTagClassName
{
color: #CA6CA6;
}
</style>
background-color css
<style>
a { background-color: #CA6CA6; }
a { background-color: rgb(202,108,166); }
div.DivClassName
{
background-color: #CA6CA6;
}
.BgClassName
{
background-color: #CA6CA6;
}
</style>
border-color css
<style>
span { border-color: #CA6CA6; }
span { border-color: rgb(202,108,166); }
td.TdClassName
{
border-color: #CA6CA6;
}
.TagClassName
{
border-color: #CA6CA6;
}
</style>