Shades of Charm #C8737F
Tints of Charm #C8737F
RGB
CMYK
RGB Variations
Color information
#C8737F (or 0xC8737F) is known color: Charm. HEX triplet: C8, 73 and 7F. RGB value is (200,115,127). Sum of RGB (Red+Green+Blue) = 200+115+127=442 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.25% from 442); Green value is 115 (45.31% from 255 or 26.02% from 442); Blue value is 127 (50% from 255 or 28.73% from 442); Max value from RGB is 200 - color contains mainly: red. Hex color #C8737F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8737F is #378C80. Grayscale: #8D8D8D. Windows color (decimal): -3640449 or 8352712. OLE color: 8352712.
HSL color Cylindrical-coordinate representation of color #C8737F: hue angle of 351.53º 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 #C8737F is Cyan = 0, Magento = 0.42, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 115 | 127 | - |
| CMYK | 0 | 0.42 | 0.36 | 0.22 |
| HSL | 351.53º | 0.44% | 0.62% | - |
| HSV(B) | 351.53º | 0.43% | 0.78% | - |
| XYZ | 33.78 | 26.07 | 23.33 | - |
| YUV | 141.78 | 119.66 | 169.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 115 | 127 | 0 | 0.42 | 0.36 | 0.22 | 351.53 | 0.44 | 0.62 |
| Hex | C8 | 73 | 7F | 0 | 2A | 24 | 16 | 160 | 2C | 3E |
| Octal | 310 | 163 | 177 | 0 | 52 | 44 | 26 | 540 | 54 | 76 |
| Binary | 11001000 | 1110011 | 1111111 | 0 | 101010 | 100100 | 10110 | 101100000 | 101100 | 111110 |
Color Harmonies of #C8737F
Complementary color
Monochromatic Colors of #C8737F
Black with #C8737F
Text Example
Text Example
White with #C8737F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8737F; }
p { color: rgb(200,115,127); }
H1.HeaderClassName
{
color: #C8737F;
}
.AnyTagClassName
{
color: #C8737F;
}
</style>
background-color css
<style>
a { background-color: #C8737F; }
a { background-color: rgb(200,115,127); }
div.DivClassName
{
background-color: #C8737F;
}
.BgClassName
{
background-color: #C8737F;
}
</style>
border-color css
<style>
span { border-color: #C8737F; }
span { border-color: rgb(200,115,127); }
td.TdClassName
{
border-color: #C8737F;
}
.TagClassName
{
border-color: #C8737F;
}
</style>