Shades of Charm #CA798E
Tints of Charm #CA798E
RGB
CMYK
RGB Variations
Color information
#CA798E (or 0xCA798E) is known color: Charm. HEX triplet: CA, 79 and 8E. RGB value is (202,121,142). Sum of RGB (Red+Green+Blue) = 202+121+142=465 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.44% from 465); Green value is 121 (47.66% from 255 or 26.02% from 465); Blue value is 142 (55.86% from 255 or 30.54% from 465); Max value from RGB is 202 - color contains mainly: red. Hex color #CA798E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA798E is #358671. Grayscale: #939393. Windows color (decimal): -3507826 or 9337290. OLE color: 9337290.
HSL color Cylindrical-coordinate representation of color #CA798E: hue angle of 344.44º 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 #CA798E is Cyan = 0, Magento = 0.40, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 121 | 142 | - |
| CMYK | 0 | 0.40 | 0.30 | 0.21 |
| HSL | 344.44º | 0.43% | 0.63% | - |
| HSV(B) | 344.44º | 0.4% | 0.79% | - |
| XYZ | 36.08 | 28.18 | 29.13 | - |
| YUV | 147.61 | 124.84 | 166.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 121 | 142 | 0 | 0.40 | 0.30 | 0.21 | 344.44 | 0.43 | 0.63 |
| Hex | CA | 79 | 8E | 0 | 28 | 1E | 15 | 158 | 2B | 3F |
| Octal | 312 | 171 | 216 | 0 | 50 | 36 | 25 | 530 | 53 | 77 |
| Binary | 11001010 | 1111001 | 10001110 | 0 | 101000 | 11110 | 10101 | 101011000 | 101011 | 111111 |
Color Harmonies of #CA798E
Complementary color
Monochromatic Colors of #CA798E
Black with #CA798E
Text Example
Text Example
White with #CA798E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA798E; }
p { color: rgb(202,121,142); }
H1.HeaderClassName
{
color: #CA798E;
}
.AnyTagClassName
{
color: #CA798E;
}
</style>
background-color css
<style>
a { background-color: #CA798E; }
a { background-color: rgb(202,121,142); }
div.DivClassName
{
background-color: #CA798E;
}
.BgClassName
{
background-color: #CA798E;
}
</style>
border-color css
<style>
span { border-color: #CA798E; }
span { border-color: rgb(202,121,142); }
td.TdClassName
{
border-color: #CA798E;
}
.TagClassName
{
border-color: #CA798E;
}
</style>