Shades of Hopbush #CA6E93
Tints of Hopbush #CA6E93
RGB
CMYK
RGB Variations
Color information
#CA6E93 (or 0xCA6E93) is known color: Hopbush. HEX triplet: CA, 6E and 93. RGB value is (202,110,147). Sum of RGB (Red+Green+Blue) = 202+110+147=459 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.01% from 459); Green value is 110 (43.36% from 255 or 23.97% from 459); Blue value is 147 (57.81% from 255 or 32.03% from 459); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6E93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA6E93 is #35916C. Grayscale: #8D8D8D. Windows color (decimal): -3510637 or 9662154. OLE color: 9662154.
HSL color Cylindrical-coordinate representation of color #CA6E93: hue angle of 335.87º 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 #CA6E93 is Cyan = 0, Magento = 0.46, Yellow = 0.27 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 110 | 147 | - |
| CMYK | 0 | 0.46 | 0.27 | 0.21 |
| HSL | 335.87º | 0.46% | 0.61% | - |
| HSV(B) | 335.87º | 0.46% | 0.79% | - |
| XYZ | 35.2 | 25.82 | 30.73 | - |
| YUV | 141.73 | 130.98 | 170.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 110 | 147 | 0 | 0.46 | 0.27 | 0.21 | 335.87 | 0.46 | 0.61 |
| Hex | CA | 6E | 93 | 0 | 2E | 1B | 15 | 150 | 2E | 3D |
| Octal | 312 | 156 | 223 | 0 | 56 | 33 | 25 | 520 | 56 | 75 |
| Binary | 11001010 | 1101110 | 10010011 | 0 | 101110 | 11011 | 10101 | 101010000 | 101110 | 111101 |
Color Harmonies of #CA6E93
Complementary color
Monochromatic Colors of #CA6E93
Black with #CA6E93
Text Example
Text Example
White with #CA6E93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6E93; }
p { color: rgb(202,110,147); }
H1.HeaderClassName
{
color: #CA6E93;
}
.AnyTagClassName
{
color: #CA6E93;
}
</style>
background-color css
<style>
a { background-color: #CA6E93; }
a { background-color: rgb(202,110,147); }
div.DivClassName
{
background-color: #CA6E93;
}
.BgClassName
{
background-color: #CA6E93;
}
</style>
border-color css
<style>
span { border-color: #CA6E93; }
span { border-color: rgb(202,110,147); }
td.TdClassName
{
border-color: #CA6E93;
}
.TagClassName
{
border-color: #CA6E93;
}
</style>