Shades of Charm #CA7186
Tints of Charm #CA7186
RGB
CMYK
RGB Variations
Color information
#CA7186 (or 0xCA7186) is known color: Charm. HEX triplet: CA, 71 and 86. RGB value is (202,113,134). Sum of RGB (Red+Green+Blue) = 202+113+134=449 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.99% from 449); Green value is 113 (44.53% from 255 or 25.17% from 449); Blue value is 134 (52.73% from 255 or 29.84% from 449); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7186 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7186 is #358E79. Grayscale: #8E8E8E. Windows color (decimal): -3509882 or 8810954. OLE color: 8810954.
HSL color Cylindrical-coordinate representation of color #CA7186: hue angle of 345.84º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CA7186 is Cyan = 0, Magento = 0.44, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 113 | 134 | - |
| CMYK | 0 | 0.44 | 0.34 | 0.21 |
| HSL | 345.84º | 0.46% | 0.62% | - |
| HSV(B) | 345.84º | 0.44% | 0.79% | - |
| XYZ | 34.57 | 26.09 | 25.77 | - |
| YUV | 142.01 | 123.49 | 170.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 113 | 134 | 0 | 0.44 | 0.34 | 0.21 | 345.84 | 0.46 | 0.62 |
| Hex | CA | 71 | 86 | 0 | 2C | 22 | 15 | 15A | 2E | 3E |
| Octal | 312 | 161 | 206 | 0 | 54 | 42 | 25 | 532 | 56 | 76 |
| Binary | 11001010 | 1110001 | 10000110 | 0 | 101100 | 100010 | 10101 | 101011010 | 101110 | 111110 |
Color Harmonies of #CA7186
Complementary color
Monochromatic Colors of #CA7186
Black with #CA7186
Text Example
Text Example
White with #CA7186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7186; }
p { color: rgb(202,113,134); }
H1.HeaderClassName
{
color: #CA7186;
}
.AnyTagClassName
{
color: #CA7186;
}
</style>
background-color css
<style>
a { background-color: #CA7186; }
a { background-color: rgb(202,113,134); }
div.DivClassName
{
background-color: #CA7186;
}
.BgClassName
{
background-color: #CA7186;
}
</style>
border-color css
<style>
span { border-color: #CA7186; }
span { border-color: rgb(202,113,134); }
td.TdClassName
{
border-color: #CA7186;
}
.TagClassName
{
border-color: #CA7186;
}
</style>