Shades of Charm #CA7A8E
Tints of Charm #CA7A8E
RGB
CMYK
RGB Variations
Color information
#CA7A8E (or 0xCA7A8E) is known color: Charm. HEX triplet: CA, 7A and 8E. RGB value is (202,122,142). Sum of RGB (Red+Green+Blue) = 202+122+142=466 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.35% from 466); Green value is 122 (48.05% from 255 or 26.18% from 466); Blue value is 142 (55.86% from 255 or 30.47% from 466); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7A8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7A8E is #358571. Grayscale: #949494. Windows color (decimal): -3507570 or 9337546. OLE color: 9337546.
HSL color Cylindrical-coordinate representation of color #CA7A8E: hue angle of 345º 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 #CA7A8E is Cyan = 0, Magento = 0.40, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 122 | 142 | - |
| CMYK | 0 | 0.40 | 0.30 | 0.21 |
| HSL | 345º | 0.43% | 0.64% | - |
| HSV(B) | 345º | 0.4% | 0.79% | - |
| XYZ | 36.2 | 28.43 | 29.17 | - |
| YUV | 148.2 | 124.5 | 166.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 122 | 142 | 0 | 0.40 | 0.30 | 0.21 | 345 | 0.43 | 0.64 |
| Hex | CA | 7A | 8E | 0 | 28 | 1E | 15 | 159 | 2B | 40 |
| Octal | 312 | 172 | 216 | 0 | 50 | 36 | 25 | 531 | 53 | 100 |
| Binary | 11001010 | 1111010 | 10001110 | 0 | 101000 | 11110 | 10101 | 101011001 | 101011 | 1000000 |
Color Harmonies of #CA7A8E
Complementary color
Monochromatic Colors of #CA7A8E
Black with #CA7A8E
Text Example
Text Example
White with #CA7A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7A8E; }
p { color: rgb(202,122,142); }
H1.HeaderClassName
{
color: #CA7A8E;
}
.AnyTagClassName
{
color: #CA7A8E;
}
</style>
background-color css
<style>
a { background-color: #CA7A8E; }
a { background-color: rgb(202,122,142); }
div.DivClassName
{
background-color: #CA7A8E;
}
.BgClassName
{
background-color: #CA7A8E;
}
</style>
border-color css
<style>
span { border-color: #CA7A8E; }
span { border-color: rgb(202,122,142); }
td.TdClassName
{
border-color: #CA7A8E;
}
.TagClassName
{
border-color: #CA7A8E;
}
</style>