Shades of Charm #C37D86
Tints of Charm #C37D86
RGB
CMYK
RGB Variations
Color information
#C37D86 (or 0xC37D86) is known color: Charm. HEX triplet: C3, 7D and 86. RGB value is (195,125,134). Sum of RGB (Red+Green+Blue) = 195+125+134=454 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.95% from 454); Green value is 125 (49.22% from 255 or 27.53% from 454); Blue value is 134 (52.73% from 255 or 29.52% from 454); Max value from RGB is 195 - color contains mainly: red. Hex color #C37D86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C37D86 is #3C8279. Grayscale: #929292. Windows color (decimal): -3965562 or 8814019. OLE color: 8814019.
HSL color Cylindrical-coordinate representation of color #C37D86: hue angle of 352.29º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C37D86 is Cyan = 0, Magento = 0.36, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 125 | 134 | - |
| CMYK | 0 | 0.36 | 0.31 | 0.24 |
| HSL | 352.29º | 0.37% | 0.63% | - |
| HSV(B) | 352.29º | 0.36% | 0.76% | - |
| XYZ | 34.14 | 27.99 | 26.16 | - |
| YUV | 146.96 | 120.69 | 162.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 125 | 134 | 0 | 0.36 | 0.31 | 0.24 | 352.29 | 0.37 | 0.63 |
| Hex | C3 | 7D | 86 | 0 | 24 | 1F | 18 | 160 | 25 | 3F |
| Octal | 303 | 175 | 206 | 0 | 44 | 37 | 30 | 540 | 45 | 77 |
| Binary | 11000011 | 1111101 | 10000110 | 0 | 100100 | 11111 | 11000 | 101100000 | 100101 | 111111 |
Color Harmonies of #C37D86
Complementary color
Monochromatic Colors of #C37D86
Black with #C37D86
Text Example
Text Example
White with #C37D86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37D86; }
p { color: rgb(195,125,134); }
H1.HeaderClassName
{
color: #C37D86;
}
.AnyTagClassName
{
color: #C37D86;
}
</style>
background-color css
<style>
a { background-color: #C37D86; }
a { background-color: rgb(195,125,134); }
div.DivClassName
{
background-color: #C37D86;
}
.BgClassName
{
background-color: #C37D86;
}
</style>
border-color css
<style>
span { border-color: #C37D86; }
span { border-color: rgb(195,125,134); }
td.TdClassName
{
border-color: #C37D86;
}
.TagClassName
{
border-color: #C37D86;
}
</style>