Shades of Charm #CA6A7C
Tints of Charm #CA6A7C
RGB
CMYK
RGB Variations
Color information
#CA6A7C (or 0xCA6A7C) is known color: Charm. HEX triplet: CA, 6A and 7C. RGB value is (202,106,124). Sum of RGB (Red+Green+Blue) = 202+106+124=432 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.76% from 432); Green value is 106 (41.80% from 255 or 24.54% from 432); Blue value is 124 (48.83% from 255 or 28.70% from 432); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6A7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6A7C is #359583. Grayscale: #888888. Windows color (decimal): -3511684 or 8153802. OLE color: 8153802.
HSL color Cylindrical-coordinate representation of color #CA6A7C: hue angle of 348.75º 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 #CA6A7C is Cyan = 0, Magento = 0.48, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 106 | 124 | - |
| CMYK | 0 | 0.48 | 0.39 | 0.21 |
| HSL | 348.75º | 0.48% | 0.6% | - |
| HSV(B) | 348.75º | 0.48% | 0.79% | - |
| XYZ | 33.15 | 24.32 | 22.02 | - |
| YUV | 136.76 | 120.8 | 174.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 106 | 124 | 0 | 0.48 | 0.39 | 0.21 | 348.75 | 0.48 | 0.6 |
| Hex | CA | 6A | 7C | 0 | 30 | 27 | 15 | 15D | 30 | 3C |
| Octal | 312 | 152 | 174 | 0 | 60 | 47 | 25 | 535 | 60 | 74 |
| Binary | 11001010 | 1101010 | 1111100 | 0 | 110000 | 100111 | 10101 | 101011101 | 110000 | 111100 |
Color Harmonies of #CA6A7C
Complementary color
Monochromatic Colors of #CA6A7C
Black with #CA6A7C
Text Example
Text Example
White with #CA6A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6A7C; }
p { color: rgb(202,106,124); }
H1.HeaderClassName
{
color: #CA6A7C;
}
.AnyTagClassName
{
color: #CA6A7C;
}
</style>
background-color css
<style>
a { background-color: #CA6A7C; }
a { background-color: rgb(202,106,124); }
div.DivClassName
{
background-color: #CA6A7C;
}
.BgClassName
{
background-color: #CA6A7C;
}
</style>
border-color css
<style>
span { border-color: #CA6A7C; }
span { border-color: rgb(202,106,124); }
td.TdClassName
{
border-color: #CA6A7C;
}
.TagClassName
{
border-color: #CA6A7C;
}
</style>