Shades of Charm #C37480
Tints of Charm #C37480
RGB
CMYK
RGB Variations
Color information
#C37480 (or 0xC37480) is known color: Charm. HEX triplet: C3, 74 and 80. RGB value is (195,116,128). Sum of RGB (Red+Green+Blue) = 195+116+128=439 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.42% from 439); Green value is 116 (45.70% from 255 or 26.42% from 439); Blue value is 128 (50.39% from 255 or 29.16% from 439); Max value from RGB is 195 - color contains mainly: red. Hex color #C37480 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C37480 is #3C8B7F. Grayscale: #8D8D8D. Windows color (decimal): -3967872 or 8418499. OLE color: 8418499.
HSL color Cylindrical-coordinate representation of color #C37480: hue angle of 350.89º 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 #C37480 is Cyan = 0, Magento = 0.41, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 116 | 128 | - |
| CMYK | 0 | 0.41 | 0.34 | 0.24 |
| HSL | 350.89º | 0.4% | 0.61% | - |
| HSV(B) | 350.89º | 0.41% | 0.76% | - |
| XYZ | 32.65 | 25.65 | 23.65 | - |
| YUV | 140.99 | 120.67 | 166.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 116 | 128 | 0 | 0.41 | 0.34 | 0.24 | 350.89 | 0.4 | 0.61 |
| Hex | C3 | 74 | 80 | 0 | 29 | 22 | 18 | 15F | 28 | 3D |
| Octal | 303 | 164 | 200 | 0 | 51 | 42 | 30 | 537 | 50 | 75 |
| Binary | 11000011 | 1110100 | 10000000 | 0 | 101001 | 100010 | 11000 | 101011111 | 101000 | 111101 |
Color Harmonies of #C37480
Complementary color
Monochromatic Colors of #C37480
Black with #C37480
Text Example
Text Example
White with #C37480
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37480; }
p { color: rgb(195,116,128); }
H1.HeaderClassName
{
color: #C37480;
}
.AnyTagClassName
{
color: #C37480;
}
</style>
background-color css
<style>
a { background-color: #C37480; }
a { background-color: rgb(195,116,128); }
div.DivClassName
{
background-color: #C37480;
}
.BgClassName
{
background-color: #C37480;
}
</style>
border-color css
<style>
span { border-color: #C37480; }
span { border-color: rgb(195,116,128); }
td.TdClassName
{
border-color: #C37480;
}
.TagClassName
{
border-color: #C37480;
}
</style>