Shades of Charm #C88486
Tints of Charm #C88486
RGB
CMYK
RGB Variations
Color information
#C88486 (or 0xC88486) is known color: Charm. HEX triplet: C8, 84 and 86. RGB value is (200,132,134). Sum of RGB (Red+Green+Blue) = 200+132+134=466 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.92% from 466); Green value is 132 (51.95% from 255 or 28.33% from 466); Blue value is 134 (52.73% from 255 or 28.76% from 466); Max value from RGB is 200 - color contains mainly: red. Hex color #C88486 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88486 is #377B79. Grayscale: #989898. Windows color (decimal): -3636090 or 8815816. OLE color: 8815816.
HSL color Cylindrical-coordinate representation of color #C88486: hue angle of 358.24º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C88486 is Cyan = 0, Magento = 0.34, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 132 | 134 | - |
| CMYK | 0 | 0.34 | 0.33 | 0.22 |
| HSL | 358.24º | 0.38% | 0.65% | - |
| HSV(B) | 358.24º | 0.34% | 0.78% | - |
| XYZ | 36.37 | 30.5 | 26.52 | - |
| YUV | 152.56 | 117.53 | 161.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 132 | 134 | 0 | 0.34 | 0.33 | 0.22 | 358.24 | 0.38 | 0.65 |
| Hex | C8 | 84 | 86 | 0 | 22 | 21 | 16 | 166 | 26 | 41 |
| Octal | 310 | 204 | 206 | 0 | 42 | 41 | 26 | 546 | 46 | 101 |
| Binary | 11001000 | 10000100 | 10000110 | 0 | 100010 | 100001 | 10110 | 101100110 | 100110 | 1000001 |
Color Harmonies of #C88486
Complementary color
Monochromatic Colors of #C88486
Black with #C88486
Text Example
Text Example
White with #C88486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88486; }
p { color: rgb(200,132,134); }
H1.HeaderClassName
{
color: #C88486;
}
.AnyTagClassName
{
color: #C88486;
}
</style>
background-color css
<style>
a { background-color: #C88486; }
a { background-color: rgb(200,132,134); }
div.DivClassName
{
background-color: #C88486;
}
.BgClassName
{
background-color: #C88486;
}
</style>
border-color css
<style>
span { border-color: #C88486; }
span { border-color: rgb(200,132,134); }
td.TdClassName
{
border-color: #C88486;
}
.TagClassName
{
border-color: #C88486;
}
</style>