Shades of Charm #C37385
Tints of Charm #C37385
RGB
CMYK
RGB Variations
Color information
#C37385 (or 0xC37385) is known color: Charm. HEX triplet: C3, 73 and 85. RGB value is (195,115,133). Sum of RGB (Red+Green+Blue) = 195+115+133=443 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.02% from 443); Green value is 115 (45.31% from 255 or 25.96% from 443); Blue value is 133 (52.34% from 255 or 30.02% from 443); Max value from RGB is 195 - color contains mainly: red. Hex color #C37385 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C37385 is #3C8C7A. Grayscale: #8C8C8C. Windows color (decimal): -3968123 or 8745923. OLE color: 8745923.
HSL color Cylindrical-coordinate representation of color #C37385: hue angle of 346.5º 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 #C37385 is Cyan = 0, Magento = 0.41, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 115 | 133 | - |
| CMYK | 0 | 0.41 | 0.32 | 0.24 |
| HSL | 346.5º | 0.4% | 0.61% | - |
| HSV(B) | 346.5º | 0.41% | 0.76% | - |
| XYZ | 32.87 | 25.56 | 25.39 | - |
| YUV | 140.97 | 123.5 | 166.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 115 | 133 | 0 | 0.41 | 0.32 | 0.24 | 346.5 | 0.4 | 0.61 |
| Hex | C3 | 73 | 85 | 0 | 29 | 20 | 18 | 15A | 28 | 3D |
| Octal | 303 | 163 | 205 | 0 | 51 | 40 | 30 | 532 | 50 | 75 |
| Binary | 11000011 | 1110011 | 10000101 | 0 | 101001 | 100000 | 11000 | 101011010 | 101000 | 111101 |
Color Harmonies of #C37385
Complementary color
Monochromatic Colors of #C37385
Black with #C37385
Text Example
Text Example
White with #C37385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37385; }
p { color: rgb(195,115,133); }
H1.HeaderClassName
{
color: #C37385;
}
.AnyTagClassName
{
color: #C37385;
}
</style>
background-color css
<style>
a { background-color: #C37385; }
a { background-color: rgb(195,115,133); }
div.DivClassName
{
background-color: #C37385;
}
.BgClassName
{
background-color: #C37385;
}
</style>
border-color css
<style>
span { border-color: #C37385; }
span { border-color: rgb(195,115,133); }
td.TdClassName
{
border-color: #C37385;
}
.TagClassName
{
border-color: #C37385;
}
</style>