Shades of Charm #C8797F
Tints of Charm #C8797F
RGB
CMYK
RGB Variations
Color information
#C8797F (or 0xC8797F) is known color: Charm. HEX triplet: C8, 79 and 7F. RGB value is (200,121,127). Sum of RGB (Red+Green+Blue) = 200+121+127=448 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.64% from 448); Green value is 121 (47.66% from 255 or 27.01% from 448); Blue value is 127 (50% from 255 or 28.35% from 448); Max value from RGB is 200 - color contains mainly: red. Hex color #C8797F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8797F is #378680. Grayscale: #919191. Windows color (decimal): -3638913 or 8354248. OLE color: 8354248.
HSL color Cylindrical-coordinate representation of color #C8797F: hue angle of 355.44º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C8797F is Cyan = 0, Magento = 0.39, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 121 | 127 | - |
| CMYK | 0 | 0.39 | 0.36 | 0.22 |
| HSL | 355.44º | 0.42% | 0.63% | - |
| HSV(B) | 355.44º | 0.4% | 0.78% | - |
| XYZ | 34.49 | 27.49 | 23.57 | - |
| YUV | 145.31 | 117.67 | 167.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 121 | 127 | 0 | 0.39 | 0.36 | 0.22 | 355.44 | 0.42 | 0.63 |
| Hex | C8 | 79 | 7F | 0 | 27 | 24 | 16 | 163 | 2A | 3F |
| Octal | 310 | 171 | 177 | 0 | 47 | 44 | 26 | 543 | 52 | 77 |
| Binary | 11001000 | 1111001 | 1111111 | 0 | 100111 | 100100 | 10110 | 101100011 | 101010 | 111111 |
Color Harmonies of #C8797F
Complementary color
Monochromatic Colors of #C8797F
Black with #C8797F
Text Example
Text Example
White with #C8797F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8797F; }
p { color: rgb(200,121,127); }
H1.HeaderClassName
{
color: #C8797F;
}
.AnyTagClassName
{
color: #C8797F;
}
</style>
background-color css
<style>
a { background-color: #C8797F; }
a { background-color: rgb(200,121,127); }
div.DivClassName
{
background-color: #C8797F;
}
.BgClassName
{
background-color: #C8797F;
}
</style>
border-color css
<style>
span { border-color: #C8797F; }
span { border-color: rgb(200,121,127); }
td.TdClassName
{
border-color: #C8797F;
}
.TagClassName
{
border-color: #C8797F;
}
</style>