Shades of Dark Khaki #C8C470
Tints of Dark Khaki #C8C470
RGB
CMYK
RGB Variations
Color information
#C8C470 (or 0xC8C470) is known color: Dark Khaki. HEX triplet: C8, C4 and 70. RGB value is (200,196,112). Sum of RGB (Red+Green+Blue) = 200+196+112=508 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.37% from 508); Green value is 196 (76.95% from 255 or 38.58% from 508); Blue value is 112 (44.14% from 255 or 22.05% from 508); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C470 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C470 is #373B8F. Grayscale: #BBBBBB. Windows color (decimal): -3619728 or 7390408. OLE color: 7390408.
HSL color Cylindrical-coordinate representation of color #C8C470: hue angle of 57.27º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C8C470 is Cyan = 0, Magento = 0.02, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
RGB | 200 | 196 | 112 | - |
CMYK | 0 | 0.02 | 0.44 | 0.22 |
HSL | 57.27º | 0.44% | 0.61% | - |
HSV(B) | 57.27º | 0.44% | 0.78% | - |
XYZ | 46.48 | 52.93 | 23.1 | - |
YUV | 187.62 | 85.33 | 136.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 196 | 112 | 0 | 0.02 | 0.44 | 0.22 | 57.27 | 0.44 | 0.61 |
Hex | C8 | C4 | 70 | 0 | 2 | 2C | 16 | 39 | 2C | 3D |
Octal | 310 | 304 | 160 | 0 | 2 | 54 | 26 | 71 | 54 | 75 |
Binary | 11001000 | 11000100 | 1110000 | 0 | 10 | 101100 | 10110 | 111001 | 101100 | 111101 |
Color Harmonies of #C8C470
Complementary color
Monochromatic Colors of #C8C470
Black with #C8C470
Text Example
Text Example
White with #C8C470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C470; }
p { color: rgb(200,196,112); }
H1.HeaderClassName
{
color: #C8C470;
}
.AnyTagClassName
{
color: #C8C470;
}
</style>
background-color css
<style>
a { background-color: #C8C470; }
a { background-color: rgb(200,196,112); }
div.DivClassName
{
background-color: #C8C470;
}
.BgClassName
{
background-color: #C8C470;
}
</style>
border-color css
<style>
span { border-color: #C8C470; }
span { border-color: rgb(200,196,112); }
td.TdClassName
{
border-color: #C8C470;
}
.TagClassName
{
border-color: #C8C470;
}
</style>