Shades of Charm #CA6A7A
Tints of Charm #CA6A7A
RGB
CMYK
RGB Variations
Color information
#CA6A7A (or 0xCA6A7A) is known color: Charm. HEX triplet: CA, 6A and 7A. RGB value is (202,106,122). Sum of RGB (Red+Green+Blue) = 202+106+122=430 (56% of max value = 765). Red value is 202 (79.30% from 255 or 46.98% from 430); Green value is 106 (41.80% from 255 or 24.65% from 430); Blue value is 122 (48.05% from 255 or 28.37% from 430); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6A7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6A7A is #359585. Grayscale: #888888. Windows color (decimal): -3511686 or 8022730. OLE color: 8022730.
HSL color Cylindrical-coordinate representation of color #CA6A7A: hue angle of 350º 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 #CA6A7A is Cyan = 0, Magento = 0.48, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 106 | 122 | - |
| CMYK | 0 | 0.48 | 0.40 | 0.21 |
| HSL | 350º | 0.48% | 0.6% | - |
| HSV(B) | 350º | 0.48% | 0.79% | - |
| XYZ | 33.02 | 24.27 | 21.36 | - |
| YUV | 136.53 | 119.8 | 174.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 106 | 122 | 0 | 0.48 | 0.40 | 0.21 | 350 | 0.48 | 0.6 |
| Hex | CA | 6A | 7A | 0 | 30 | 28 | 15 | 15E | 30 | 3C |
| Octal | 312 | 152 | 172 | 0 | 60 | 50 | 25 | 536 | 60 | 74 |
| Binary | 11001010 | 1101010 | 1111010 | 0 | 110000 | 101000 | 10101 | 101011110 | 110000 | 111100 |
Color Harmonies of #CA6A7A
Complementary color
Monochromatic Colors of #CA6A7A
Black with #CA6A7A
Text Example
Text Example
White with #CA6A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6A7A; }
p { color: rgb(202,106,122); }
H1.HeaderClassName
{
color: #CA6A7A;
}
.AnyTagClassName
{
color: #CA6A7A;
}
</style>
background-color css
<style>
a { background-color: #CA6A7A; }
a { background-color: rgb(202,106,122); }
div.DivClassName
{
background-color: #CA6A7A;
}
.BgClassName
{
background-color: #CA6A7A;
}
</style>
border-color css
<style>
span { border-color: #CA6A7A; }
span { border-color: rgb(202,106,122); }
td.TdClassName
{
border-color: #CA6A7A;
}
.TagClassName
{
border-color: #CA6A7A;
}
</style>