Shades of Charm #C8738E
Tints of Charm #C8738E
RGB
CMYK
RGB Variations
Color information
#C8738E (or 0xC8738E) is known color: Charm. HEX triplet: C8, 73 and 8E. RGB value is (200,115,142). Sum of RGB (Red+Green+Blue) = 200+115+142=457 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.76% from 457); Green value is 115 (45.31% from 255 or 25.16% from 457); Blue value is 142 (55.86% from 255 or 31.07% from 457); Max value from RGB is 200 - color contains mainly: red. Hex color #C8738E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C8738E is #378C71. Grayscale: #8F8F8F. Windows color (decimal): -3640434 or 9335752. OLE color: 9335752.
HSL color Cylindrical-coordinate representation of color #C8738E: hue angle of 340.94º 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 #C8738E is Cyan = 0, Magento = 0.42, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 115 | 142 | - |
| CMYK | 0 | 0.42 | 0.29 | 0.22 |
| HSL | 340.94º | 0.44% | 0.62% | - |
| HSV(B) | 340.94º | 0.43% | 0.78% | - |
| XYZ | 34.83 | 26.49 | 28.87 | - |
| YUV | 143.49 | 127.16 | 168.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 115 | 142 | 0 | 0.42 | 0.29 | 0.22 | 340.94 | 0.44 | 0.62 |
| Hex | C8 | 73 | 8E | 0 | 2A | 1D | 16 | 155 | 2C | 3E |
| Octal | 310 | 163 | 216 | 0 | 52 | 35 | 26 | 525 | 54 | 76 |
| Binary | 11001000 | 1110011 | 10001110 | 0 | 101010 | 11101 | 10110 | 101010101 | 101100 | 111110 |
Color Harmonies of #C8738E
Complementary color
Monochromatic Colors of #C8738E
Black with #C8738E
Text Example
Text Example
White with #C8738E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8738E; }
p { color: rgb(200,115,142); }
H1.HeaderClassName
{
color: #C8738E;
}
.AnyTagClassName
{
color: #C8738E;
}
</style>
background-color css
<style>
a { background-color: #C8738E; }
a { background-color: rgb(200,115,142); }
div.DivClassName
{
background-color: #C8738E;
}
.BgClassName
{
background-color: #C8738E;
}
</style>
border-color css
<style>
span { border-color: #C8738E; }
span { border-color: rgb(200,115,142); }
td.TdClassName
{
border-color: #C8738E;
}
.TagClassName
{
border-color: #C8738E;
}
</style>