Shades of Charm #CA7582
Tints of Charm #CA7582
RGB
CMYK
RGB Variations
Color information
#CA7582 (or 0xCA7582) is known color: Charm. HEX triplet: CA, 75 and 82. RGB value is (202,117,130). Sum of RGB (Red+Green+Blue) = 202+117+130=449 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.99% from 449); Green value is 117 (46.09% from 255 or 26.06% from 449); Blue value is 130 (51.17% from 255 or 28.95% from 449); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7582 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7582 is #358A7D. Grayscale: #8F8F8F. Windows color (decimal): -3508862 or 8549834. OLE color: 8549834.
HSL color Cylindrical-coordinate representation of color #CA7582: hue angle of 350.82º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CA7582 is Cyan = 0, Magento = 0.42, Yellow = 0.36 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 117 | 130 | - |
| CMYK | 0 | 0.42 | 0.36 | 0.21 |
| HSL | 350.82º | 0.45% | 0.63% | - |
| HSV(B) | 350.82º | 0.42% | 0.79% | - |
| XYZ | 34.75 | 26.89 | 24.48 | - |
| YUV | 143.9 | 120.16 | 169.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 117 | 130 | 0 | 0.42 | 0.36 | 0.21 | 350.82 | 0.45 | 0.63 |
| Hex | CA | 75 | 82 | 0 | 2A | 24 | 15 | 15F | 2D | 3F |
| Octal | 312 | 165 | 202 | 0 | 52 | 44 | 25 | 537 | 55 | 77 |
| Binary | 11001010 | 1110101 | 10000010 | 0 | 101010 | 100100 | 10101 | 101011111 | 101101 | 111111 |
Color Harmonies of #CA7582
Complementary color
Monochromatic Colors of #CA7582
Black with #CA7582
Text Example
Text Example
White with #CA7582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7582; }
p { color: rgb(202,117,130); }
H1.HeaderClassName
{
color: #CA7582;
}
.AnyTagClassName
{
color: #CA7582;
}
</style>
background-color css
<style>
a { background-color: #CA7582; }
a { background-color: rgb(202,117,130); }
div.DivClassName
{
background-color: #CA7582;
}
.BgClassName
{
background-color: #CA7582;
}
</style>
border-color css
<style>
span { border-color: #CA7582; }
span { border-color: rgb(202,117,130); }
td.TdClassName
{
border-color: #CA7582;
}
.TagClassName
{
border-color: #CA7582;
}
</style>