Shades of Charm #C36E86
Tints of Charm #C36E86
RGB
CMYK
RGB Variations
Color information
#C36E86 (or 0xC36E86) is known color: Charm. HEX triplet: C3, 6E and 86. RGB value is (195,110,134). Sum of RGB (Red+Green+Blue) = 195+110+134=439 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.42% from 439); Green value is 110 (43.36% from 255 or 25.06% from 439); Blue value is 134 (52.73% from 255 or 30.52% from 439); Max value from RGB is 195 - color contains mainly: red. Hex color #C36E86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C36E86 is #3C9179. Grayscale: #8A8A8A. Windows color (decimal): -3969402 or 8810179. OLE color: 8810179.
HSL color Cylindrical-coordinate representation of color #C36E86: hue angle of 343.06º degrees, saturation: 0.41, 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 #C36E86 is Cyan = 0, Magento = 0.44, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 110 | 134 | - |
| CMYK | 0 | 0.44 | 0.31 | 0.24 |
| HSL | 343.06º | 0.41% | 0.6% | - |
| HSV(B) | 343.06º | 0.44% | 0.76% | - |
| XYZ | 32.38 | 24.48 | 25.57 | - |
| YUV | 138.15 | 125.66 | 168.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 110 | 134 | 0 | 0.44 | 0.31 | 0.24 | 343.06 | 0.41 | 0.6 |
| Hex | C3 | 6E | 86 | 0 | 2C | 1F | 18 | 157 | 29 | 3C |
| Octal | 303 | 156 | 206 | 0 | 54 | 37 | 30 | 527 | 51 | 74 |
| Binary | 11000011 | 1101110 | 10000110 | 0 | 101100 | 11111 | 11000 | 101010111 | 101001 | 111100 |
Color Harmonies of #C36E86
Complementary color
Monochromatic Colors of #C36E86
Black with #C36E86
Text Example
Text Example
White with #C36E86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36E86; }
p { color: rgb(195,110,134); }
H1.HeaderClassName
{
color: #C36E86;
}
.AnyTagClassName
{
color: #C36E86;
}
</style>
background-color css
<style>
a { background-color: #C36E86; }
a { background-color: rgb(195,110,134); }
div.DivClassName
{
background-color: #C36E86;
}
.BgClassName
{
background-color: #C36E86;
}
</style>
border-color css
<style>
span { border-color: #C36E86; }
span { border-color: rgb(195,110,134); }
td.TdClassName
{
border-color: #C36E86;
}
.TagClassName
{
border-color: #C36E86;
}
</style>