Shades of Charm #C37185
Tints of Charm #C37185
RGB
CMYK
RGB Variations
Color information
#C37185 (or 0xC37185) is known color: Charm. HEX triplet: C3, 71 and 85. RGB value is (195,113,133). Sum of RGB (Red+Green+Blue) = 195+113+133=441 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.22% from 441); Green value is 113 (44.53% from 255 or 25.62% from 441); Blue value is 133 (52.34% from 255 or 30.16% from 441); Max value from RGB is 195 - color contains mainly: red. Hex color #C37185 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C37185 is #3C8E7A. Grayscale: #8B8B8B. Windows color (decimal): -3968635 or 8745411. OLE color: 8745411.
HSL color Cylindrical-coordinate representation of color #C37185: hue angle of 345.37º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C37185 is Cyan = 0, Magento = 0.42, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 113 | 133 | - |
| CMYK | 0 | 0.42 | 0.32 | 0.24 |
| HSL | 345.37º | 0.41% | 0.6% | - |
| HSV(B) | 345.37º | 0.42% | 0.76% | - |
| XYZ | 32.64 | 25.11 | 25.32 | - |
| YUV | 139.8 | 124.17 | 167.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 113 | 133 | 0 | 0.42 | 0.32 | 0.24 | 345.37 | 0.41 | 0.6 |
| Hex | C3 | 71 | 85 | 0 | 2A | 20 | 18 | 159 | 29 | 3C |
| Octal | 303 | 161 | 205 | 0 | 52 | 40 | 30 | 531 | 51 | 74 |
| Binary | 11000011 | 1110001 | 10000101 | 0 | 101010 | 100000 | 11000 | 101011001 | 101001 | 111100 |
Color Harmonies of #C37185
Complementary color
Monochromatic Colors of #C37185
Black with #C37185
Text Example
Text Example
White with #C37185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37185; }
p { color: rgb(195,113,133); }
H1.HeaderClassName
{
color: #C37185;
}
.AnyTagClassName
{
color: #C37185;
}
</style>
background-color css
<style>
a { background-color: #C37185; }
a { background-color: rgb(195,113,133); }
div.DivClassName
{
background-color: #C37185;
}
.BgClassName
{
background-color: #C37185;
}
</style>
border-color css
<style>
span { border-color: #C37185; }
span { border-color: rgb(195,113,133); }
td.TdClassName
{
border-color: #C37185;
}
.TagClassName
{
border-color: #C37185;
}
</style>