Shades of Charm #C88286
Tints of Charm #C88286
RGB
CMYK
RGB Variations
Color information
#C88286 (or 0xC88286) is known color: Charm. HEX triplet: C8, 82 and 86. RGB value is (200,130,134). Sum of RGB (Red+Green+Blue) = 200+130+134=464 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.10% from 464); Green value is 130 (51.17% from 255 or 28.02% from 464); Blue value is 134 (52.73% from 255 or 28.88% from 464); Max value from RGB is 200 - color contains mainly: red. Hex color #C88286 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88286 is #377D79. Grayscale: #979797. Windows color (decimal): -3636602 or 8815304. OLE color: 8815304.
HSL color Cylindrical-coordinate representation of color #C88286: hue angle of 356.57º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C88286 is Cyan = 0, Magento = 0.35, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 130 | 134 | - |
| CMYK | 0 | 0.35 | 0.33 | 0.22 |
| HSL | 356.57º | 0.39% | 0.65% | - |
| HSV(B) | 356.57º | 0.35% | 0.78% | - |
| XYZ | 36.11 | 29.97 | 26.44 | - |
| YUV | 151.39 | 118.19 | 162.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 130 | 134 | 0 | 0.35 | 0.33 | 0.22 | 356.57 | 0.39 | 0.65 |
| Hex | C8 | 82 | 86 | 0 | 23 | 21 | 16 | 165 | 27 | 41 |
| Octal | 310 | 202 | 206 | 0 | 43 | 41 | 26 | 545 | 47 | 101 |
| Binary | 11001000 | 10000010 | 10000110 | 0 | 100011 | 100001 | 10110 | 101100101 | 100111 | 1000001 |
Color Harmonies of #C88286
Complementary color
Monochromatic Colors of #C88286
Black with #C88286
Text Example
Text Example
White with #C88286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88286; }
p { color: rgb(200,130,134); }
H1.HeaderClassName
{
color: #C88286;
}
.AnyTagClassName
{
color: #C88286;
}
</style>
background-color css
<style>
a { background-color: #C88286; }
a { background-color: rgb(200,130,134); }
div.DivClassName
{
background-color: #C88286;
}
.BgClassName
{
background-color: #C88286;
}
</style>
border-color css
<style>
span { border-color: #C88286; }
span { border-color: rgb(200,130,134); }
td.TdClassName
{
border-color: #C88286;
}
.TagClassName
{
border-color: #C88286;
}
</style>