Shades of Dark Khaki #C8C273
Tints of Dark Khaki #C8C273
RGB
CMYK
RGB Variations
Color information
#C8C273 (or 0xC8C273) is known color: Dark Khaki. HEX triplet: C8, C2 and 73. RGB value is (200,194,115). Sum of RGB (Red+Green+Blue) = 200+194+115=509 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.29% from 509); Green value is 194 (76.17% from 255 or 38.11% from 509); Blue value is 115 (45.31% from 255 or 22.59% from 509); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C273 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C273 is #373D8C. Grayscale: #BBBBBB. Windows color (decimal): -3620237 or 7586504. OLE color: 7586504.
HSL color Cylindrical-coordinate representation of color #C8C273: hue angle of 55.76º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C8C273 is Cyan = 0, Magento = 0.03, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 194 | 115 | - |
| CMYK | 0 | 0.03 | 0.42 | 0.22 |
| HSL | 55.76º | 0.44% | 0.62% | - |
| HSV(B) | 55.76º | 0.43% | 0.78% | - |
| XYZ | 46.21 | 52.1 | 23.84 | - |
| YUV | 186.79 | 87.49 | 137.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 194 | 115 | 0 | 0.03 | 0.42 | 0.22 | 55.76 | 0.44 | 0.62 |
| Hex | C8 | C2 | 73 | 0 | 3 | 2A | 16 | 38 | 2C | 3E |
| Octal | 310 | 302 | 163 | 0 | 3 | 52 | 26 | 70 | 54 | 76 |
| Binary | 11001000 | 11000010 | 1110011 | 0 | 11 | 101010 | 10110 | 111000 | 101100 | 111110 |
Color Harmonies of #C8C273
Complementary color
Monochromatic Colors of #C8C273
Black with #C8C273
Text Example
Text Example
White with #C8C273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C273; }
p { color: rgb(200,194,115); }
H1.HeaderClassName
{
color: #C8C273;
}
.AnyTagClassName
{
color: #C8C273;
}
</style>
background-color css
<style>
a { background-color: #C8C273; }
a { background-color: rgb(200,194,115); }
div.DivClassName
{
background-color: #C8C273;
}
.BgClassName
{
background-color: #C8C273;
}
</style>
border-color css
<style>
span { border-color: #C8C273; }
span { border-color: rgb(200,194,115); }
td.TdClassName
{
border-color: #C8C273;
}
.TagClassName
{
border-color: #C8C273;
}
</style>