Shades of Dark Khaki #C8BF63
Tints of Dark Khaki #C8BF63
RGB
CMYK
RGB Variations
Color information
#C8BF63 (or 0xC8BF63) is known color: Dark Khaki. HEX triplet: C8, BF and 63. RGB value is (200,191,99). Sum of RGB (Red+Green+Blue) = 200+191+99=490 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.82% from 490); Green value is 191 (75% from 255 or 38.98% from 490); Blue value is 99 (39.06% from 255 or 20.20% from 490); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BF63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8BF63 is #37409C. Grayscale: #B7B7B7. Windows color (decimal): -3621021 or 6537160. OLE color: 6537160.
HSL color Cylindrical-coordinate representation of color #C8BF63: hue angle of 54.65º 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 #C8BF63 is Cyan = 0, Magento = 0.04, Yellow = 0.50 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 191 | 99 | - |
| CMYK | 0 | 0.04 | 0.50 | 0.22 |
| HSL | 54.65º | 0.48% | 0.59% | - |
| HSV(B) | 54.65º | 0.51% | 0.78% | - |
| XYZ | 44.7 | 50.44 | 19.18 | - |
| YUV | 183.2 | 80.48 | 139.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 191 | 99 | 0 | 0.04 | 0.50 | 0.22 | 54.65 | 0.48 | 0.59 |
| Hex | C8 | BF | 63 | 0 | 4 | 32 | 16 | 37 | 30 | 3B |
| Octal | 310 | 277 | 143 | 0 | 4 | 62 | 26 | 67 | 60 | 73 |
| Binary | 11001000 | 10111111 | 1100011 | 0 | 100 | 110010 | 10110 | 110111 | 110000 | 111011 |
Color Harmonies of #C8BF63
Complementary color
Monochromatic Colors of #C8BF63
Black with #C8BF63
Text Example
Text Example
White with #C8BF63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BF63; }
p { color: rgb(200,191,99); }
H1.HeaderClassName
{
color: #C8BF63;
}
.AnyTagClassName
{
color: #C8BF63;
}
</style>
background-color css
<style>
a { background-color: #C8BF63; }
a { background-color: rgb(200,191,99); }
div.DivClassName
{
background-color: #C8BF63;
}
.BgClassName
{
background-color: #C8BF63;
}
</style>
border-color css
<style>
span { border-color: #C8BF63; }
span { border-color: rgb(200,191,99); }
td.TdClassName
{
border-color: #C8BF63;
}
.TagClassName
{
border-color: #C8BF63;
}
</style>