Shades of Charm #C9687F
Tints of Charm #C9687F
RGB
CMYK
RGB Variations
Color information
#C9687F (or 0xC9687F) is known color: Charm. HEX triplet: C9, 68 and 7F. RGB value is (201,104,127). Sum of RGB (Red+Green+Blue) = 201+104+127=432 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.53% from 432); Green value is 104 (41.02% from 255 or 24.07% from 432); Blue value is 127 (50% from 255 or 29.40% from 432); Max value from RGB is 201 - color contains mainly: red. Hex color #C9687F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9687F is #369780. Grayscale: #878787. Windows color (decimal): -3577729 or 8349897. OLE color: 8349897.
HSL color Cylindrical-coordinate representation of color #C9687F: hue angle of 345.77º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C9687F is Cyan = 0, Magento = 0.48, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 104 | 127 | - |
| CMYK | 0 | 0.48 | 0.37 | 0.21 |
| HSL | 345.77º | 0.47% | 0.6% | - |
| HSV(B) | 345.77º | 0.48% | 0.79% | - |
| XYZ | 32.87 | 23.85 | 22.95 | - |
| YUV | 135.63 | 123.14 | 174.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 104 | 127 | 0 | 0.48 | 0.37 | 0.21 | 345.77 | 0.47 | 0.6 |
| Hex | C9 | 68 | 7F | 0 | 30 | 25 | 15 | 15A | 2F | 3C |
| Octal | 311 | 150 | 177 | 0 | 60 | 45 | 25 | 532 | 57 | 74 |
| Binary | 11001001 | 1101000 | 1111111 | 0 | 110000 | 100101 | 10101 | 101011010 | 101111 | 111100 |
Color Harmonies of #C9687F
Complementary color
Monochromatic Colors of #C9687F
Black with #C9687F
Text Example
Text Example
White with #C9687F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9687F; }
p { color: rgb(201,104,127); }
H1.HeaderClassName
{
color: #C9687F;
}
.AnyTagClassName
{
color: #C9687F;
}
</style>
background-color css
<style>
a { background-color: #C9687F; }
a { background-color: rgb(201,104,127); }
div.DivClassName
{
background-color: #C9687F;
}
.BgClassName
{
background-color: #C9687F;
}
</style>
border-color css
<style>
span { border-color: #C9687F; }
span { border-color: rgb(201,104,127); }
td.TdClassName
{
border-color: #C9687F;
}
.TagClassName
{
border-color: #C9687F;
}
</style>