Shades of Charm #CA7082
Tints of Charm #CA7082
RGB
CMYK
RGB Variations
Color information
#CA7082 (or 0xCA7082) is known color: Charm. HEX triplet: CA, 70 and 82. RGB value is (202,112,130). Sum of RGB (Red+Green+Blue) = 202+112+130=444 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.50% from 444); Green value is 112 (44.14% from 255 or 25.23% from 444); Blue value is 130 (51.17% from 255 or 29.28% from 444); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7082 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7082 is #358F7D. Grayscale: #8C8C8C. Windows color (decimal): -3510142 or 8548554. OLE color: 8548554.
HSL color Cylindrical-coordinate representation of color #CA7082: hue angle of 348º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CA7082 is Cyan = 0, Magento = 0.45, Yellow = 0.36 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 112 | 130 | - |
| CMYK | 0 | 0.45 | 0.36 | 0.21 |
| HSL | 348º | 0.46% | 0.62% | - |
| HSV(B) | 348º | 0.45% | 0.79% | - |
| XYZ | 34.18 | 25.76 | 24.29 | - |
| YUV | 140.96 | 121.82 | 171.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 112 | 130 | 0 | 0.45 | 0.36 | 0.21 | 348 | 0.46 | 0.62 |
| Hex | CA | 70 | 82 | 0 | 2D | 24 | 15 | 15C | 2E | 3E |
| Octal | 312 | 160 | 202 | 0 | 55 | 44 | 25 | 534 | 56 | 76 |
| Binary | 11001010 | 1110000 | 10000010 | 0 | 101101 | 100100 | 10101 | 101011100 | 101110 | 111110 |
Color Harmonies of #CA7082
Complementary color
Monochromatic Colors of #CA7082
Black with #CA7082
Text Example
Text Example
White with #CA7082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7082; }
p { color: rgb(202,112,130); }
H1.HeaderClassName
{
color: #CA7082;
}
.AnyTagClassName
{
color: #CA7082;
}
</style>
background-color css
<style>
a { background-color: #CA7082; }
a { background-color: rgb(202,112,130); }
div.DivClassName
{
background-color: #CA7082;
}
.BgClassName
{
background-color: #CA7082;
}
</style>
border-color css
<style>
span { border-color: #CA7082; }
span { border-color: rgb(202,112,130); }
td.TdClassName
{
border-color: #CA7082;
}
.TagClassName
{
border-color: #CA7082;
}
</style>