Shades of Charm #C37E7F
Tints of Charm #C37E7F
RGB
CMYK
RGB Variations
Color information
#C37E7F (or 0xC37E7F) is known color: Charm. HEX triplet: C3, 7E and 7F. RGB value is (195,126,127). Sum of RGB (Red+Green+Blue) = 195+126+127=448 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.53% from 448); Green value is 126 (49.61% from 255 or 28.12% from 448); Blue value is 127 (50% from 255 or 28.35% from 448); Max value from RGB is 195 - color contains mainly: red. Hex color #C37E7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37E7F is #3C8180. Grayscale: #929292. Windows color (decimal): -3965313 or 8355523. OLE color: 8355523.
HSL color Cylindrical-coordinate representation of color #C37E7F: hue angle of 359.13º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C37E7F is Cyan = 0, Magento = 0.35, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 126 | 127 | - |
| CMYK | 0 | 0.35 | 0.35 | 0.24 |
| HSL | 359.13º | 0.37% | 0.63% | - |
| HSV(B) | 359.13º | 0.35% | 0.76% | - |
| XYZ | 33.8 | 28.06 | 23.71 | - |
| YUV | 146.75 | 116.86 | 162.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 126 | 127 | 0 | 0.35 | 0.35 | 0.24 | 359.13 | 0.37 | 0.63 |
| Hex | C3 | 7E | 7F | 0 | 23 | 23 | 18 | 167 | 25 | 3F |
| Octal | 303 | 176 | 177 | 0 | 43 | 43 | 30 | 547 | 45 | 77 |
| Binary | 11000011 | 1111110 | 1111111 | 0 | 100011 | 100011 | 11000 | 101100111 | 100101 | 111111 |
Color Harmonies of #C37E7F
Complementary color
Monochromatic Colors of #C37E7F
Black with #C37E7F
Text Example
Text Example
White with #C37E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37E7F; }
p { color: rgb(195,126,127); }
H1.HeaderClassName
{
color: #C37E7F;
}
.AnyTagClassName
{
color: #C37E7F;
}
</style>
background-color css
<style>
a { background-color: #C37E7F; }
a { background-color: rgb(195,126,127); }
div.DivClassName
{
background-color: #C37E7F;
}
.BgClassName
{
background-color: #C37E7F;
}
</style>
border-color css
<style>
span { border-color: #C37E7F; }
span { border-color: rgb(195,126,127); }
td.TdClassName
{
border-color: #C37E7F;
}
.TagClassName
{
border-color: #C37E7F;
}
</style>