Shades of Charm #CA747C
Tints of Charm #CA747C
RGB
CMYK
RGB Variations
Color information
#CA747C (or 0xCA747C) is known color: Charm. HEX triplet: CA, 74 and 7C. RGB value is (202,116,124). Sum of RGB (Red+Green+Blue) = 202+116+124=442 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.70% from 442); Green value is 116 (45.70% from 255 or 26.24% from 442); Blue value is 124 (48.83% from 255 or 28.05% from 442); Max value from RGB is 202 - color contains mainly: red. Hex color #CA747C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA747C is #358B83. Grayscale: #8E8E8E. Windows color (decimal): -3509124 or 8156362. OLE color: 8156362.
HSL color Cylindrical-coordinate representation of color #CA747C: hue angle of 354.42º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CA747C is Cyan = 0, Magento = 0.43, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 116 | 124 | - |
| CMYK | 0 | 0.43 | 0.39 | 0.21 |
| HSL | 354.42º | 0.45% | 0.62% | - |
| HSV(B) | 354.42º | 0.43% | 0.79% | - |
| XYZ | 34.24 | 26.5 | 22.38 | - |
| YUV | 142.63 | 117.49 | 170.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 116 | 124 | 0 | 0.43 | 0.39 | 0.21 | 354.42 | 0.45 | 0.62 |
| Hex | CA | 74 | 7C | 0 | 2B | 27 | 15 | 162 | 2D | 3E |
| Octal | 312 | 164 | 174 | 0 | 53 | 47 | 25 | 542 | 55 | 76 |
| Binary | 11001010 | 1110100 | 1111100 | 0 | 101011 | 100111 | 10101 | 101100010 | 101101 | 111110 |
Color Harmonies of #CA747C
Complementary color
Monochromatic Colors of #CA747C
Black with #CA747C
Text Example
Text Example
White with #CA747C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA747C; }
p { color: rgb(202,116,124); }
H1.HeaderClassName
{
color: #CA747C;
}
.AnyTagClassName
{
color: #CA747C;
}
</style>
background-color css
<style>
a { background-color: #CA747C; }
a { background-color: rgb(202,116,124); }
div.DivClassName
{
background-color: #CA747C;
}
.BgClassName
{
background-color: #CA747C;
}
</style>
border-color css
<style>
span { border-color: #CA747C; }
span { border-color: rgb(202,116,124); }
td.TdClassName
{
border-color: #CA747C;
}
.TagClassName
{
border-color: #CA747C;
}
</style>