Shades of Charm #C36D84
Tints of Charm #C36D84
RGB
CMYK
RGB Variations
Color information
#C36D84 (or 0xC36D84) is known color: Charm. HEX triplet: C3, 6D and 84. RGB value is (195,109,132). Sum of RGB (Red+Green+Blue) = 195+109+132=436 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.72% from 436); Green value is 109 (42.97% from 255 or 25% from 436); Blue value is 132 (51.95% from 255 or 30.28% from 436); Max value from RGB is 195 - color contains mainly: red. Hex color #C36D84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C36D84 is #3C927B. Grayscale: #898989. Windows color (decimal): -3969660 or 8678851. OLE color: 8678851.
HSL color Cylindrical-coordinate representation of color #C36D84: hue angle of 343.95º 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 #C36D84 is Cyan = 0, Magento = 0.44, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 109 | 132 | - |
| CMYK | 0 | 0.44 | 0.32 | 0.24 |
| HSL | 343.95º | 0.42% | 0.6% | - |
| HSV(B) | 343.95º | 0.44% | 0.76% | - |
| XYZ | 32.14 | 24.21 | 24.81 | - |
| YUV | 137.34 | 124.99 | 169.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 109 | 132 | 0 | 0.44 | 0.32 | 0.24 | 343.95 | 0.42 | 0.6 |
| Hex | C3 | 6D | 84 | 0 | 2C | 20 | 18 | 158 | 2A | 3C |
| Octal | 303 | 155 | 204 | 0 | 54 | 40 | 30 | 530 | 52 | 74 |
| Binary | 11000011 | 1101101 | 10000100 | 0 | 101100 | 100000 | 11000 | 101011000 | 101010 | 111100 |
Color Harmonies of #C36D84
Complementary color
Monochromatic Colors of #C36D84
Black with #C36D84
Text Example
Text Example
White with #C36D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36D84; }
p { color: rgb(195,109,132); }
H1.HeaderClassName
{
color: #C36D84;
}
.AnyTagClassName
{
color: #C36D84;
}
</style>
background-color css
<style>
a { background-color: #C36D84; }
a { background-color: rgb(195,109,132); }
div.DivClassName
{
background-color: #C36D84;
}
.BgClassName
{
background-color: #C36D84;
}
</style>
border-color css
<style>
span { border-color: #C36D84; }
span { border-color: rgb(195,109,132); }
td.TdClassName
{
border-color: #C36D84;
}
.TagClassName
{
border-color: #C36D84;
}
</style>