Shades of Charm #CA787A
Tints of Charm #CA787A
RGB
CMYK
RGB Variations
Color information
#CA787A (or 0xCA787A) is known color: Charm. HEX triplet: CA, 78 and 7A. RGB value is (202,120,122). Sum of RGB (Red+Green+Blue) = 202+120+122=444 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.50% from 444); Green value is 120 (47.27% from 255 or 27.03% from 444); Blue value is 122 (48.05% from 255 or 27.48% from 444); Max value from RGB is 202 - color contains mainly: red. Hex color #CA787A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA787A is #358785. Grayscale: #909090. Windows color (decimal): -3508102 or 8026314. OLE color: 8026314.
HSL color Cylindrical-coordinate representation of color #CA787A: hue angle of 358.54º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CA787A is Cyan = 0, Magento = 0.41, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 120 | 122 | - |
| CMYK | 0 | 0.41 | 0.40 | 0.21 |
| HSL | 358.54º | 0.44% | 0.63% | - |
| HSV(B) | 358.54º | 0.41% | 0.79% | - |
| XYZ | 34.59 | 27.39 | 21.88 | - |
| YUV | 144.75 | 115.17 | 168.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 120 | 122 | 0 | 0.41 | 0.40 | 0.21 | 358.54 | 0.44 | 0.63 |
| Hex | CA | 78 | 7A | 0 | 29 | 28 | 15 | 167 | 2C | 3F |
| Octal | 312 | 170 | 172 | 0 | 51 | 50 | 25 | 547 | 54 | 77 |
| Binary | 11001010 | 1111000 | 1111010 | 0 | 101001 | 101000 | 10101 | 101100111 | 101100 | 111111 |
Color Harmonies of #CA787A
Complementary color
Monochromatic Colors of #CA787A
Black with #CA787A
Text Example
Text Example
White with #CA787A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA787A; }
p { color: rgb(202,120,122); }
H1.HeaderClassName
{
color: #CA787A;
}
.AnyTagClassName
{
color: #CA787A;
}
</style>
background-color css
<style>
a { background-color: #CA787A; }
a { background-color: rgb(202,120,122); }
div.DivClassName
{
background-color: #CA787A;
}
.BgClassName
{
background-color: #CA787A;
}
</style>
border-color css
<style>
span { border-color: #CA787A; }
span { border-color: rgb(202,120,122); }
td.TdClassName
{
border-color: #CA787A;
}
.TagClassName
{
border-color: #CA787A;
}
</style>