Shades of Charm #C37E82
Tints of Charm #C37E82
RGB
CMYK
RGB Variations
Color information
#C37E82 (or 0xC37E82) is known color: Charm. HEX triplet: C3, 7E and 82. RGB value is (195,126,130). Sum of RGB (Red+Green+Blue) = 195+126+130=451 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.24% from 451); Green value is 126 (49.61% from 255 or 27.94% from 451); Blue value is 130 (51.17% from 255 or 28.82% from 451); Max value from RGB is 195 - color contains mainly: red. Hex color #C37E82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C37E82 is #3C817D. Grayscale: #939393. Windows color (decimal): -3965310 or 8552131. OLE color: 8552131.
HSL color Cylindrical-coordinate representation of color #C37E82: hue angle of 356.52º 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 #C37E82 is Cyan = 0, Magento = 0.35, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 126 | 130 | - |
| CMYK | 0 | 0.35 | 0.33 | 0.24 |
| HSL | 356.52º | 0.37% | 0.63% | - |
| HSV(B) | 356.52º | 0.35% | 0.76% | - |
| XYZ | 34 | 28.14 | 24.76 | - |
| YUV | 147.09 | 118.36 | 162.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 126 | 130 | 0 | 0.35 | 0.33 | 0.24 | 356.52 | 0.37 | 0.63 |
| Hex | C3 | 7E | 82 | 0 | 23 | 21 | 18 | 165 | 25 | 3F |
| Octal | 303 | 176 | 202 | 0 | 43 | 41 | 30 | 545 | 45 | 77 |
| Binary | 11000011 | 1111110 | 10000010 | 0 | 100011 | 100001 | 11000 | 101100101 | 100101 | 111111 |
Color Harmonies of #C37E82
Complementary color
Monochromatic Colors of #C37E82
Black with #C37E82
Text Example
Text Example
White with #C37E82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37E82; }
p { color: rgb(195,126,130); }
H1.HeaderClassName
{
color: #C37E82;
}
.AnyTagClassName
{
color: #C37E82;
}
</style>
background-color css
<style>
a { background-color: #C37E82; }
a { background-color: rgb(195,126,130); }
div.DivClassName
{
background-color: #C37E82;
}
.BgClassName
{
background-color: #C37E82;
}
</style>
border-color css
<style>
span { border-color: #C37E82; }
span { border-color: rgb(195,126,130); }
td.TdClassName
{
border-color: #C37E82;
}
.TagClassName
{
border-color: #C37E82;
}
</style>