Shades of Charm #C36D85
Tints of Charm #C36D85
RGB
CMYK
RGB Variations
Color information
#C36D85 (or 0xC36D85) is known color: Charm. HEX triplet: C3, 6D and 85. RGB value is (195,109,133). Sum of RGB (Red+Green+Blue) = 195+109+133=437 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.62% from 437); Green value is 109 (42.97% from 255 or 24.94% from 437); Blue value is 133 (52.34% from 255 or 30.43% from 437); Max value from RGB is 195 - color contains mainly: red. Hex color #C36D85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C36D85 is #3C927A. Grayscale: #898989. Windows color (decimal): -3969659 or 8744387. OLE color: 8744387.
HSL color Cylindrical-coordinate representation of color #C36D85: hue angle of 343.26º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C36D85 is Cyan = 0, Magento = 0.44, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 109 | 133 | - |
| CMYK | 0 | 0.44 | 0.32 | 0.24 |
| HSL | 343.26º | 0.42% | 0.6% | - |
| HSV(B) | 343.26º | 0.44% | 0.76% | - |
| XYZ | 32.21 | 24.23 | 25.17 | - |
| YUV | 137.45 | 125.49 | 169.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 109 | 133 | 0 | 0.44 | 0.32 | 0.24 | 343.26 | 0.42 | 0.6 |
| Hex | C3 | 6D | 85 | 0 | 2C | 20 | 18 | 157 | 2A | 3C |
| Octal | 303 | 155 | 205 | 0 | 54 | 40 | 30 | 527 | 52 | 74 |
| Binary | 11000011 | 1101101 | 10000101 | 0 | 101100 | 100000 | 11000 | 101010111 | 101010 | 111100 |
Color Harmonies of #C36D85
Complementary color
Monochromatic Colors of #C36D85
Black with #C36D85
Text Example
Text Example
White with #C36D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36D85; }
p { color: rgb(195,109,133); }
H1.HeaderClassName
{
color: #C36D85;
}
.AnyTagClassName
{
color: #C36D85;
}
</style>
background-color css
<style>
a { background-color: #C36D85; }
a { background-color: rgb(195,109,133); }
div.DivClassName
{
background-color: #C36D85;
}
.BgClassName
{
background-color: #C36D85;
}
</style>
border-color css
<style>
span { border-color: #C36D85; }
span { border-color: rgb(195,109,133); }
td.TdClassName
{
border-color: #C36D85;
}
.TagClassName
{
border-color: #C36D85;
}
</style>