Shades of Charm #CA787D
Tints of Charm #CA787D
RGB
CMYK
RGB Variations
Color information
#CA787D (or 0xCA787D) is known color: Charm. HEX triplet: CA, 78 and 7D. RGB value is (202,120,125). Sum of RGB (Red+Green+Blue) = 202+120+125=447 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.19% from 447); Green value is 120 (47.27% from 255 or 26.85% from 447); Blue value is 125 (49.22% from 255 or 27.96% from 447); Max value from RGB is 202 - color contains mainly: red. Hex color #CA787D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA787D is #358782. Grayscale: #919191. Windows color (decimal): -3508099 or 8222922. OLE color: 8222922.
HSL color Cylindrical-coordinate representation of color #CA787D: hue angle of 356.34º 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 #CA787D is Cyan = 0, Magento = 0.41, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 120 | 125 | - |
| CMYK | 0 | 0.41 | 0.38 | 0.21 |
| HSL | 356.34º | 0.44% | 0.63% | - |
| HSV(B) | 356.34º | 0.41% | 0.79% | - |
| XYZ | 34.78 | 27.47 | 22.87 | - |
| YUV | 145.09 | 116.67 | 168.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 120 | 125 | 0 | 0.41 | 0.38 | 0.21 | 356.34 | 0.44 | 0.63 |
| Hex | CA | 78 | 7D | 0 | 29 | 26 | 15 | 164 | 2C | 3F |
| Octal | 312 | 170 | 175 | 0 | 51 | 46 | 25 | 544 | 54 | 77 |
| Binary | 11001010 | 1111000 | 1111101 | 0 | 101001 | 100110 | 10101 | 101100100 | 101100 | 111111 |
Color Harmonies of #CA787D
Complementary color
Monochromatic Colors of #CA787D
Black with #CA787D
Text Example
Text Example
White with #CA787D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA787D; }
p { color: rgb(202,120,125); }
H1.HeaderClassName
{
color: #CA787D;
}
.AnyTagClassName
{
color: #CA787D;
}
</style>
background-color css
<style>
a { background-color: #CA787D; }
a { background-color: rgb(202,120,125); }
div.DivClassName
{
background-color: #CA787D;
}
.BgClassName
{
background-color: #CA787D;
}
</style>
border-color css
<style>
span { border-color: #CA787D; }
span { border-color: rgb(202,120,125); }
td.TdClassName
{
border-color: #CA787D;
}
.TagClassName
{
border-color: #CA787D;
}
</style>