Shades of Charm #CA797F
Tints of Charm #CA797F
RGB
CMYK
RGB Variations
Color information
#CA797F (or 0xCA797F) is known color: Charm. HEX triplet: CA, 79 and 7F. RGB value is (202,121,127). Sum of RGB (Red+Green+Blue) = 202+121+127=450 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.89% from 450); Green value is 121 (47.66% from 255 or 26.89% from 450); Blue value is 127 (50% from 255 or 28.22% from 450); Max value from RGB is 202 - color contains mainly: red. Hex color #CA797F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA797F is #358680. Grayscale: #919191. Windows color (decimal): -3507841 or 8354250. OLE color: 8354250.
HSL color Cylindrical-coordinate representation of color #CA797F: hue angle of 355.56º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CA797F is Cyan = 0, Magento = 0.40, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 121 | 127 | - |
| CMYK | 0 | 0.40 | 0.37 | 0.21 |
| HSL | 355.56º | 0.43% | 0.63% | - |
| HSV(B) | 355.56º | 0.4% | 0.79% | - |
| XYZ | 35.03 | 27.76 | 23.59 | - |
| YUV | 145.9 | 117.34 | 168.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 121 | 127 | 0 | 0.40 | 0.37 | 0.21 | 355.56 | 0.43 | 0.63 |
| Hex | CA | 79 | 7F | 0 | 28 | 25 | 15 | 164 | 2B | 3F |
| Octal | 312 | 171 | 177 | 0 | 50 | 45 | 25 | 544 | 53 | 77 |
| Binary | 11001010 | 1111001 | 1111111 | 0 | 101000 | 100101 | 10101 | 101100100 | 101011 | 111111 |
Color Harmonies of #CA797F
Complementary color
Monochromatic Colors of #CA797F
Black with #CA797F
Text Example
Text Example
White with #CA797F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA797F; }
p { color: rgb(202,121,127); }
H1.HeaderClassName
{
color: #CA797F;
}
.AnyTagClassName
{
color: #CA797F;
}
</style>
background-color css
<style>
a { background-color: #CA797F; }
a { background-color: rgb(202,121,127); }
div.DivClassName
{
background-color: #CA797F;
}
.BgClassName
{
background-color: #CA797F;
}
</style>
border-color css
<style>
span { border-color: #CA797F; }
span { border-color: rgb(202,121,127); }
td.TdClassName
{
border-color: #CA797F;
}
.TagClassName
{
border-color: #CA797F;
}
</style>