Shades of Charm #CA7D86
Tints of Charm #CA7D86
RGB
CMYK
RGB Variations
Color information
#CA7D86 (or 0xCA7D86) is known color: Charm. HEX triplet: CA, 7D and 86. RGB value is (202,125,134). Sum of RGB (Red+Green+Blue) = 202+125+134=461 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.82% from 461); Green value is 125 (49.22% from 255 or 27.11% from 461); Blue value is 134 (52.73% from 255 or 29.07% from 461); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7D86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7D86 is #358279. Grayscale: #959595. Windows color (decimal): -3506810 or 8814026. OLE color: 8814026.
HSL color Cylindrical-coordinate representation of color #CA7D86: hue angle of 352.99º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CA7D86 is Cyan = 0, Magento = 0.38, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 125 | 134 | - |
| CMYK | 0 | 0.38 | 0.34 | 0.21 |
| HSL | 352.99º | 0.42% | 0.64% | - |
| HSV(B) | 352.99º | 0.38% | 0.79% | - |
| XYZ | 35.99 | 28.95 | 26.24 | - |
| YUV | 149.05 | 119.51 | 165.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 125 | 134 | 0 | 0.38 | 0.34 | 0.21 | 352.99 | 0.42 | 0.64 |
| Hex | CA | 7D | 86 | 0 | 26 | 22 | 15 | 161 | 2A | 40 |
| Octal | 312 | 175 | 206 | 0 | 46 | 42 | 25 | 541 | 52 | 100 |
| Binary | 11001010 | 1111101 | 10000110 | 0 | 100110 | 100010 | 10101 | 101100001 | 101010 | 1000000 |
Color Harmonies of #CA7D86
Complementary color
Monochromatic Colors of #CA7D86
Black with #CA7D86
Text Example
Text Example
White with #CA7D86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7D86; }
p { color: rgb(202,125,134); }
H1.HeaderClassName
{
color: #CA7D86;
}
.AnyTagClassName
{
color: #CA7D86;
}
</style>
background-color css
<style>
a { background-color: #CA7D86; }
a { background-color: rgb(202,125,134); }
div.DivClassName
{
background-color: #CA7D86;
}
.BgClassName
{
background-color: #CA7D86;
}
</style>
border-color css
<style>
span { border-color: #CA7D86; }
span { border-color: rgb(202,125,134); }
td.TdClassName
{
border-color: #CA7D86;
}
.TagClassName
{
border-color: #CA7D86;
}
</style>