Shades of Charm #CA7E82
Tints of Charm #CA7E82
RGB
CMYK
RGB Variations
Color information
#CA7E82 (or 0xCA7E82) is known color: Charm. HEX triplet: CA, 7E and 82. RGB value is (202,126,130). Sum of RGB (Red+Green+Blue) = 202+126+130=458 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.10% from 458); Green value is 126 (49.61% from 255 or 27.51% from 458); Blue value is 130 (51.17% from 255 or 28.38% from 458); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7E82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7E82 is #35817D. Grayscale: #959595. Windows color (decimal): -3506558 or 8552138. OLE color: 8552138.
HSL color Cylindrical-coordinate representation of color #CA7E82: hue angle of 356.84º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CA7E82 is Cyan = 0, Magento = 0.38, Yellow = 0.36 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 126 | 130 | - |
| CMYK | 0 | 0.38 | 0.36 | 0.21 |
| HSL | 356.84º | 0.42% | 0.64% | - |
| HSV(B) | 356.84º | 0.38% | 0.79% | - |
| XYZ | 35.85 | 29.09 | 24.84 | - |
| YUV | 149.18 | 117.18 | 165.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 126 | 130 | 0 | 0.38 | 0.36 | 0.21 | 356.84 | 0.42 | 0.64 |
| Hex | CA | 7E | 82 | 0 | 26 | 24 | 15 | 165 | 2A | 40 |
| Octal | 312 | 176 | 202 | 0 | 46 | 44 | 25 | 545 | 52 | 100 |
| Binary | 11001010 | 1111110 | 10000010 | 0 | 100110 | 100100 | 10101 | 101100101 | 101010 | 1000000 |
Color Harmonies of #CA7E82
Complementary color
Monochromatic Colors of #CA7E82
Black with #CA7E82
Text Example
Text Example
White with #CA7E82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7E82; }
p { color: rgb(202,126,130); }
H1.HeaderClassName
{
color: #CA7E82;
}
.AnyTagClassName
{
color: #CA7E82;
}
</style>
background-color css
<style>
a { background-color: #CA7E82; }
a { background-color: rgb(202,126,130); }
div.DivClassName
{
background-color: #CA7E82;
}
.BgClassName
{
background-color: #CA7E82;
}
</style>
border-color css
<style>
span { border-color: #CA7E82; }
span { border-color: rgb(202,126,130); }
td.TdClassName
{
border-color: #CA7E82;
}
.TagClassName
{
border-color: #CA7E82;
}
</style>