Shades of Charm #CA6E84
Tints of Charm #CA6E84
RGB
CMYK
RGB Variations
Color information
#CA6E84 (or 0xCA6E84) is known color: Charm. HEX triplet: CA, 6E and 84. RGB value is (202,110,132). Sum of RGB (Red+Green+Blue) = 202+110+132=444 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.50% from 444); Green value is 110 (43.36% from 255 or 24.77% from 444); Blue value is 132 (51.95% from 255 or 29.73% from 444); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6E84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA6E84 is #35917B. Grayscale: #8C8C8C. Windows color (decimal): -3510652 or 8679114. OLE color: 8679114.
HSL color Cylindrical-coordinate representation of color #CA6E84: hue angle of 345.65º 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 #CA6E84 is Cyan = 0, Magento = 0.46, Yellow = 0.35 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 110 | 132 | - |
| CMYK | 0 | 0.46 | 0.35 | 0.21 |
| HSL | 345.65º | 0.46% | 0.61% | - |
| HSV(B) | 345.65º | 0.46% | 0.79% | - |
| XYZ | 34.1 | 25.37 | 24.93 | - |
| YUV | 140.02 | 123.48 | 172.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 110 | 132 | 0 | 0.46 | 0.35 | 0.21 | 345.65 | 0.46 | 0.61 |
| Hex | CA | 6E | 84 | 0 | 2E | 23 | 15 | 15A | 2E | 3D |
| Octal | 312 | 156 | 204 | 0 | 56 | 43 | 25 | 532 | 56 | 75 |
| Binary | 11001010 | 1101110 | 10000100 | 0 | 101110 | 100011 | 10101 | 101011010 | 101110 | 111101 |
Color Harmonies of #CA6E84
Complementary color
Monochromatic Colors of #CA6E84
Black with #CA6E84
Text Example
Text Example
White with #CA6E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6E84; }
p { color: rgb(202,110,132); }
H1.HeaderClassName
{
color: #CA6E84;
}
.AnyTagClassName
{
color: #CA6E84;
}
</style>
background-color css
<style>
a { background-color: #CA6E84; }
a { background-color: rgb(202,110,132); }
div.DivClassName
{
background-color: #CA6E84;
}
.BgClassName
{
background-color: #CA6E84;
}
</style>
border-color css
<style>
span { border-color: #CA6E84; }
span { border-color: rgb(202,110,132); }
td.TdClassName
{
border-color: #CA6E84;
}
.TagClassName
{
border-color: #CA6E84;
}
</style>