Shades of Charm #C37B86
Tints of Charm #C37B86
RGB
CMYK
RGB Variations
Color information
#C37B86 (or 0xC37B86) is known color: Charm. HEX triplet: C3, 7B and 86. RGB value is (195,123,134). Sum of RGB (Red+Green+Blue) = 195+123+134=452 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.14% from 452); Green value is 123 (48.44% from 255 or 27.21% from 452); Blue value is 134 (52.73% from 255 or 29.65% from 452); Max value from RGB is 195 - color contains mainly: red. Hex color #C37B86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C37B86 is #3C8479. Grayscale: #919191. Windows color (decimal): -3966074 or 8813507. OLE color: 8813507.
HSL color Cylindrical-coordinate representation of color #C37B86: hue angle of 350.83º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C37B86 is Cyan = 0, Magento = 0.37, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 123 | 134 | - |
| CMYK | 0 | 0.37 | 0.31 | 0.24 |
| HSL | 350.83º | 0.38% | 0.62% | - |
| HSV(B) | 350.83º | 0.37% | 0.76% | - |
| XYZ | 33.89 | 27.49 | 26.07 | - |
| YUV | 145.78 | 121.35 | 163.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 123 | 134 | 0 | 0.37 | 0.31 | 0.24 | 350.83 | 0.38 | 0.62 |
| Hex | C3 | 7B | 86 | 0 | 25 | 1F | 18 | 15F | 26 | 3E |
| Octal | 303 | 173 | 206 | 0 | 45 | 37 | 30 | 537 | 46 | 76 |
| Binary | 11000011 | 1111011 | 10000110 | 0 | 100101 | 11111 | 11000 | 101011111 | 100110 | 111110 |
Color Harmonies of #C37B86
Complementary color
Monochromatic Colors of #C37B86
Black with #C37B86
Text Example
Text Example
White with #C37B86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37B86; }
p { color: rgb(195,123,134); }
H1.HeaderClassName
{
color: #C37B86;
}
.AnyTagClassName
{
color: #C37B86;
}
</style>
background-color css
<style>
a { background-color: #C37B86; }
a { background-color: rgb(195,123,134); }
div.DivClassName
{
background-color: #C37B86;
}
.BgClassName
{
background-color: #C37B86;
}
</style>
border-color css
<style>
span { border-color: #C37B86; }
span { border-color: rgb(195,123,134); }
td.TdClassName
{
border-color: #C37B86;
}
.TagClassName
{
border-color: #C37B86;
}
</style>