Shades of Charm #C36D88
Tints of Charm #C36D88
RGB
CMYK
RGB Variations
Color information
#C36D88 (or 0xC36D88) is known color: Charm. HEX triplet: C3, 6D and 88. RGB value is (195,109,136). Sum of RGB (Red+Green+Blue) = 195+109+136=440 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.32% from 440); Green value is 109 (42.97% from 255 or 24.77% from 440); Blue value is 136 (53.52% from 255 or 30.91% from 440); Max value from RGB is 195 - color contains mainly: red. Hex color #C36D88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C36D88 is #3C9277. Grayscale: #898989. Windows color (decimal): -3969656 or 8940995. OLE color: 8940995.
HSL color Cylindrical-coordinate representation of color #C36D88: hue angle of 341.16º 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 #C36D88 is Cyan = 0, Magento = 0.44, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 109 | 136 | - |
| CMYK | 0 | 0.44 | 0.30 | 0.24 |
| HSL | 341.16º | 0.42% | 0.6% | - |
| HSV(B) | 341.16º | 0.44% | 0.76% | - |
| XYZ | 32.42 | 24.32 | 26.28 | - |
| YUV | 137.79 | 126.99 | 168.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 109 | 136 | 0 | 0.44 | 0.30 | 0.24 | 341.16 | 0.42 | 0.6 |
| Hex | C3 | 6D | 88 | 0 | 2C | 1E | 18 | 155 | 2A | 3C |
| Octal | 303 | 155 | 210 | 0 | 54 | 36 | 30 | 525 | 52 | 74 |
| Binary | 11000011 | 1101101 | 10001000 | 0 | 101100 | 11110 | 11000 | 101010101 | 101010 | 111100 |
Color Harmonies of #C36D88
Complementary color
Monochromatic Colors of #C36D88
Black with #C36D88
Text Example
Text Example
White with #C36D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36D88; }
p { color: rgb(195,109,136); }
H1.HeaderClassName
{
color: #C36D88;
}
.AnyTagClassName
{
color: #C36D88;
}
</style>
background-color css
<style>
a { background-color: #C36D88; }
a { background-color: rgb(195,109,136); }
div.DivClassName
{
background-color: #C36D88;
}
.BgClassName
{
background-color: #C36D88;
}
</style>
border-color css
<style>
span { border-color: #C36D88; }
span { border-color: rgb(195,109,136); }
td.TdClassName
{
border-color: #C36D88;
}
.TagClassName
{
border-color: #C36D88;
}
</style>