Shades of Charm #C9687A
Tints of Charm #C9687A
RGB
CMYK
RGB Variations
Color information
#C9687A (or 0xC9687A) is known color: Charm. HEX triplet: C9, 68 and 7A. RGB value is (201,104,122). Sum of RGB (Red+Green+Blue) = 201+104+122=427 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.07% from 427); Green value is 104 (41.02% from 255 or 24.36% from 427); Blue value is 122 (48.05% from 255 or 28.57% from 427); Max value from RGB is 201 - color contains mainly: red. Hex color #C9687A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9687A is #369785. Grayscale: #878787. Windows color (decimal): -3577734 or 8022217. OLE color: 8022217.
HSL color Cylindrical-coordinate representation of color #C9687A: hue angle of 348.87º 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 #C9687A is Cyan = 0, Magento = 0.48, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 104 | 122 | - |
| CMYK | 0 | 0.48 | 0.39 | 0.21 |
| HSL | 348.87º | 0.47% | 0.6% | - |
| HSV(B) | 348.87º | 0.48% | 0.79% | - |
| XYZ | 32.55 | 23.72 | 21.28 | - |
| YUV | 135.06 | 120.64 | 175.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 104 | 122 | 0 | 0.48 | 0.39 | 0.21 | 348.87 | 0.47 | 0.6 |
| Hex | C9 | 68 | 7A | 0 | 30 | 27 | 15 | 15D | 2F | 3C |
| Octal | 311 | 150 | 172 | 0 | 60 | 47 | 25 | 535 | 57 | 74 |
| Binary | 11001001 | 1101000 | 1111010 | 0 | 110000 | 100111 | 10101 | 101011101 | 101111 | 111100 |
Color Harmonies of #C9687A
Complementary color
Monochromatic Colors of #C9687A
Black with #C9687A
Text Example
Text Example
White with #C9687A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9687A; }
p { color: rgb(201,104,122); }
H1.HeaderClassName
{
color: #C9687A;
}
.AnyTagClassName
{
color: #C9687A;
}
</style>
background-color css
<style>
a { background-color: #C9687A; }
a { background-color: rgb(201,104,122); }
div.DivClassName
{
background-color: #C9687A;
}
.BgClassName
{
background-color: #C9687A;
}
</style>
border-color css
<style>
span { border-color: #C9687A; }
span { border-color: rgb(201,104,122); }
td.TdClassName
{
border-color: #C9687A;
}
.TagClassName
{
border-color: #C9687A;
}
</style>