Shades of Charm #C37B8C
Tints of Charm #C37B8C
RGB
CMYK
RGB Variations
Color information
#C37B8C (or 0xC37B8C) is known color: Charm. HEX triplet: C3, 7B and 8C. RGB value is (195,123,140). Sum of RGB (Red+Green+Blue) = 195+123+140=458 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.58% from 458); Green value is 123 (48.44% from 255 or 26.86% from 458); Blue value is 140 (55.08% from 255 or 30.57% from 458); Max value from RGB is 195 - color contains mainly: red. Hex color #C37B8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C37B8C is #3C8473. Grayscale: #929292. Windows color (decimal): -3966068 or 9206723. OLE color: 9206723.
HSL color Cylindrical-coordinate representation of color #C37B8C: hue angle of 345.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 #C37B8C is Cyan = 0, Magento = 0.37, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 123 | 140 | - |
| CMYK | 0 | 0.37 | 0.28 | 0.24 |
| HSL | 345.83º | 0.38% | 0.62% | - |
| HSV(B) | 345.83º | 0.37% | 0.76% | - |
| XYZ | 34.32 | 27.66 | 28.34 | - |
| YUV | 146.47 | 124.35 | 162.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 123 | 140 | 0 | 0.37 | 0.28 | 0.24 | 345.83 | 0.38 | 0.62 |
| Hex | C3 | 7B | 8C | 0 | 25 | 1C | 18 | 15A | 26 | 3E |
| Octal | 303 | 173 | 214 | 0 | 45 | 34 | 30 | 532 | 46 | 76 |
| Binary | 11000011 | 1111011 | 10001100 | 0 | 100101 | 11100 | 11000 | 101011010 | 100110 | 111110 |
Color Harmonies of #C37B8C
Complementary color
Monochromatic Colors of #C37B8C
Black with #C37B8C
Text Example
Text Example
White with #C37B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37B8C; }
p { color: rgb(195,123,140); }
H1.HeaderClassName
{
color: #C37B8C;
}
.AnyTagClassName
{
color: #C37B8C;
}
</style>
background-color css
<style>
a { background-color: #C37B8C; }
a { background-color: rgb(195,123,140); }
div.DivClassName
{
background-color: #C37B8C;
}
.BgClassName
{
background-color: #C37B8C;
}
</style>
border-color css
<style>
span { border-color: #C37B8C; }
span { border-color: rgb(195,123,140); }
td.TdClassName
{
border-color: #C37B8C;
}
.TagClassName
{
border-color: #C37B8C;
}
</style>