Shades of Charm #C37E85
Tints of Charm #C37E85
RGB
CMYK
RGB Variations
Color information
#C37E85 (or 0xC37E85) is known color: Charm. HEX triplet: C3, 7E and 85. RGB value is (195,126,133). Sum of RGB (Red+Green+Blue) = 195+126+133=454 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.95% from 454); Green value is 126 (49.61% from 255 or 27.75% from 454); Blue value is 133 (52.34% from 255 or 29.30% from 454); Max value from RGB is 195 - color contains mainly: red. Hex color #C37E85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C37E85 is #3C817A. Grayscale: #939393. Windows color (decimal): -3965307 or 8748739. OLE color: 8748739.
HSL color Cylindrical-coordinate representation of color #C37E85: hue angle of 353.91º 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 #C37E85 is Cyan = 0, Magento = 0.35, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 126 | 133 | - |
| CMYK | 0 | 0.35 | 0.32 | 0.24 |
| HSL | 353.91º | 0.37% | 0.63% | - |
| HSV(B) | 353.91º | 0.35% | 0.76% | - |
| XYZ | 34.2 | 28.22 | 25.83 | - |
| YUV | 147.43 | 119.86 | 161.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 126 | 133 | 0 | 0.35 | 0.32 | 0.24 | 353.91 | 0.37 | 0.63 |
| Hex | C3 | 7E | 85 | 0 | 23 | 20 | 18 | 162 | 25 | 3F |
| Octal | 303 | 176 | 205 | 0 | 43 | 40 | 30 | 542 | 45 | 77 |
| Binary | 11000011 | 1111110 | 10000101 | 0 | 100011 | 100000 | 11000 | 101100010 | 100101 | 111111 |
Color Harmonies of #C37E85
Complementary color
Monochromatic Colors of #C37E85
Black with #C37E85
Text Example
Text Example
White with #C37E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37E85; }
p { color: rgb(195,126,133); }
H1.HeaderClassName
{
color: #C37E85;
}
.AnyTagClassName
{
color: #C37E85;
}
</style>
background-color css
<style>
a { background-color: #C37E85; }
a { background-color: rgb(195,126,133); }
div.DivClassName
{
background-color: #C37E85;
}
.BgClassName
{
background-color: #C37E85;
}
</style>
border-color css
<style>
span { border-color: #C37E85; }
span { border-color: rgb(195,126,133); }
td.TdClassName
{
border-color: #C37E85;
}
.TagClassName
{
border-color: #C37E85;
}
</style>