Shades of Charm #CA7C8D
Tints of Charm #CA7C8D
RGB
CMYK
RGB Variations
Color information
#CA7C8D (or 0xCA7C8D) is known color: Charm. HEX triplet: CA, 7C and 8D. RGB value is (202,124,141). Sum of RGB (Red+Green+Blue) = 202+124+141=467 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.25% from 467); Green value is 124 (48.83% from 255 or 26.55% from 467); Blue value is 141 (55.47% from 255 or 30.19% from 467); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7C8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7C8D is #358372. Grayscale: #959595. Windows color (decimal): -3507059 or 9272522. OLE color: 9272522.
HSL color Cylindrical-coordinate representation of color #CA7C8D: hue angle of 346.92º 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 #CA7C8D is Cyan = 0, Magento = 0.39, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 124 | 141 | - |
| CMYK | 0 | 0.39 | 0.30 | 0.21 |
| HSL | 346.92º | 0.42% | 0.64% | - |
| HSV(B) | 346.92º | 0.39% | 0.79% | - |
| XYZ | 36.37 | 28.89 | 28.86 | - |
| YUV | 149.26 | 123.34 | 165.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 124 | 141 | 0 | 0.39 | 0.30 | 0.21 | 346.92 | 0.42 | 0.64 |
| Hex | CA | 7C | 8D | 0 | 27 | 1E | 15 | 15B | 2A | 40 |
| Octal | 312 | 174 | 215 | 0 | 47 | 36 | 25 | 533 | 52 | 100 |
| Binary | 11001010 | 1111100 | 10001101 | 0 | 100111 | 11110 | 10101 | 101011011 | 101010 | 1000000 |
Color Harmonies of #CA7C8D
Complementary color
Monochromatic Colors of #CA7C8D
Black with #CA7C8D
Text Example
Text Example
White with #CA7C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7C8D; }
p { color: rgb(202,124,141); }
H1.HeaderClassName
{
color: #CA7C8D;
}
.AnyTagClassName
{
color: #CA7C8D;
}
</style>
background-color css
<style>
a { background-color: #CA7C8D; }
a { background-color: rgb(202,124,141); }
div.DivClassName
{
background-color: #CA7C8D;
}
.BgClassName
{
background-color: #CA7C8D;
}
</style>
border-color css
<style>
span { border-color: #CA7C8D; }
span { border-color: rgb(202,124,141); }
td.TdClassName
{
border-color: #CA7C8D;
}
.TagClassName
{
border-color: #CA7C8D;
}
</style>