Shades of Charm #CA7D84
Tints of Charm #CA7D84
RGB
CMYK
RGB Variations
Color information
#CA7D84 (or 0xCA7D84) is known color: Charm. HEX triplet: CA, 7D and 84. RGB value is (202,125,132). Sum of RGB (Red+Green+Blue) = 202+125+132=459 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.01% from 459); Green value is 125 (49.22% from 255 or 27.23% from 459); Blue value is 132 (51.95% from 255 or 28.76% from 459); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7D84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7D84 is #35827B. Grayscale: #949494. Windows color (decimal): -3506812 or 8682954. OLE color: 8682954.
HSL color Cylindrical-coordinate representation of color #CA7D84: hue angle of 354.55º 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 #CA7D84 is Cyan = 0, Magento = 0.38, Yellow = 0.35 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 125 | 132 | - |
| CMYK | 0 | 0.38 | 0.35 | 0.21 |
| HSL | 354.55º | 0.42% | 0.64% | - |
| HSV(B) | 354.55º | 0.38% | 0.79% | - |
| XYZ | 35.86 | 28.89 | 25.52 | - |
| YUV | 148.82 | 118.51 | 165.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 125 | 132 | 0 | 0.38 | 0.35 | 0.21 | 354.55 | 0.42 | 0.64 |
| Hex | CA | 7D | 84 | 0 | 26 | 23 | 15 | 163 | 2A | 40 |
| Octal | 312 | 175 | 204 | 0 | 46 | 43 | 25 | 543 | 52 | 100 |
| Binary | 11001010 | 1111101 | 10000100 | 0 | 100110 | 100011 | 10101 | 101100011 | 101010 | 1000000 |
Color Harmonies of #CA7D84
Complementary color
Monochromatic Colors of #CA7D84
Black with #CA7D84
Text Example
Text Example
White with #CA7D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7D84; }
p { color: rgb(202,125,132); }
H1.HeaderClassName
{
color: #CA7D84;
}
.AnyTagClassName
{
color: #CA7D84;
}
</style>
background-color css
<style>
a { background-color: #CA7D84; }
a { background-color: rgb(202,125,132); }
div.DivClassName
{
background-color: #CA7D84;
}
.BgClassName
{
background-color: #CA7D84;
}
</style>
border-color css
<style>
span { border-color: #CA7D84; }
span { border-color: rgb(202,125,132); }
td.TdClassName
{
border-color: #CA7D84;
}
.TagClassName
{
border-color: #CA7D84;
}
</style>