Shades of Charm #C37986
Tints of Charm #C37986
RGB
CMYK
RGB Variations
Color information
#C37986 (or 0xC37986) is known color: Charm. HEX triplet: C3, 79 and 86. RGB value is (195,121,134). Sum of RGB (Red+Green+Blue) = 195+121+134=450 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.33% from 450); Green value is 121 (47.66% from 255 or 26.89% from 450); Blue value is 134 (52.73% from 255 or 29.78% from 450); Max value from RGB is 195 - color contains mainly: red. Hex color #C37986 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C37986 is #3C8679. Grayscale: #909090. Windows color (decimal): -3966586 or 8812995. OLE color: 8812995.
HSL color Cylindrical-coordinate representation of color #C37986: hue angle of 349.46º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C37986 is Cyan = 0, Magento = 0.38, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 121 | 134 | - |
| CMYK | 0 | 0.38 | 0.31 | 0.24 |
| HSL | 349.46º | 0.38% | 0.62% | - |
| HSV(B) | 349.46º | 0.38% | 0.76% | - |
| XYZ | 33.65 | 27 | 25.99 | - |
| YUV | 144.61 | 122.02 | 163.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 121 | 134 | 0 | 0.38 | 0.31 | 0.24 | 349.46 | 0.38 | 0.62 |
| Hex | C3 | 79 | 86 | 0 | 26 | 1F | 18 | 15D | 26 | 3E |
| Octal | 303 | 171 | 206 | 0 | 46 | 37 | 30 | 535 | 46 | 76 |
| Binary | 11000011 | 1111001 | 10000110 | 0 | 100110 | 11111 | 11000 | 101011101 | 100110 | 111110 |
Color Harmonies of #C37986
Complementary color
Monochromatic Colors of #C37986
Black with #C37986
Text Example
Text Example
White with #C37986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37986; }
p { color: rgb(195,121,134); }
H1.HeaderClassName
{
color: #C37986;
}
.AnyTagClassName
{
color: #C37986;
}
</style>
background-color css
<style>
a { background-color: #C37986; }
a { background-color: rgb(195,121,134); }
div.DivClassName
{
background-color: #C37986;
}
.BgClassName
{
background-color: #C37986;
}
</style>
border-color css
<style>
span { border-color: #C37986; }
span { border-color: rgb(195,121,134); }
td.TdClassName
{
border-color: #C37986;
}
.TagClassName
{
border-color: #C37986;
}
</style>