Shades of Charm #C57683
Tints of Charm #C57683
RGB
CMYK
RGB Variations
Color information
#C57683 (or 0xC57683) is known color: Charm. HEX triplet: C5, 76 and 83. RGB value is (197,118,131). Sum of RGB (Red+Green+Blue) = 197+118+131=446 (59% of max value = 765). Red value is 197 (77.34% from 255 or 44.17% from 446); Green value is 118 (46.48% from 255 or 26.46% from 446); Blue value is 131 (51.56% from 255 or 29.37% from 446); Max value from RGB is 197 - color contains mainly: red. Hex color #C57683 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57683 is #3A897C. Grayscale: #8F8F8F. Windows color (decimal): -3836285 or 8615621. OLE color: 8615621.
HSL color Cylindrical-coordinate representation of color #C57683: hue angle of 350.13º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C57683 is Cyan = 0, Magento = 0.40, Yellow = 0.34 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 118 | 131 | - |
| CMYK | 0 | 0.40 | 0.34 | 0.23 |
| HSL | 350.13º | 0.41% | 0.62% | - |
| HSV(B) | 350.13º | 0.4% | 0.77% | - |
| XYZ | 33.6 | 26.47 | 24.81 | - |
| YUV | 143.1 | 121.17 | 166.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 118 | 131 | 0 | 0.40 | 0.34 | 0.23 | 350.13 | 0.41 | 0.62 |
| Hex | C5 | 76 | 83 | 0 | 28 | 22 | 17 | 15E | 29 | 3E |
| Octal | 305 | 166 | 203 | 0 | 50 | 42 | 27 | 536 | 51 | 76 |
| Binary | 11000101 | 1110110 | 10000011 | 0 | 101000 | 100010 | 10111 | 101011110 | 101001 | 111110 |
Color Harmonies of #C57683
Complementary color
Monochromatic Colors of #C57683
Black with #C57683
Text Example
Text Example
White with #C57683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57683; }
p { color: rgb(197,118,131); }
H1.HeaderClassName
{
color: #C57683;
}
.AnyTagClassName
{
color: #C57683;
}
</style>
background-color css
<style>
a { background-color: #C57683; }
a { background-color: rgb(197,118,131); }
div.DivClassName
{
background-color: #C57683;
}
.BgClassName
{
background-color: #C57683;
}
</style>
border-color css
<style>
span { border-color: #C57683; }
span { border-color: rgb(197,118,131); }
td.TdClassName
{
border-color: #C57683;
}
.TagClassName
{
border-color: #C57683;
}
</style>