Shades of Charm #C28386
Tints of Charm #C28386
RGB
CMYK
RGB Variations
Color information
#C28386 (or 0xC28386) is known color: Charm. HEX triplet: C2, 83 and 86. RGB value is (194,131,134). Sum of RGB (Red+Green+Blue) = 194+131+134=459 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.27% from 459); Green value is 131 (51.56% from 255 or 28.54% from 459); Blue value is 134 (52.73% from 255 or 29.19% from 459); Max value from RGB is 194 - color contains mainly: red. Hex color #C28386 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28386 is #3D7C79. Grayscale: #969696. Windows color (decimal): -4029562 or 8815554. OLE color: 8815554.
HSL color Cylindrical-coordinate representation of color #C28386: hue angle of 357.14º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C28386 is Cyan = 0, Magento = 0.32, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 131 | 134 | - |
| CMYK | 0 | 0.32 | 0.31 | 0.24 |
| HSL | 357.14º | 0.34% | 0.64% | - |
| HSV(B) | 357.14º | 0.32% | 0.76% | - |
| XYZ | 34.67 | 29.42 | 26.41 | - |
| YUV | 150.18 | 118.87 | 159.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 131 | 134 | 0 | 0.32 | 0.31 | 0.24 | 357.14 | 0.34 | 0.64 |
| Hex | C2 | 83 | 86 | 0 | 20 | 1F | 18 | 165 | 22 | 40 |
| Octal | 302 | 203 | 206 | 0 | 40 | 37 | 30 | 545 | 42 | 100 |
| Binary | 11000010 | 10000011 | 10000110 | 0 | 100000 | 11111 | 11000 | 101100101 | 100010 | 1000000 |
Color Harmonies of #C28386
Complementary color
Monochromatic Colors of #C28386
Black with #C28386
Text Example
Text Example
White with #C28386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28386; }
p { color: rgb(194,131,134); }
H1.HeaderClassName
{
color: #C28386;
}
.AnyTagClassName
{
color: #C28386;
}
</style>
background-color css
<style>
a { background-color: #C28386; }
a { background-color: rgb(194,131,134); }
div.DivClassName
{
background-color: #C28386;
}
.BgClassName
{
background-color: #C28386;
}
</style>
border-color css
<style>
span { border-color: #C28386; }
span { border-color: rgb(194,131,134); }
td.TdClassName
{
border-color: #C28386;
}
.TagClassName
{
border-color: #C28386;
}
</style>