Shades of Charm #C37B92
Tints of Charm #C37B92
RGB
CMYK
RGB Variations
Color information
#C37B92 (or 0xC37B92) is known color: Charm. HEX triplet: C3, 7B and 92. RGB value is (195,123,146). Sum of RGB (Red+Green+Blue) = 195+123+146=464 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.03% from 464); Green value is 123 (48.44% from 255 or 26.51% from 464); Blue value is 146 (57.42% from 255 or 31.47% from 464); Max value from RGB is 195 - color contains mainly: red. Hex color #C37B92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C37B92 is #3C846D. Grayscale: #939393. Windows color (decimal): -3966062 or 9599939. OLE color: 9599939.
HSL color Cylindrical-coordinate representation of color #C37B92: hue angle of 340.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 #C37B92 is Cyan = 0, Magento = 0.37, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 123 | 146 | - |
| CMYK | 0 | 0.37 | 0.25 | 0.24 |
| HSL | 340.83º | 0.38% | 0.62% | - |
| HSV(B) | 340.83º | 0.37% | 0.76% | - |
| XYZ | 34.78 | 27.84 | 30.74 | - |
| YUV | 147.15 | 127.35 | 162.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 123 | 146 | 0 | 0.37 | 0.25 | 0.24 | 340.83 | 0.38 | 0.62 |
| Hex | C3 | 7B | 92 | 0 | 25 | 19 | 18 | 155 | 26 | 3E |
| Octal | 303 | 173 | 222 | 0 | 45 | 31 | 30 | 525 | 46 | 76 |
| Binary | 11000011 | 1111011 | 10010010 | 0 | 100101 | 11001 | 11000 | 101010101 | 100110 | 111110 |
Color Harmonies of #C37B92
Complementary color
Monochromatic Colors of #C37B92
Black with #C37B92
Text Example
Text Example
White with #C37B92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37B92; }
p { color: rgb(195,123,146); }
H1.HeaderClassName
{
color: #C37B92;
}
.AnyTagClassName
{
color: #C37B92;
}
</style>
background-color css
<style>
a { background-color: #C37B92; }
a { background-color: rgb(195,123,146); }
div.DivClassName
{
background-color: #C37B92;
}
.BgClassName
{
background-color: #C37B92;
}
</style>
border-color css
<style>
span { border-color: #C37B92; }
span { border-color: rgb(195,123,146); }
td.TdClassName
{
border-color: #C37B92;
}
.TagClassName
{
border-color: #C37B92;
}
</style>