Shades of Charm #CA7A84
Tints of Charm #CA7A84
RGB
CMYK
RGB Variations
Color information
#CA7A84 (or 0xCA7A84) is known color: Charm. HEX triplet: CA, 7A and 84. RGB value is (202,122,132). Sum of RGB (Red+Green+Blue) = 202+122+132=456 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.30% from 456); Green value is 122 (48.05% from 255 or 26.75% from 456); Blue value is 132 (51.95% from 255 or 28.95% from 456); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7A84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7A84 is #35857B. Grayscale: #939393. Windows color (decimal): -3507580 or 8682186. OLE color: 8682186.
HSL color Cylindrical-coordinate representation of color #CA7A84: hue angle of 352.5º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CA7A84 is Cyan = 0, Magento = 0.40, Yellow = 0.35 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 122 | 132 | - |
| CMYK | 0 | 0.40 | 0.35 | 0.21 |
| HSL | 352.5º | 0.43% | 0.64% | - |
| HSV(B) | 352.5º | 0.4% | 0.79% | - |
| XYZ | 35.48 | 28.14 | 25.39 | - |
| YUV | 147.06 | 119.5 | 167.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 122 | 132 | 0 | 0.40 | 0.35 | 0.21 | 352.5 | 0.43 | 0.64 |
| Hex | CA | 7A | 84 | 0 | 28 | 23 | 15 | 160 | 2B | 40 |
| Octal | 312 | 172 | 204 | 0 | 50 | 43 | 25 | 540 | 53 | 100 |
| Binary | 11001010 | 1111010 | 10000100 | 0 | 101000 | 100011 | 10101 | 101100000 | 101011 | 1000000 |
Color Harmonies of #CA7A84
Complementary color
Monochromatic Colors of #CA7A84
Black with #CA7A84
Text Example
Text Example
White with #CA7A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7A84; }
p { color: rgb(202,122,132); }
H1.HeaderClassName
{
color: #CA7A84;
}
.AnyTagClassName
{
color: #CA7A84;
}
</style>
background-color css
<style>
a { background-color: #CA7A84; }
a { background-color: rgb(202,122,132); }
div.DivClassName
{
background-color: #CA7A84;
}
.BgClassName
{
background-color: #CA7A84;
}
</style>
border-color css
<style>
span { border-color: #CA7A84; }
span { border-color: rgb(202,122,132); }
td.TdClassName
{
border-color: #CA7A84;
}
.TagClassName
{
border-color: #CA7A84;
}
</style>