Shades of Charm #C37C8C
Tints of Charm #C37C8C
RGB
CMYK
RGB Variations
Color information
#C37C8C (or 0xC37C8C) is known color: Charm. HEX triplet: C3, 7C and 8C. RGB value is (195,124,140). Sum of RGB (Red+Green+Blue) = 195+124+140=459 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.48% from 459); Green value is 124 (48.83% from 255 or 27.02% from 459); Blue value is 140 (55.08% from 255 or 30.50% from 459); Max value from RGB is 195 - color contains mainly: red. Hex color #C37C8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C37C8C is #3C8373. Grayscale: #939393. Windows color (decimal): -3965812 or 9206979. OLE color: 9206979.
HSL color Cylindrical-coordinate representation of color #C37C8C: hue angle of 346.48º 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 #C37C8C is Cyan = 0, Magento = 0.36, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 124 | 140 | - |
| CMYK | 0 | 0.36 | 0.28 | 0.24 |
| HSL | 346.48º | 0.37% | 0.63% | - |
| HSV(B) | 346.48º | 0.36% | 0.76% | - |
| XYZ | 34.45 | 27.91 | 28.38 | - |
| YUV | 147.05 | 124.02 | 162.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 124 | 140 | 0 | 0.36 | 0.28 | 0.24 | 346.48 | 0.37 | 0.63 |
| Hex | C3 | 7C | 8C | 0 | 24 | 1C | 18 | 15A | 25 | 3F |
| Octal | 303 | 174 | 214 | 0 | 44 | 34 | 30 | 532 | 45 | 77 |
| Binary | 11000011 | 1111100 | 10001100 | 0 | 100100 | 11100 | 11000 | 101011010 | 100101 | 111111 |
Color Harmonies of #C37C8C
Complementary color
Monochromatic Colors of #C37C8C
Black with #C37C8C
Text Example
Text Example
White with #C37C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37C8C; }
p { color: rgb(195,124,140); }
H1.HeaderClassName
{
color: #C37C8C;
}
.AnyTagClassName
{
color: #C37C8C;
}
</style>
background-color css
<style>
a { background-color: #C37C8C; }
a { background-color: rgb(195,124,140); }
div.DivClassName
{
background-color: #C37C8C;
}
.BgClassName
{
background-color: #C37C8C;
}
</style>
border-color css
<style>
span { border-color: #C37C8C; }
span { border-color: rgb(195,124,140); }
td.TdClassName
{
border-color: #C37C8C;
}
.TagClassName
{
border-color: #C37C8C;
}
</style>