Shades of Hopbush #CA6E99
Tints of Hopbush #CA6E99
RGB
CMYK
RGB Variations
Color information
#CA6E99 (or 0xCA6E99) is known color: Hopbush. HEX triplet: CA, 6E and 99. RGB value is (202,110,153). Sum of RGB (Red+Green+Blue) = 202+110+153=465 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.44% from 465); Green value is 110 (43.36% from 255 or 23.66% from 465); Blue value is 153 (60.16% from 255 or 32.90% from 465); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6E99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA6E99 is #359166. Grayscale: #8E8E8E. Windows color (decimal): -3510631 or 10055370. OLE color: 10055370.
HSL color Cylindrical-coordinate representation of color #CA6E99: hue angle of 331.96º 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 #CA6E99 is Cyan = 0, Magento = 0.46, Yellow = 0.24 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 110 | 153 | - |
| CMYK | 0 | 0.46 | 0.24 | 0.21 |
| HSL | 331.96º | 0.46% | 0.61% | - |
| HSV(B) | 331.96º | 0.46% | 0.79% | - |
| XYZ | 35.68 | 26.01 | 33.28 | - |
| YUV | 142.41 | 133.98 | 170.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 110 | 153 | 0 | 0.46 | 0.24 | 0.21 | 331.96 | 0.46 | 0.61 |
| Hex | CA | 6E | 99 | 0 | 2E | 18 | 15 | 14C | 2E | 3D |
| Octal | 312 | 156 | 231 | 0 | 56 | 30 | 25 | 514 | 56 | 75 |
| Binary | 11001010 | 1101110 | 10011001 | 0 | 101110 | 11000 | 10101 | 101001100 | 101110 | 111101 |
Color Harmonies of #CA6E99
Complementary color
Monochromatic Colors of #CA6E99
Black with #CA6E99
Text Example
Text Example
White with #CA6E99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6E99; }
p { color: rgb(202,110,153); }
H1.HeaderClassName
{
color: #CA6E99;
}
.AnyTagClassName
{
color: #CA6E99;
}
</style>
background-color css
<style>
a { background-color: #CA6E99; }
a { background-color: rgb(202,110,153); }
div.DivClassName
{
background-color: #CA6E99;
}
.BgClassName
{
background-color: #CA6E99;
}
</style>
border-color css
<style>
span { border-color: #CA6E99; }
span { border-color: rgb(202,110,153); }
td.TdClassName
{
border-color: #CA6E99;
}
.TagClassName
{
border-color: #CA6E99;
}
</style>