Shades of Charm #C37479
Tints of Charm #C37479
RGB
CMYK
RGB Variations
Color information
#C37479 (or 0xC37479) is known color: Charm. HEX triplet: C3, 74 and 79. RGB value is (195,116,121). Sum of RGB (Red+Green+Blue) = 195+116+121=432 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.14% from 432); Green value is 116 (45.70% from 255 or 26.85% from 432); Blue value is 121 (47.66% from 255 or 28.01% from 432); Max value from RGB is 195 - color contains mainly: red. Hex color #C37479 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37479 is #3C8B86. Grayscale: #8C8C8C. Windows color (decimal): -3967879 or 7959747. OLE color: 7959747.
HSL color Cylindrical-coordinate representation of color #C37479: hue angle of 356.2º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C37479 is Cyan = 0, Magento = 0.41, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 116 | 121 | - |
| CMYK | 0 | 0.41 | 0.38 | 0.24 |
| HSL | 356.2º | 0.4% | 0.61% | - |
| HSV(B) | 356.2º | 0.41% | 0.76% | - |
| XYZ | 32.2 | 25.47 | 21.31 | - |
| YUV | 140.19 | 117.17 | 167.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 116 | 121 | 0 | 0.41 | 0.38 | 0.24 | 356.2 | 0.4 | 0.61 |
| Hex | C3 | 74 | 79 | 0 | 29 | 26 | 18 | 164 | 28 | 3D |
| Octal | 303 | 164 | 171 | 0 | 51 | 46 | 30 | 544 | 50 | 75 |
| Binary | 11000011 | 1110100 | 1111001 | 0 | 101001 | 100110 | 11000 | 101100100 | 101000 | 111101 |
Color Harmonies of #C37479
Complementary color
Monochromatic Colors of #C37479
Black with #C37479
Text Example
Text Example
White with #C37479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37479; }
p { color: rgb(195,116,121); }
H1.HeaderClassName
{
color: #C37479;
}
.AnyTagClassName
{
color: #C37479;
}
</style>
background-color css
<style>
a { background-color: #C37479; }
a { background-color: rgb(195,116,121); }
div.DivClassName
{
background-color: #C37479;
}
.BgClassName
{
background-color: #C37479;
}
</style>
border-color css
<style>
span { border-color: #C37479; }
span { border-color: rgb(195,116,121); }
td.TdClassName
{
border-color: #C37479;
}
.TagClassName
{
border-color: #C37479;
}
</style>