Shades of Charm #C8728D
Tints of Charm #C8728D
RGB
CMYK
RGB Variations
Color information
#C8728D (or 0xC8728D) is known color: Charm. HEX triplet: C8, 72 and 8D. RGB value is (200,114,141). Sum of RGB (Red+Green+Blue) = 200+114+141=455 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.96% from 455); Green value is 114 (44.92% from 255 or 25.05% from 455); Blue value is 141 (55.47% from 255 or 30.99% from 455); Max value from RGB is 200 - color contains mainly: red. Hex color #C8728D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C8728D is #378D72. Grayscale: #8E8E8E. Windows color (decimal): -3640691 or 9269960. OLE color: 9269960.
HSL color Cylindrical-coordinate representation of color #C8728D: hue angle of 341.16º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C8728D is Cyan = 0, Magento = 0.43, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 114 | 141 | - |
| CMYK | 0 | 0.43 | 0.29 | 0.22 |
| HSL | 341.16º | 0.44% | 0.62% | - |
| HSV(B) | 341.16º | 0.43% | 0.78% | - |
| XYZ | 34.64 | 26.24 | 28.44 | - |
| YUV | 142.79 | 126.99 | 168.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 114 | 141 | 0 | 0.43 | 0.29 | 0.22 | 341.16 | 0.44 | 0.62 |
| Hex | C8 | 72 | 8D | 0 | 2B | 1D | 16 | 155 | 2C | 3E |
| Octal | 310 | 162 | 215 | 0 | 53 | 35 | 26 | 525 | 54 | 76 |
| Binary | 11001000 | 1110010 | 10001101 | 0 | 101011 | 11101 | 10110 | 101010101 | 101100 | 111110 |
Color Harmonies of #C8728D
Complementary color
Monochromatic Colors of #C8728D
Black with #C8728D
Text Example
Text Example
White with #C8728D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8728D; }
p { color: rgb(200,114,141); }
H1.HeaderClassName
{
color: #C8728D;
}
.AnyTagClassName
{
color: #C8728D;
}
</style>
background-color css
<style>
a { background-color: #C8728D; }
a { background-color: rgb(200,114,141); }
div.DivClassName
{
background-color: #C8728D;
}
.BgClassName
{
background-color: #C8728D;
}
</style>
border-color css
<style>
span { border-color: #C8728D; }
span { border-color: rgb(200,114,141); }
td.TdClassName
{
border-color: #C8728D;
}
.TagClassName
{
border-color: #C8728D;
}
</style>