Shades of Charm #CA7D85
Tints of Charm #CA7D85
RGB
CMYK
RGB Variations
Color information
#CA7D85 (or 0xCA7D85) is known color: Charm. HEX triplet: CA, 7D and 85. RGB value is (202,125,133). Sum of RGB (Red+Green+Blue) = 202+125+133=460 (60% of max value = 765). Red value is 202 (79.30% from 255 or 43.91% from 460); Green value is 125 (49.22% from 255 or 27.17% from 460); Blue value is 133 (52.34% from 255 or 28.91% from 460); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7D85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7D85 is #35827A. Grayscale: #949494. Windows color (decimal): -3506811 or 8748490. OLE color: 8748490.
HSL color Cylindrical-coordinate representation of color #CA7D85: hue angle of 353.77º 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 #CA7D85 is Cyan = 0, Magento = 0.38, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 125 | 133 | - |
| CMYK | 0 | 0.38 | 0.34 | 0.21 |
| HSL | 353.77º | 0.42% | 0.64% | - |
| HSV(B) | 353.77º | 0.38% | 0.79% | - |
| XYZ | 35.92 | 28.92 | 25.88 | - |
| YUV | 148.94 | 119.01 | 165.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 125 | 133 | 0 | 0.38 | 0.34 | 0.21 | 353.77 | 0.42 | 0.64 |
| Hex | CA | 7D | 85 | 0 | 26 | 22 | 15 | 162 | 2A | 40 |
| Octal | 312 | 175 | 205 | 0 | 46 | 42 | 25 | 542 | 52 | 100 |
| Binary | 11001010 | 1111101 | 10000101 | 0 | 100110 | 100010 | 10101 | 101100010 | 101010 | 1000000 |
Color Harmonies of #CA7D85
Complementary color
Monochromatic Colors of #CA7D85
Black with #CA7D85
Text Example
Text Example
White with #CA7D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7D85; }
p { color: rgb(202,125,133); }
H1.HeaderClassName
{
color: #CA7D85;
}
.AnyTagClassName
{
color: #CA7D85;
}
</style>
background-color css
<style>
a { background-color: #CA7D85; }
a { background-color: rgb(202,125,133); }
div.DivClassName
{
background-color: #CA7D85;
}
.BgClassName
{
background-color: #CA7D85;
}
</style>
border-color css
<style>
span { border-color: #CA7D85; }
span { border-color: rgb(202,125,133); }
td.TdClassName
{
border-color: #CA7D85;
}
.TagClassName
{
border-color: #CA7D85;
}
</style>