Shades of Charm #CA6E7C
Tints of Charm #CA6E7C
RGB
CMYK
RGB Variations
Color information
#CA6E7C (or 0xCA6E7C) is known color: Charm. HEX triplet: CA, 6E and 7C. RGB value is (202,110,124). Sum of RGB (Red+Green+Blue) = 202+110+124=436 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.33% from 436); Green value is 110 (43.36% from 255 or 25.23% from 436); Blue value is 124 (48.83% from 255 or 28.44% from 436); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6E7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6E7C is #359183. Grayscale: #8B8B8B. Windows color (decimal): -3510660 or 8154826. OLE color: 8154826.
HSL color Cylindrical-coordinate representation of color #CA6E7C: hue angle of 350.87º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CA6E7C is Cyan = 0, Magento = 0.46, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 110 | 124 | - |
| CMYK | 0 | 0.46 | 0.39 | 0.21 |
| HSL | 350.87º | 0.46% | 0.61% | - |
| HSV(B) | 350.87º | 0.46% | 0.79% | - |
| XYZ | 33.57 | 25.16 | 22.16 | - |
| YUV | 139.1 | 119.48 | 172.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 110 | 124 | 0 | 0.46 | 0.39 | 0.21 | 350.87 | 0.46 | 0.61 |
| Hex | CA | 6E | 7C | 0 | 2E | 27 | 15 | 15F | 2E | 3D |
| Octal | 312 | 156 | 174 | 0 | 56 | 47 | 25 | 537 | 56 | 75 |
| Binary | 11001010 | 1101110 | 1111100 | 0 | 101110 | 100111 | 10101 | 101011111 | 101110 | 111101 |
Color Harmonies of #CA6E7C
Complementary color
Monochromatic Colors of #CA6E7C
Black with #CA6E7C
Text Example
Text Example
White with #CA6E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6E7C; }
p { color: rgb(202,110,124); }
H1.HeaderClassName
{
color: #CA6E7C;
}
.AnyTagClassName
{
color: #CA6E7C;
}
</style>
background-color css
<style>
a { background-color: #CA6E7C; }
a { background-color: rgb(202,110,124); }
div.DivClassName
{
background-color: #CA6E7C;
}
.BgClassName
{
background-color: #CA6E7C;
}
</style>
border-color css
<style>
span { border-color: #CA6E7C; }
span { border-color: rgb(202,110,124); }
td.TdClassName
{
border-color: #CA6E7C;
}
.TagClassName
{
border-color: #CA6E7C;
}
</style>