Shades of Charm #CA6C86
Tints of Charm #CA6C86
RGB
CMYK
RGB Variations
Color information
#CA6C86 (or 0xCA6C86) is known color: Charm. HEX triplet: CA, 6C and 86. RGB value is (202,108,134). Sum of RGB (Red+Green+Blue) = 202+108+134=444 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.50% from 444); Green value is 108 (42.58% from 255 or 24.32% from 444); Blue value is 134 (52.73% from 255 or 30.18% from 444); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6C86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA6C86 is #359379. Grayscale: #8B8B8B. Windows color (decimal): -3511162 or 8809674. OLE color: 8809674.
HSL color Cylindrical-coordinate representation of color #CA6C86: hue angle of 343.4º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CA6C86 is Cyan = 0, Magento = 0.47, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 108 | 134 | - |
| CMYK | 0 | 0.47 | 0.34 | 0.21 |
| HSL | 343.4º | 0.47% | 0.61% | - |
| HSV(B) | 343.4º | 0.47% | 0.79% | - |
| XYZ | 34.02 | 25 | 25.59 | - |
| YUV | 139.07 | 125.14 | 172.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 108 | 134 | 0 | 0.47 | 0.34 | 0.21 | 343.4 | 0.47 | 0.61 |
| Hex | CA | 6C | 86 | 0 | 2F | 22 | 15 | 157 | 2F | 3D |
| Octal | 312 | 154 | 206 | 0 | 57 | 42 | 25 | 527 | 57 | 75 |
| Binary | 11001010 | 1101100 | 10000110 | 0 | 101111 | 100010 | 10101 | 101010111 | 101111 | 111101 |
Color Harmonies of #CA6C86
Complementary color
Monochromatic Colors of #CA6C86
Black with #CA6C86
Text Example
Text Example
White with #CA6C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6C86; }
p { color: rgb(202,108,134); }
H1.HeaderClassName
{
color: #CA6C86;
}
.AnyTagClassName
{
color: #CA6C86;
}
</style>
background-color css
<style>
a { background-color: #CA6C86; }
a { background-color: rgb(202,108,134); }
div.DivClassName
{
background-color: #CA6C86;
}
.BgClassName
{
background-color: #CA6C86;
}
</style>
border-color css
<style>
span { border-color: #CA6C86; }
span { border-color: rgb(202,108,134); }
td.TdClassName
{
border-color: #CA6C86;
}
.TagClassName
{
border-color: #CA6C86;
}
</style>