Shades of Charm #C37D7F
Tints of Charm #C37D7F
RGB
CMYK
RGB Variations
Color information
#C37D7F (or 0xC37D7F) is known color: Charm. HEX triplet: C3, 7D and 7F. RGB value is (195,125,127). Sum of RGB (Red+Green+Blue) = 195+125+127=447 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.62% from 447); Green value is 125 (49.22% from 255 or 27.96% from 447); Blue value is 127 (50% from 255 or 28.41% from 447); Max value from RGB is 195 - color contains mainly: red. Hex color #C37D7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37D7F is #3C8280. Grayscale: #929292. Windows color (decimal): -3965569 or 8355267. OLE color: 8355267.
HSL color Cylindrical-coordinate representation of color #C37D7F: hue angle of 358.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 #C37D7F is Cyan = 0, Magento = 0.36, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 125 | 127 | - |
| CMYK | 0 | 0.36 | 0.35 | 0.24 |
| HSL | 358.29º | 0.37% | 0.63% | - |
| HSV(B) | 358.29º | 0.36% | 0.76% | - |
| XYZ | 33.67 | 27.8 | 23.67 | - |
| YUV | 146.16 | 117.19 | 162.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 125 | 127 | 0 | 0.36 | 0.35 | 0.24 | 358.29 | 0.37 | 0.63 |
| Hex | C3 | 7D | 7F | 0 | 24 | 23 | 18 | 166 | 25 | 3F |
| Octal | 303 | 175 | 177 | 0 | 44 | 43 | 30 | 546 | 45 | 77 |
| Binary | 11000011 | 1111101 | 1111111 | 0 | 100100 | 100011 | 11000 | 101100110 | 100101 | 111111 |
Color Harmonies of #C37D7F
Complementary color
Monochromatic Colors of #C37D7F
Black with #C37D7F
Text Example
Text Example
White with #C37D7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37D7F; }
p { color: rgb(195,125,127); }
H1.HeaderClassName
{
color: #C37D7F;
}
.AnyTagClassName
{
color: #C37D7F;
}
</style>
background-color css
<style>
a { background-color: #C37D7F; }
a { background-color: rgb(195,125,127); }
div.DivClassName
{
background-color: #C37D7F;
}
.BgClassName
{
background-color: #C37D7F;
}
</style>
border-color css
<style>
span { border-color: #C37D7F; }
span { border-color: rgb(195,125,127); }
td.TdClassName
{
border-color: #C37D7F;
}
.TagClassName
{
border-color: #C37D7F;
}
</style>