Shades of Charm #CA6A7D
Tints of Charm #CA6A7D
RGB
CMYK
RGB Variations
Color information
#CA6A7D (or 0xCA6A7D) is known color: Charm. HEX triplet: CA, 6A and 7D. RGB value is (202,106,125). Sum of RGB (Red+Green+Blue) = 202+106+125=433 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.65% from 433); Green value is 106 (41.80% from 255 or 24.48% from 433); Blue value is 125 (49.22% from 255 or 28.87% from 433); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6A7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6A7D is #359582. Grayscale: #888888. Windows color (decimal): -3511683 or 8219338. OLE color: 8219338.
HSL color Cylindrical-coordinate representation of color #CA6A7D: hue angle of 348.12º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CA6A7D is Cyan = 0, Magento = 0.48, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 106 | 125 | - |
| CMYK | 0 | 0.48 | 0.38 | 0.21 |
| HSL | 348.13º | 0.48% | 0.6% | - |
| HSV(B) | 348.13º | 0.48% | 0.79% | - |
| XYZ | 33.21 | 24.35 | 22.35 | - |
| YUV | 136.87 | 121.3 | 174.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 106 | 125 | 0 | 0.48 | 0.38 | 0.21 | 348.13 | 0.48 | 0.6 |
| Hex | CA | 6A | 7D | 0 | 30 | 26 | 15 | 15C | 30 | 3C |
| Octal | 312 | 152 | 175 | 0 | 60 | 46 | 25 | 534 | 60 | 74 |
| Binary | 11001010 | 1101010 | 1111101 | 0 | 110000 | 100110 | 10101 | 101011100 | 110000 | 111100 |
Color Harmonies of #CA6A7D
Complementary color
Monochromatic Colors of #CA6A7D
Black with #CA6A7D
Text Example
Text Example
White with #CA6A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6A7D; }
p { color: rgb(202,106,125); }
H1.HeaderClassName
{
color: #CA6A7D;
}
.AnyTagClassName
{
color: #CA6A7D;
}
</style>
background-color css
<style>
a { background-color: #CA6A7D; }
a { background-color: rgb(202,106,125); }
div.DivClassName
{
background-color: #CA6A7D;
}
.BgClassName
{
background-color: #CA6A7D;
}
</style>
border-color css
<style>
span { border-color: #CA6A7D; }
span { border-color: rgb(202,106,125); }
td.TdClassName
{
border-color: #CA6A7D;
}
.TagClassName
{
border-color: #CA6A7D;
}
</style>