Shades of Charm #C37685
Tints of Charm #C37685
RGB
CMYK
RGB Variations
Color information
#C37685 (or 0xC37685) is known color: Charm. HEX triplet: C3, 76 and 85. RGB value is (195,118,133). Sum of RGB (Red+Green+Blue) = 195+118+133=446 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.72% from 446); Green value is 118 (46.48% from 255 or 26.46% from 446); Blue value is 133 (52.34% from 255 or 29.82% from 446); Max value from RGB is 195 - color contains mainly: red. Hex color #C37685 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C37685 is #3C897A. Grayscale: #8E8E8E. Windows color (decimal): -3967355 or 8746691. OLE color: 8746691.
HSL color Cylindrical-coordinate representation of color #C37685: hue angle of 348.31º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C37685 is Cyan = 0, Magento = 0.39, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 118 | 133 | - |
| CMYK | 0 | 0.39 | 0.32 | 0.24 |
| HSL | 348.31º | 0.39% | 0.61% | - |
| HSV(B) | 348.31º | 0.39% | 0.76% | - |
| XYZ | 33.22 | 26.25 | 25.51 | - |
| YUV | 142.73 | 122.51 | 165.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 118 | 133 | 0 | 0.39 | 0.32 | 0.24 | 348.31 | 0.39 | 0.61 |
| Hex | C3 | 76 | 85 | 0 | 27 | 20 | 18 | 15C | 27 | 3D |
| Octal | 303 | 166 | 205 | 0 | 47 | 40 | 30 | 534 | 47 | 75 |
| Binary | 11000011 | 1110110 | 10000101 | 0 | 100111 | 100000 | 11000 | 101011100 | 100111 | 111101 |
Color Harmonies of #C37685
Complementary color
Monochromatic Colors of #C37685
Black with #C37685
Text Example
Text Example
White with #C37685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37685; }
p { color: rgb(195,118,133); }
H1.HeaderClassName
{
color: #C37685;
}
.AnyTagClassName
{
color: #C37685;
}
</style>
background-color css
<style>
a { background-color: #C37685; }
a { background-color: rgb(195,118,133); }
div.DivClassName
{
background-color: #C37685;
}
.BgClassName
{
background-color: #C37685;
}
</style>
border-color css
<style>
span { border-color: #C37685; }
span { border-color: rgb(195,118,133); }
td.TdClassName
{
border-color: #C37685;
}
.TagClassName
{
border-color: #C37685;
}
</style>