Shades of Charm #CA7983
Tints of Charm #CA7983
RGB
CMYK
RGB Variations
Color information
#CA7983 (or 0xCA7983) is known color: Charm. HEX triplet: CA, 79 and 83. RGB value is (202,121,131). Sum of RGB (Red+Green+Blue) = 202+121+131=454 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.49% from 454); Green value is 121 (47.66% from 255 or 26.65% from 454); Blue value is 131 (51.56% from 255 or 28.85% from 454); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7983 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7983 is #35867C. Grayscale: #929292. Windows color (decimal): -3507837 or 8616394. OLE color: 8616394.
HSL color Cylindrical-coordinate representation of color #CA7983: hue angle of 352.59º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CA7983 is Cyan = 0, Magento = 0.40, Yellow = 0.35 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 121 | 131 | - |
| CMYK | 0 | 0.40 | 0.35 | 0.21 |
| HSL | 352.59º | 0.43% | 0.63% | - |
| HSV(B) | 352.59º | 0.4% | 0.79% | - |
| XYZ | 35.29 | 27.87 | 24.99 | - |
| YUV | 146.36 | 119.34 | 167.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 121 | 131 | 0 | 0.40 | 0.35 | 0.21 | 352.59 | 0.43 | 0.63 |
| Hex | CA | 79 | 83 | 0 | 28 | 23 | 15 | 161 | 2B | 3F |
| Octal | 312 | 171 | 203 | 0 | 50 | 43 | 25 | 541 | 53 | 77 |
| Binary | 11001010 | 1111001 | 10000011 | 0 | 101000 | 100011 | 10101 | 101100001 | 101011 | 111111 |
Color Harmonies of #CA7983
Complementary color
Monochromatic Colors of #CA7983
Black with #CA7983
Text Example
Text Example
White with #CA7983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7983; }
p { color: rgb(202,121,131); }
H1.HeaderClassName
{
color: #CA7983;
}
.AnyTagClassName
{
color: #CA7983;
}
</style>
background-color css
<style>
a { background-color: #CA7983; }
a { background-color: rgb(202,121,131); }
div.DivClassName
{
background-color: #CA7983;
}
.BgClassName
{
background-color: #CA7983;
}
</style>
border-color css
<style>
span { border-color: #CA7983; }
span { border-color: rgb(202,121,131); }
td.TdClassName
{
border-color: #CA7983;
}
.TagClassName
{
border-color: #CA7983;
}
</style>