Shades of Charm #C37380
Tints of Charm #C37380
RGB
CMYK
RGB Variations
Color information
#C37380 (or 0xC37380) is known color: Charm. HEX triplet: C3, 73 and 80. RGB value is (195,115,128). Sum of RGB (Red+Green+Blue) = 195+115+128=438 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.52% from 438); Green value is 115 (45.31% from 255 or 26.26% from 438); Blue value is 128 (50.39% from 255 or 29.22% from 438); Max value from RGB is 195 - color contains mainly: red. Hex color #C37380 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C37380 is #3C8C7F. Grayscale: #8C8C8C. Windows color (decimal): -3968128 or 8418243. OLE color: 8418243.
HSL color Cylindrical-coordinate representation of color #C37380: hue angle of 350.25º 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 #C37380 is Cyan = 0, Magento = 0.41, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 115 | 128 | - |
| CMYK | 0 | 0.41 | 0.34 | 0.24 |
| HSL | 350.25º | 0.4% | 0.61% | - |
| HSV(B) | 350.25º | 0.41% | 0.76% | - |
| XYZ | 32.53 | 25.42 | 23.61 | - |
| YUV | 140.4 | 121 | 166.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 115 | 128 | 0 | 0.41 | 0.34 | 0.24 | 350.25 | 0.4 | 0.61 |
| Hex | C3 | 73 | 80 | 0 | 29 | 22 | 18 | 15E | 28 | 3D |
| Octal | 303 | 163 | 200 | 0 | 51 | 42 | 30 | 536 | 50 | 75 |
| Binary | 11000011 | 1110011 | 10000000 | 0 | 101001 | 100010 | 11000 | 101011110 | 101000 | 111101 |
Color Harmonies of #C37380
Complementary color
Monochromatic Colors of #C37380
Black with #C37380
Text Example
Text Example
White with #C37380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37380; }
p { color: rgb(195,115,128); }
H1.HeaderClassName
{
color: #C37380;
}
.AnyTagClassName
{
color: #C37380;
}
</style>
background-color css
<style>
a { background-color: #C37380; }
a { background-color: rgb(195,115,128); }
div.DivClassName
{
background-color: #C37380;
}
.BgClassName
{
background-color: #C37380;
}
</style>
border-color css
<style>
span { border-color: #C37380; }
span { border-color: rgb(195,115,128); }
td.TdClassName
{
border-color: #C37380;
}
.TagClassName
{
border-color: #C37380;
}
</style>