Shades of Charm #CA6E7D
Tints of Charm #CA6E7D
RGB
CMYK
RGB Variations
Color information
#CA6E7D (or 0xCA6E7D) is known color: Charm. HEX triplet: CA, 6E and 7D. RGB value is (202,110,125). Sum of RGB (Red+Green+Blue) = 202+110+125=437 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.22% from 437); Green value is 110 (43.36% from 255 or 25.17% from 437); Blue value is 125 (49.22% from 255 or 28.60% from 437); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6E7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6E7D is #359182. Grayscale: #8B8B8B. Windows color (decimal): -3510659 or 8220362. OLE color: 8220362.
HSL color Cylindrical-coordinate representation of color #CA6E7D: hue angle of 350.22º 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 #CA6E7D is Cyan = 0, Magento = 0.46, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 110 | 125 | - |
| CMYK | 0 | 0.46 | 0.38 | 0.21 |
| HSL | 350.22º | 0.46% | 0.61% | - |
| HSV(B) | 350.22º | 0.46% | 0.79% | - |
| XYZ | 33.63 | 25.19 | 22.49 | - |
| YUV | 139.22 | 119.98 | 172.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 110 | 125 | 0 | 0.46 | 0.38 | 0.21 | 350.22 | 0.46 | 0.61 |
| Hex | CA | 6E | 7D | 0 | 2E | 26 | 15 | 15E | 2E | 3D |
| Octal | 312 | 156 | 175 | 0 | 56 | 46 | 25 | 536 | 56 | 75 |
| Binary | 11001010 | 1101110 | 1111101 | 0 | 101110 | 100110 | 10101 | 101011110 | 101110 | 111101 |
Color Harmonies of #CA6E7D
Complementary color
Monochromatic Colors of #CA6E7D
Black with #CA6E7D
Text Example
Text Example
White with #CA6E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6E7D; }
p { color: rgb(202,110,125); }
H1.HeaderClassName
{
color: #CA6E7D;
}
.AnyTagClassName
{
color: #CA6E7D;
}
</style>
background-color css
<style>
a { background-color: #CA6E7D; }
a { background-color: rgb(202,110,125); }
div.DivClassName
{
background-color: #CA6E7D;
}
.BgClassName
{
background-color: #CA6E7D;
}
</style>
border-color css
<style>
span { border-color: #CA6E7D; }
span { border-color: rgb(202,110,125); }
td.TdClassName
{
border-color: #CA6E7D;
}
.TagClassName
{
border-color: #CA6E7D;
}
</style>