Shades of Charm #CA7C84
Tints of Charm #CA7C84
RGB
CMYK
RGB Variations
Color information
#CA7C84 (or 0xCA7C84) is known color: Charm. HEX triplet: CA, 7C and 84. RGB value is (202,124,132). Sum of RGB (Red+Green+Blue) = 202+124+132=458 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.10% from 458); Green value is 124 (48.83% from 255 or 27.07% from 458); Blue value is 132 (51.95% from 255 or 28.82% from 458); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7C84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7C84 is #35837B. Grayscale: #949494. Windows color (decimal): -3507068 or 8682698. OLE color: 8682698.
HSL color Cylindrical-coordinate representation of color #CA7C84: hue angle of 353.85º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CA7C84 is Cyan = 0, Magento = 0.39, Yellow = 0.35 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 124 | 132 | - |
| CMYK | 0 | 0.39 | 0.35 | 0.21 |
| HSL | 353.85º | 0.42% | 0.64% | - |
| HSV(B) | 353.85º | 0.39% | 0.79% | - |
| XYZ | 35.73 | 28.64 | 25.47 | - |
| YUV | 148.23 | 118.84 | 166.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 124 | 132 | 0 | 0.39 | 0.35 | 0.21 | 353.85 | 0.42 | 0.64 |
| Hex | CA | 7C | 84 | 0 | 27 | 23 | 15 | 162 | 2A | 40 |
| Octal | 312 | 174 | 204 | 0 | 47 | 43 | 25 | 542 | 52 | 100 |
| Binary | 11001010 | 1111100 | 10000100 | 0 | 100111 | 100011 | 10101 | 101100010 | 101010 | 1000000 |
Color Harmonies of #CA7C84
Complementary color
Monochromatic Colors of #CA7C84
Black with #CA7C84
Text Example
Text Example
White with #CA7C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7C84; }
p { color: rgb(202,124,132); }
H1.HeaderClassName
{
color: #CA7C84;
}
.AnyTagClassName
{
color: #CA7C84;
}
</style>
background-color css
<style>
a { background-color: #CA7C84; }
a { background-color: rgb(202,124,132); }
div.DivClassName
{
background-color: #CA7C84;
}
.BgClassName
{
background-color: #CA7C84;
}
</style>
border-color css
<style>
span { border-color: #CA7C84; }
span { border-color: rgb(202,124,132); }
td.TdClassName
{
border-color: #CA7C84;
}
.TagClassName
{
border-color: #CA7C84;
}
</style>