Shades of Dark Khaki #C5C268
Tints of Dark Khaki #C5C268
RGB
CMYK
RGB Variations
Color information
#C5C268 (or 0xC5C268) is known color: Dark Khaki. HEX triplet: C5, C2 and 68. RGB value is (197,194,104). Sum of RGB (Red+Green+Blue) = 197+194+104=495 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.80% from 495); Green value is 194 (76.17% from 255 or 39.19% from 495); Blue value is 104 (41.02% from 255 or 21.01% from 495); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C268 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5C268 is #3A3D97. Grayscale: #B9B9B9. Windows color (decimal): -3816856 or 6865605. OLE color: 6865605.
HSL color Cylindrical-coordinate representation of color #C5C268: hue angle of 58.06º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C5C268 is Cyan = 0, Magento = 0.02, Yellow = 0.47 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 194 | 104 | - |
| CMYK | 0 | 0.02 | 0.47 | 0.23 |
| HSL | 58.06º | 0.44% | 0.59% | - |
| HSV(B) | 58.06º | 0.47% | 0.77% | - |
| XYZ | 44.82 | 51.45 | 20.67 | - |
| YUV | 184.64 | 82.49 | 136.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 194 | 104 | 0 | 0.02 | 0.47 | 0.23 | 58.06 | 0.44 | 0.59 |
| Hex | C5 | C2 | 68 | 0 | 2 | 2F | 17 | 3A | 2C | 3B |
| Octal | 305 | 302 | 150 | 0 | 2 | 57 | 27 | 72 | 54 | 73 |
| Binary | 11000101 | 11000010 | 1101000 | 0 | 10 | 101111 | 10111 | 111010 | 101100 | 111011 |
Color Harmonies of #C5C268
Complementary color
Monochromatic Colors of #C5C268
Black with #C5C268
Text Example
Text Example
White with #C5C268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C268; }
p { color: rgb(197,194,104); }
H1.HeaderClassName
{
color: #C5C268;
}
.AnyTagClassName
{
color: #C5C268;
}
</style>
background-color css
<style>
a { background-color: #C5C268; }
a { background-color: rgb(197,194,104); }
div.DivClassName
{
background-color: #C5C268;
}
.BgClassName
{
background-color: #C5C268;
}
</style>
border-color css
<style>
span { border-color: #C5C268; }
span { border-color: rgb(197,194,104); }
td.TdClassName
{
border-color: #C5C268;
}
.TagClassName
{
border-color: #C5C268;
}
</style>