Shades of Charm #CA798F
Tints of Charm #CA798F
RGB
CMYK
RGB Variations
Color information
#CA798F (or 0xCA798F) is known color: Charm. HEX triplet: CA, 79 and 8F. RGB value is (202,121,143). Sum of RGB (Red+Green+Blue) = 202+121+143=466 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.35% from 466); Green value is 121 (47.66% from 255 or 25.97% from 466); Blue value is 143 (56.25% from 255 or 30.69% from 466); Max value from RGB is 202 - color contains mainly: red. Hex color #CA798F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA798F is #358670. Grayscale: #939393. Windows color (decimal): -3507825 or 9402826. OLE color: 9402826.
HSL color Cylindrical-coordinate representation of color #CA798F: hue angle of 343.7º 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 #CA798F is Cyan = 0, Magento = 0.40, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 121 | 143 | - |
| CMYK | 0 | 0.40 | 0.29 | 0.21 |
| HSL | 343.7º | 0.43% | 0.63% | - |
| HSV(B) | 343.7º | 0.4% | 0.79% | - |
| XYZ | 36.15 | 28.21 | 29.53 | - |
| YUV | 147.73 | 125.34 | 166.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 121 | 143 | 0 | 0.40 | 0.29 | 0.21 | 343.7 | 0.43 | 0.63 |
| Hex | CA | 79 | 8F | 0 | 28 | 1D | 15 | 158 | 2B | 3F |
| Octal | 312 | 171 | 217 | 0 | 50 | 35 | 25 | 530 | 53 | 77 |
| Binary | 11001010 | 1111001 | 10001111 | 0 | 101000 | 11101 | 10101 | 101011000 | 101011 | 111111 |
Color Harmonies of #CA798F
Complementary color
Monochromatic Colors of #CA798F
Black with #CA798F
Text Example
Text Example
White with #CA798F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA798F; }
p { color: rgb(202,121,143); }
H1.HeaderClassName
{
color: #CA798F;
}
.AnyTagClassName
{
color: #CA798F;
}
</style>
background-color css
<style>
a { background-color: #CA798F; }
a { background-color: rgb(202,121,143); }
div.DivClassName
{
background-color: #CA798F;
}
.BgClassName
{
background-color: #CA798F;
}
</style>
border-color css
<style>
span { border-color: #CA798F; }
span { border-color: rgb(202,121,143); }
td.TdClassName
{
border-color: #CA798F;
}
.TagClassName
{
border-color: #CA798F;
}
</style>