Shades of Hopbush #CA6D9A
Tints of Hopbush #CA6D9A
RGB
CMYK
RGB Variations
Color information
#CA6D9A (or 0xCA6D9A) is known color: Hopbush. HEX triplet: CA, 6D and 9A. RGB value is (202,109,154). Sum of RGB (Red+Green+Blue) = 202+109+154=465 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.44% from 465); Green value is 109 (42.97% from 255 or 23.44% from 465); Blue value is 154 (60.55% from 255 or 33.12% from 465); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6D9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA6D9A is #359265. Grayscale: #8D8D8D. Windows color (decimal): -3510886 or 10120650. OLE color: 10120650.
HSL color Cylindrical-coordinate representation of color #CA6D9A: hue angle of 330.97º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CA6D9A is Cyan = 0, Magento = 0.46, Yellow = 0.24 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 109 | 154 | - |
| CMYK | 0 | 0.46 | 0.24 | 0.21 |
| HSL | 330.97º | 0.47% | 0.61% | - |
| HSV(B) | 330.97º | 0.46% | 0.79% | - |
| XYZ | 35.66 | 25.83 | 33.68 | - |
| YUV | 141.94 | 134.81 | 170.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 109 | 154 | 0 | 0.46 | 0.24 | 0.21 | 330.97 | 0.47 | 0.61 |
| Hex | CA | 6D | 9A | 0 | 2E | 18 | 15 | 14B | 2F | 3D |
| Octal | 312 | 155 | 232 | 0 | 56 | 30 | 25 | 513 | 57 | 75 |
| Binary | 11001010 | 1101101 | 10011010 | 0 | 101110 | 11000 | 10101 | 101001011 | 101111 | 111101 |
Color Harmonies of #CA6D9A
Complementary color
Monochromatic Colors of #CA6D9A
Black with #CA6D9A
Text Example
Text Example
White with #CA6D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6D9A; }
p { color: rgb(202,109,154); }
H1.HeaderClassName
{
color: #CA6D9A;
}
.AnyTagClassName
{
color: #CA6D9A;
}
</style>
background-color css
<style>
a { background-color: #CA6D9A; }
a { background-color: rgb(202,109,154); }
div.DivClassName
{
background-color: #CA6D9A;
}
.BgClassName
{
background-color: #CA6D9A;
}
</style>
border-color css
<style>
span { border-color: #CA6D9A; }
span { border-color: rgb(202,109,154); }
td.TdClassName
{
border-color: #CA6D9A;
}
.TagClassName
{
border-color: #CA6D9A;
}
</style>