Shades of Charm #C88586
Tints of Charm #C88586
RGB
CMYK
RGB Variations
Color information
#C88586 (or 0xC88586) is known color: Charm. HEX triplet: C8, 85 and 86. RGB value is (200,133,134). Sum of RGB (Red+Green+Blue) = 200+133+134=467 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.83% from 467); Green value is 133 (52.34% from 255 or 28.48% from 467); Blue value is 134 (52.73% from 255 or 28.69% from 467); Max value from RGB is 200 - color contains mainly: red. Hex color #C88586 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88586 is #377A79. Grayscale: #999999. Windows color (decimal): -3635834 or 8816072. OLE color: 8816072.
HSL color Cylindrical-coordinate representation of color #C88586: hue angle of 359.1º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C88586 is Cyan = 0, Magento = 0.34, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 133 | 134 | - |
| CMYK | 0 | 0.34 | 0.33 | 0.22 |
| HSL | 359.1º | 0.38% | 0.65% | - |
| HSV(B) | 359.1º | 0.34% | 0.78% | - |
| XYZ | 36.51 | 30.78 | 26.57 | - |
| YUV | 153.15 | 117.2 | 161.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 133 | 134 | 0 | 0.34 | 0.33 | 0.22 | 359.1 | 0.38 | 0.65 |
| Hex | C8 | 85 | 86 | 0 | 22 | 21 | 16 | 167 | 26 | 41 |
| Octal | 310 | 205 | 206 | 0 | 42 | 41 | 26 | 547 | 46 | 101 |
| Binary | 11001000 | 10000101 | 10000110 | 0 | 100010 | 100001 | 10110 | 101100111 | 100110 | 1000001 |
Color Harmonies of #C88586
Complementary color
Monochromatic Colors of #C88586
Black with #C88586
Text Example
Text Example
White with #C88586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88586; }
p { color: rgb(200,133,134); }
H1.HeaderClassName
{
color: #C88586;
}
.AnyTagClassName
{
color: #C88586;
}
</style>
background-color css
<style>
a { background-color: #C88586; }
a { background-color: rgb(200,133,134); }
div.DivClassName
{
background-color: #C88586;
}
.BgClassName
{
background-color: #C88586;
}
</style>
border-color css
<style>
span { border-color: #C88586; }
span { border-color: rgb(200,133,134); }
td.TdClassName
{
border-color: #C88586;
}
.TagClassName
{
border-color: #C88586;
}
</style>