Shades of Dark Khaki #C9C170
Tints of Dark Khaki #C9C170
RGB
CMYK
RGB Variations
Color information
#C9C170 (or 0xC9C170) is known color: Dark Khaki. HEX triplet: C9, C1 and 70. RGB value is (201,193,112). Sum of RGB (Red+Green+Blue) = 201+193+112=506 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.72% from 506); Green value is 193 (75.78% from 255 or 38.14% from 506); Blue value is 112 (44.14% from 255 or 22.13% from 506); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C170 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9C170 is #363E8F. Grayscale: #BABABA. Windows color (decimal): -3554960 or 7389641. OLE color: 7389641.
HSL color Cylindrical-coordinate representation of color #C9C170: hue angle of 54.61º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C9C170 is Cyan = 0, Magento = 0.04, Yellow = 0.44 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 193 | 112 | - |
| CMYK | 0 | 0.04 | 0.44 | 0.21 |
| HSL | 54.61º | 0.45% | 0.61% | - |
| HSV(B) | 54.61º | 0.44% | 0.79% | - |
| XYZ | 46.08 | 51.73 | 22.88 | - |
| YUV | 186.16 | 86.15 | 138.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 193 | 112 | 0 | 0.04 | 0.44 | 0.21 | 54.61 | 0.45 | 0.61 |
| Hex | C9 | C1 | 70 | 0 | 4 | 2C | 15 | 37 | 2D | 3D |
| Octal | 311 | 301 | 160 | 0 | 4 | 54 | 25 | 67 | 55 | 75 |
| Binary | 11001001 | 11000001 | 1110000 | 0 | 100 | 101100 | 10101 | 110111 | 101101 | 111101 |
Color Harmonies of #C9C170
Complementary color
Monochromatic Colors of #C9C170
Black with #C9C170
Text Example
Text Example
White with #C9C170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C170; }
p { color: rgb(201,193,112); }
H1.HeaderClassName
{
color: #C9C170;
}
.AnyTagClassName
{
color: #C9C170;
}
</style>
background-color css
<style>
a { background-color: #C9C170; }
a { background-color: rgb(201,193,112); }
div.DivClassName
{
background-color: #C9C170;
}
.BgClassName
{
background-color: #C9C170;
}
</style>
border-color css
<style>
span { border-color: #C9C170; }
span { border-color: rgb(201,193,112); }
td.TdClassName
{
border-color: #C9C170;
}
.TagClassName
{
border-color: #C9C170;
}
</style>