Shades of Charm #C08386
Tints of Charm #C08386
RGB
CMYK
RGB Variations
Color information
#C08386 (or 0xC08386) is known color: Charm. HEX triplet: C0, 83 and 86. RGB value is (192,131,134). Sum of RGB (Red+Green+Blue) = 192+131+134=457 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.01% from 457); Green value is 131 (51.56% from 255 or 28.67% from 457); Blue value is 134 (52.73% from 255 or 29.32% from 457); Max value from RGB is 192 - color contains mainly: red. Hex color #C08386 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08386 is #3F7C79. Grayscale: #959595. Windows color (decimal): -4160634 or 8815552. OLE color: 8815552.
HSL color Cylindrical-coordinate representation of color #C08386: hue angle of 357.05º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C08386 is Cyan = 0, Magento = 0.32, Yellow = 0.30 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 131 | 134 | - |
| CMYK | 0 | 0.32 | 0.30 | 0.25 |
| HSL | 357.05º | 0.33% | 0.63% | - |
| HSV(B) | 357.05º | 0.32% | 0.75% | - |
| XYZ | 34.16 | 29.16 | 26.38 | - |
| YUV | 149.58 | 119.21 | 158.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 131 | 134 | 0 | 0.32 | 0.30 | 0.25 | 357.05 | 0.33 | 0.63 |
| Hex | C0 | 83 | 86 | 0 | 20 | 1E | 19 | 165 | 21 | 3F |
| Octal | 300 | 203 | 206 | 0 | 40 | 36 | 31 | 545 | 41 | 77 |
| Binary | 11000000 | 10000011 | 10000110 | 0 | 100000 | 11110 | 11001 | 101100101 | 100001 | 111111 |
Color Harmonies of #C08386
Complementary color
Monochromatic Colors of #C08386
Black with #C08386
Text Example
Text Example
White with #C08386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08386; }
p { color: rgb(192,131,134); }
H1.HeaderClassName
{
color: #C08386;
}
.AnyTagClassName
{
color: #C08386;
}
</style>
background-color css
<style>
a { background-color: #C08386; }
a { background-color: rgb(192,131,134); }
div.DivClassName
{
background-color: #C08386;
}
.BgClassName
{
background-color: #C08386;
}
</style>
border-color css
<style>
span { border-color: #C08386; }
span { border-color: rgb(192,131,134); }
td.TdClassName
{
border-color: #C08386;
}
.TagClassName
{
border-color: #C08386;
}
</style>