Shades of Charm #CA7A82
Tints of Charm #CA7A82
RGB
CMYK
RGB Variations
Color information
#CA7A82 (or 0xCA7A82) is known color: Charm. HEX triplet: CA, 7A and 82. RGB value is (202,122,130). Sum of RGB (Red+Green+Blue) = 202+122+130=454 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.49% from 454); Green value is 122 (48.05% from 255 or 26.87% from 454); Blue value is 130 (51.17% from 255 or 28.63% from 454); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7A82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7A82 is #35857D. Grayscale: #929292. Windows color (decimal): -3507582 or 8551114. OLE color: 8551114.
HSL color Cylindrical-coordinate representation of color #CA7A82: hue angle of 354º 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 #CA7A82 is Cyan = 0, Magento = 0.40, Yellow = 0.36 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 122 | 130 | - |
| CMYK | 0 | 0.40 | 0.36 | 0.21 |
| HSL | 354º | 0.43% | 0.64% | - |
| HSV(B) | 354º | 0.4% | 0.79% | - |
| XYZ | 35.35 | 28.09 | 24.68 | - |
| YUV | 146.83 | 118.5 | 167.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 122 | 130 | 0 | 0.40 | 0.36 | 0.21 | 354 | 0.43 | 0.64 |
| Hex | CA | 7A | 82 | 0 | 28 | 24 | 15 | 162 | 2B | 40 |
| Octal | 312 | 172 | 202 | 0 | 50 | 44 | 25 | 542 | 53 | 100 |
| Binary | 11001010 | 1111010 | 10000010 | 0 | 101000 | 100100 | 10101 | 101100010 | 101011 | 1000000 |
Color Harmonies of #CA7A82
Complementary color
Monochromatic Colors of #CA7A82
Black with #CA7A82
Text Example
Text Example
White with #CA7A82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7A82; }
p { color: rgb(202,122,130); }
H1.HeaderClassName
{
color: #CA7A82;
}
.AnyTagClassName
{
color: #CA7A82;
}
</style>
background-color css
<style>
a { background-color: #CA7A82; }
a { background-color: rgb(202,122,130); }
div.DivClassName
{
background-color: #CA7A82;
}
.BgClassName
{
background-color: #CA7A82;
}
</style>
border-color css
<style>
span { border-color: #CA7A82; }
span { border-color: rgb(202,122,130); }
td.TdClassName
{
border-color: #CA7A82;
}
.TagClassName
{
border-color: #CA7A82;
}
</style>