Shades of Charm #CA6D86
Tints of Charm #CA6D86
RGB
CMYK
RGB Variations
Color information
#CA6D86 (or 0xCA6D86) is known color: Charm. HEX triplet: CA, 6D and 86. RGB value is (202,109,134). Sum of RGB (Red+Green+Blue) = 202+109+134=445 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.39% from 445); Green value is 109 (42.97% from 255 or 24.49% from 445); Blue value is 134 (52.73% from 255 or 30.11% from 445); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6D86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA6D86 is #359279. Grayscale: #8B8B8B. Windows color (decimal): -3510906 or 8809930. OLE color: 8809930.
HSL color Cylindrical-coordinate representation of color #CA6D86: hue angle of 343.87º 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 #CA6D86 is Cyan = 0, Magento = 0.46, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 109 | 134 | - |
| CMYK | 0 | 0.46 | 0.34 | 0.21 |
| HSL | 343.87º | 0.47% | 0.61% | - |
| HSV(B) | 343.87º | 0.46% | 0.79% | - |
| XYZ | 34.13 | 25.22 | 25.62 | - |
| YUV | 139.66 | 124.81 | 172.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 109 | 134 | 0 | 0.46 | 0.34 | 0.21 | 343.87 | 0.47 | 0.61 |
| Hex | CA | 6D | 86 | 0 | 2E | 22 | 15 | 158 | 2F | 3D |
| Octal | 312 | 155 | 206 | 0 | 56 | 42 | 25 | 530 | 57 | 75 |
| Binary | 11001010 | 1101101 | 10000110 | 0 | 101110 | 100010 | 10101 | 101011000 | 101111 | 111101 |
Color Harmonies of #CA6D86
Complementary color
Monochromatic Colors of #CA6D86
Black with #CA6D86
Text Example
Text Example
White with #CA6D86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6D86; }
p { color: rgb(202,109,134); }
H1.HeaderClassName
{
color: #CA6D86;
}
.AnyTagClassName
{
color: #CA6D86;
}
</style>
background-color css
<style>
a { background-color: #CA6D86; }
a { background-color: rgb(202,109,134); }
div.DivClassName
{
background-color: #CA6D86;
}
.BgClassName
{
background-color: #CA6D86;
}
</style>
border-color css
<style>
span { border-color: #CA6D86; }
span { border-color: rgb(202,109,134); }
td.TdClassName
{
border-color: #CA6D86;
}
.TagClassName
{
border-color: #CA6D86;
}
</style>