Shades of Hopbush #CA6D8D
Tints of Hopbush #CA6D8D
RGB
CMYK
RGB Variations
Color information
#CA6D8D (or 0xCA6D8D) is known color: Hopbush. HEX triplet: CA, 6D and 8D. RGB value is (202,109,141). Sum of RGB (Red+Green+Blue) = 202+109+141=452 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.69% from 452); Green value is 109 (42.97% from 255 or 24.12% from 452); Blue value is 141 (55.47% from 255 or 31.19% from 452); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6D8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA6D8D is #359272. Grayscale: #8C8C8C. Windows color (decimal): -3510899 or 9268682. OLE color: 9268682.
HSL color Cylindrical-coordinate representation of color #CA6D8D: hue angle of 339.35º 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 #CA6D8D is Cyan = 0, Magento = 0.46, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 109 | 141 | - |
| CMYK | 0 | 0.46 | 0.30 | 0.21 |
| HSL | 339.35º | 0.47% | 0.61% | - |
| HSV(B) | 339.35º | 0.46% | 0.79% | - |
| XYZ | 34.63 | 25.42 | 28.28 | - |
| YUV | 140.46 | 128.31 | 171.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 109 | 141 | 0 | 0.46 | 0.30 | 0.21 | 339.35 | 0.47 | 0.61 |
| Hex | CA | 6D | 8D | 0 | 2E | 1E | 15 | 153 | 2F | 3D |
| Octal | 312 | 155 | 215 | 0 | 56 | 36 | 25 | 523 | 57 | 75 |
| Binary | 11001010 | 1101101 | 10001101 | 0 | 101110 | 11110 | 10101 | 101010011 | 101111 | 111101 |
Color Harmonies of #CA6D8D
Complementary color
Monochromatic Colors of #CA6D8D
Black with #CA6D8D
Text Example
Text Example
White with #CA6D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6D8D; }
p { color: rgb(202,109,141); }
H1.HeaderClassName
{
color: #CA6D8D;
}
.AnyTagClassName
{
color: #CA6D8D;
}
</style>
background-color css
<style>
a { background-color: #CA6D8D; }
a { background-color: rgb(202,109,141); }
div.DivClassName
{
background-color: #CA6D8D;
}
.BgClassName
{
background-color: #CA6D8D;
}
</style>
border-color css
<style>
span { border-color: #CA6D8D; }
span { border-color: rgb(202,109,141); }
td.TdClassName
{
border-color: #CA6D8D;
}
.TagClassName
{
border-color: #CA6D8D;
}
</style>