Shades of Charm #CA6C7A
Tints of Charm #CA6C7A
RGB
CMYK
RGB Variations
Color information
#CA6C7A (or 0xCA6C7A) is known color: Charm. HEX triplet: CA, 6C and 7A. RGB value is (202,108,122). Sum of RGB (Red+Green+Blue) = 202+108+122=432 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.76% from 432); Green value is 108 (42.58% from 255 or 25% from 432); Blue value is 122 (48.05% from 255 or 28.24% from 432); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6C7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6C7A is #359385. Grayscale: #898989. Windows color (decimal): -3511174 or 8023242. OLE color: 8023242.
HSL color Cylindrical-coordinate representation of color #CA6C7A: hue angle of 351.06º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CA6C7A is Cyan = 0, Magento = 0.47, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 108 | 122 | - |
| CMYK | 0 | 0.47 | 0.40 | 0.21 |
| HSL | 351.06º | 0.47% | 0.61% | - |
| HSV(B) | 351.06º | 0.47% | 0.79% | - |
| XYZ | 33.23 | 24.69 | 21.43 | - |
| YUV | 137.7 | 119.14 | 173.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 108 | 122 | 0 | 0.47 | 0.40 | 0.21 | 351.06 | 0.47 | 0.61 |
| Hex | CA | 6C | 7A | 0 | 2F | 28 | 15 | 15F | 2F | 3D |
| Octal | 312 | 154 | 172 | 0 | 57 | 50 | 25 | 537 | 57 | 75 |
| Binary | 11001010 | 1101100 | 1111010 | 0 | 101111 | 101000 | 10101 | 101011111 | 101111 | 111101 |
Color Harmonies of #CA6C7A
Complementary color
Monochromatic Colors of #CA6C7A
Black with #CA6C7A
Text Example
Text Example
White with #CA6C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6C7A; }
p { color: rgb(202,108,122); }
H1.HeaderClassName
{
color: #CA6C7A;
}
.AnyTagClassName
{
color: #CA6C7A;
}
</style>
background-color css
<style>
a { background-color: #CA6C7A; }
a { background-color: rgb(202,108,122); }
div.DivClassName
{
background-color: #CA6C7A;
}
.BgClassName
{
background-color: #CA6C7A;
}
</style>
border-color css
<style>
span { border-color: #CA6C7A; }
span { border-color: rgb(202,108,122); }
td.TdClassName
{
border-color: #CA6C7A;
}
.TagClassName
{
border-color: #CA6C7A;
}
</style>