Shades of Charm #C37F85
Tints of Charm #C37F85
RGB
CMYK
RGB Variations
Color information
#C37F85 (or 0xC37F85) is known color: Charm. HEX triplet: C3, 7F and 85. RGB value is (195,127,133). Sum of RGB (Red+Green+Blue) = 195+127+133=455 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.86% from 455); Green value is 127 (50% from 255 or 27.91% from 455); Blue value is 133 (52.34% from 255 or 29.23% from 455); Max value from RGB is 195 - color contains mainly: red. Hex color #C37F85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C37F85 is #3C807A. Grayscale: #949494. Windows color (decimal): -3965051 or 8748995. OLE color: 8748995.
HSL color Cylindrical-coordinate representation of color #C37F85: hue angle of 354.71º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C37F85 is Cyan = 0, Magento = 0.35, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 127 | 133 | - |
| CMYK | 0 | 0.35 | 0.32 | 0.24 |
| HSL | 354.71º | 0.36% | 0.63% | - |
| HSV(B) | 354.71º | 0.35% | 0.76% | - |
| XYZ | 34.33 | 28.47 | 25.88 | - |
| YUV | 148.02 | 119.53 | 161.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 127 | 133 | 0 | 0.35 | 0.32 | 0.24 | 354.71 | 0.36 | 0.63 |
| Hex | C3 | 7F | 85 | 0 | 23 | 20 | 18 | 163 | 24 | 3F |
| Octal | 303 | 177 | 205 | 0 | 43 | 40 | 30 | 543 | 44 | 77 |
| Binary | 11000011 | 1111111 | 10000101 | 0 | 100011 | 100000 | 11000 | 101100011 | 100100 | 111111 |
Color Harmonies of #C37F85
Complementary color
Monochromatic Colors of #C37F85
Black with #C37F85
Text Example
Text Example
White with #C37F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37F85; }
p { color: rgb(195,127,133); }
H1.HeaderClassName
{
color: #C37F85;
}
.AnyTagClassName
{
color: #C37F85;
}
</style>
background-color css
<style>
a { background-color: #C37F85; }
a { background-color: rgb(195,127,133); }
div.DivClassName
{
background-color: #C37F85;
}
.BgClassName
{
background-color: #C37F85;
}
</style>
border-color css
<style>
span { border-color: #C37F85; }
span { border-color: rgb(195,127,133); }
td.TdClassName
{
border-color: #C37F85;
}
.TagClassName
{
border-color: #C37F85;
}
</style>