Shades of Hopbush #CA6E96
Tints of Hopbush #CA6E96
RGB
CMYK
RGB Variations
Color information
#CA6E96 (or 0xCA6E96) is known color: Hopbush. HEX triplet: CA, 6E and 96. RGB value is (202,110,150). Sum of RGB (Red+Green+Blue) = 202+110+150=462 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.72% from 462); Green value is 110 (43.36% from 255 or 23.81% from 462); Blue value is 150 (58.98% from 255 or 32.47% from 462); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6E96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA6E96 is #359169. Grayscale: #8E8E8E. Windows color (decimal): -3510634 or 9858762. OLE color: 9858762.
HSL color Cylindrical-coordinate representation of color #CA6E96: hue angle of 333.91º degrees, saturation: 0.46, 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 #CA6E96 is Cyan = 0, Magento = 0.46, Yellow = 0.26 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 110 | 150 | - |
| CMYK | 0 | 0.46 | 0.26 | 0.21 |
| HSL | 333.91º | 0.46% | 0.61% | - |
| HSV(B) | 333.91º | 0.46% | 0.79% | - |
| XYZ | 35.44 | 25.91 | 31.99 | - |
| YUV | 142.07 | 132.48 | 170.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 110 | 150 | 0 | 0.46 | 0.26 | 0.21 | 333.91 | 0.46 | 0.61 |
| Hex | CA | 6E | 96 | 0 | 2E | 1A | 15 | 14E | 2E | 3D |
| Octal | 312 | 156 | 226 | 0 | 56 | 32 | 25 | 516 | 56 | 75 |
| Binary | 11001010 | 1101110 | 10010110 | 0 | 101110 | 11010 | 10101 | 101001110 | 101110 | 111101 |
Color Harmonies of #CA6E96
Complementary color
Monochromatic Colors of #CA6E96
Black with #CA6E96
Text Example
Text Example
White with #CA6E96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6E96; }
p { color: rgb(202,110,150); }
H1.HeaderClassName
{
color: #CA6E96;
}
.AnyTagClassName
{
color: #CA6E96;
}
</style>
background-color css
<style>
a { background-color: #CA6E96; }
a { background-color: rgb(202,110,150); }
div.DivClassName
{
background-color: #CA6E96;
}
.BgClassName
{
background-color: #CA6E96;
}
</style>
border-color css
<style>
span { border-color: #CA6E96; }
span { border-color: rgb(202,110,150); }
td.TdClassName
{
border-color: #CA6E96;
}
.TagClassName
{
border-color: #CA6E96;
}
</style>