Shades of Dark Khaki #C8C167
Tints of Dark Khaki #C8C167
RGB
CMYK
RGB Variations
Color information
#C8C167 (or 0xC8C167) is known color: Dark Khaki. HEX triplet: C8, C1 and 67. RGB value is (200,193,103). Sum of RGB (Red+Green+Blue) = 200+193+103=496 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.32% from 496); Green value is 193 (75.78% from 255 or 38.91% from 496); Blue value is 103 (40.62% from 255 or 20.77% from 496); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C167 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C167 is #373E98. Grayscale: #B9B9B9. Windows color (decimal): -3620505 or 6799816. OLE color: 6799816.
HSL color Cylindrical-coordinate representation of color #C8C167: hue angle of 55.67º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C8C167 is Cyan = 0, Magento = 0.04, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 193 | 103 | - |
| CMYK | 0 | 0.04 | 0.48 | 0.22 |
| HSL | 55.67º | 0.47% | 0.59% | - |
| HSV(B) | 55.67º | 0.49% | 0.78% | - |
| XYZ | 45.34 | 51.4 | 20.36 | - |
| YUV | 184.83 | 81.82 | 138.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 193 | 103 | 0 | 0.04 | 0.48 | 0.22 | 55.67 | 0.47 | 0.59 |
| Hex | C8 | C1 | 67 | 0 | 4 | 30 | 16 | 38 | 2F | 3B |
| Octal | 310 | 301 | 147 | 0 | 4 | 60 | 26 | 70 | 57 | 73 |
| Binary | 11001000 | 11000001 | 1100111 | 0 | 100 | 110000 | 10110 | 111000 | 101111 | 111011 |
Color Harmonies of #C8C167
Complementary color
Monochromatic Colors of #C8C167
Black with #C8C167
Text Example
Text Example
White with #C8C167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C167; }
p { color: rgb(200,193,103); }
H1.HeaderClassName
{
color: #C8C167;
}
.AnyTagClassName
{
color: #C8C167;
}
</style>
background-color css
<style>
a { background-color: #C8C167; }
a { background-color: rgb(200,193,103); }
div.DivClassName
{
background-color: #C8C167;
}
.BgClassName
{
background-color: #C8C167;
}
</style>
border-color css
<style>
span { border-color: #C8C167; }
span { border-color: rgb(200,193,103); }
td.TdClassName
{
border-color: #C8C167;
}
.TagClassName
{
border-color: #C8C167;
}
</style>