Shades of Charm #CA6D82
Tints of Charm #CA6D82
RGB
CMYK
RGB Variations
Color information
#CA6D82 (or 0xCA6D82) is known color: Charm. HEX triplet: CA, 6D and 82. RGB value is (202,109,130). Sum of RGB (Red+Green+Blue) = 202+109+130=441 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.80% from 441); Green value is 109 (42.97% from 255 or 24.72% from 441); Blue value is 130 (51.17% from 255 or 29.48% from 441); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6D82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA6D82 is #35927D. Grayscale: #8B8B8B. Windows color (decimal): -3510910 or 8547786. OLE color: 8547786.
HSL color Cylindrical-coordinate representation of color #CA6D82: hue angle of 346.45º degrees, saturation: 0.47, 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 #CA6D82 is Cyan = 0, Magento = 0.46, Yellow = 0.36 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 109 | 130 | - |
| CMYK | 0 | 0.46 | 0.36 | 0.21 |
| HSL | 346.45º | 0.47% | 0.61% | - |
| HSV(B) | 346.45º | 0.46% | 0.79% | - |
| XYZ | 33.86 | 25.11 | 24.18 | - |
| YUV | 139.2 | 122.81 | 172.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 109 | 130 | 0 | 0.46 | 0.36 | 0.21 | 346.45 | 0.47 | 0.61 |
| Hex | CA | 6D | 82 | 0 | 2E | 24 | 15 | 15A | 2F | 3D |
| Octal | 312 | 155 | 202 | 0 | 56 | 44 | 25 | 532 | 57 | 75 |
| Binary | 11001010 | 1101101 | 10000010 | 0 | 101110 | 100100 | 10101 | 101011010 | 101111 | 111101 |
Color Harmonies of #CA6D82
Complementary color
Monochromatic Colors of #CA6D82
Black with #CA6D82
Text Example
Text Example
White with #CA6D82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6D82; }
p { color: rgb(202,109,130); }
H1.HeaderClassName
{
color: #CA6D82;
}
.AnyTagClassName
{
color: #CA6D82;
}
</style>
background-color css
<style>
a { background-color: #CA6D82; }
a { background-color: rgb(202,109,130); }
div.DivClassName
{
background-color: #CA6D82;
}
.BgClassName
{
background-color: #CA6D82;
}
</style>
border-color css
<style>
span { border-color: #CA6D82; }
span { border-color: rgb(202,109,130); }
td.TdClassName
{
border-color: #CA6D82;
}
.TagClassName
{
border-color: #CA6D82;
}
</style>