Shades of Dark Khaki #C8C363
Tints of Dark Khaki #C8C363
RGB
CMYK
RGB Variations
Color information
#C8C363 (or 0xC8C363) is known color: Dark Khaki. HEX triplet: C8, C3 and 63. RGB value is (200,195,99). Sum of RGB (Red+Green+Blue) = 200+195+99=494 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.49% from 494); Green value is 195 (76.56% from 255 or 39.47% from 494); Blue value is 99 (39.06% from 255 or 20.04% from 494); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C363 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C363 is #373C9C. Grayscale: #B9B9B9. Windows color (decimal): -3619997 or 6538184. OLE color: 6538184.
HSL color Cylindrical-coordinate representation of color #C8C363: hue angle of 57.03º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C8C363 is Cyan = 0, Magento = 0.02, Yellow = 0.50 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 195 | 99 | - |
| CMYK | 0 | 0.02 | 0.50 | 0.22 |
| HSL | 57.03º | 0.48% | 0.59% | - |
| HSV(B) | 57.03º | 0.51% | 0.78% | - |
| XYZ | 45.59 | 52.21 | 19.48 | - |
| YUV | 185.55 | 79.16 | 138.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 195 | 99 | 0 | 0.02 | 0.50 | 0.22 | 57.03 | 0.48 | 0.59 |
| Hex | C8 | C3 | 63 | 0 | 2 | 32 | 16 | 39 | 30 | 3B |
| Octal | 310 | 303 | 143 | 0 | 2 | 62 | 26 | 71 | 60 | 73 |
| Binary | 11001000 | 11000011 | 1100011 | 0 | 10 | 110010 | 10110 | 111001 | 110000 | 111011 |
Color Harmonies of #C8C363
Complementary color
Monochromatic Colors of #C8C363
Black with #C8C363
Text Example
Text Example
White with #C8C363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C363; }
p { color: rgb(200,195,99); }
H1.HeaderClassName
{
color: #C8C363;
}
.AnyTagClassName
{
color: #C8C363;
}
</style>
background-color css
<style>
a { background-color: #C8C363; }
a { background-color: rgb(200,195,99); }
div.DivClassName
{
background-color: #C8C363;
}
.BgClassName
{
background-color: #C8C363;
}
</style>
border-color css
<style>
span { border-color: #C8C363; }
span { border-color: rgb(200,195,99); }
td.TdClassName
{
border-color: #C8C363;
}
.TagClassName
{
border-color: #C8C363;
}
</style>