Shades of Charm #CA7C7F
Tints of Charm #CA7C7F
RGB
CMYK
RGB Variations
Color information
#CA7C7F (or 0xCA7C7F) is known color: Charm. HEX triplet: CA, 7C and 7F. RGB value is (202,124,127). Sum of RGB (Red+Green+Blue) = 202+124+127=453 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.59% from 453); Green value is 124 (48.83% from 255 or 27.37% from 453); Blue value is 127 (50% from 255 or 28.04% from 453); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7C7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7C7F is #358380. Grayscale: #939393. Windows color (decimal): -3507073 or 8355018. OLE color: 8355018.
HSL color Cylindrical-coordinate representation of color #CA7C7F: hue angle of 357.69º 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 #CA7C7F is Cyan = 0, Magento = 0.39, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 124 | 127 | - |
| CMYK | 0 | 0.39 | 0.37 | 0.21 |
| HSL | 357.69º | 0.42% | 0.64% | - |
| HSV(B) | 357.69º | 0.39% | 0.79% | - |
| XYZ | 35.4 | 28.5 | 23.71 | - |
| YUV | 147.66 | 116.34 | 166.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 124 | 127 | 0 | 0.39 | 0.37 | 0.21 | 357.69 | 0.42 | 0.64 |
| Hex | CA | 7C | 7F | 0 | 27 | 25 | 15 | 166 | 2A | 40 |
| Octal | 312 | 174 | 177 | 0 | 47 | 45 | 25 | 546 | 52 | 100 |
| Binary | 11001010 | 1111100 | 1111111 | 0 | 100111 | 100101 | 10101 | 101100110 | 101010 | 1000000 |
Color Harmonies of #CA7C7F
Complementary color
Monochromatic Colors of #CA7C7F
Black with #CA7C7F
Text Example
Text Example
White with #CA7C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7C7F; }
p { color: rgb(202,124,127); }
H1.HeaderClassName
{
color: #CA7C7F;
}
.AnyTagClassName
{
color: #CA7C7F;
}
</style>
background-color css
<style>
a { background-color: #CA7C7F; }
a { background-color: rgb(202,124,127); }
div.DivClassName
{
background-color: #CA7C7F;
}
.BgClassName
{
background-color: #CA7C7F;
}
</style>
border-color css
<style>
span { border-color: #CA7C7F; }
span { border-color: rgb(202,124,127); }
td.TdClassName
{
border-color: #CA7C7F;
}
.TagClassName
{
border-color: #CA7C7F;
}
</style>