#C8B871

Color #C8B871 Dark Khaki (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Khaki #C8B871

Tints of Dark Khaki #C8B871

Color information

#C8B871 (or 0xC8B871) is unknown color: approx Dark Khaki. HEX triplet: C8, B8 and 71. RGB value is (200,184,113). Sum of RGB (Red+Green+Blue) = 200+184+113=497 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.24% from 497); Green value is 184 (72.27% from 255 or 37.02% from 497); Blue value is 113 (44.53% from 255 or 22.74% from 497); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B871 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8B871 is #37478E. Grayscale: #B4B4B4. Windows color (decimal): -3622799 or 7452872. OLE color: 7452872.

HSL color Cylindrical-coordinate representation of color #C8B871: hue angle of 48.97º 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 #C8B871 is Cyan = 0, Magento = 0.08, Yellow = 0.44 and Black (K on CMYK) = 0.22.

Color convert

RGB200184113-
CMYK00.080.440.22
HSL48.97º44.16%61.37%-
HSV(B)48.97º43.5%78.43%-
XYZ43.9447.7522.52-
YUV180.6989.8141.77-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 200 (78.52% from 255) = 40.24%
GREEN value IS 184 (72.27% from 255) = 37.02%
BLUE value IS 113 (44.53% from 255) = 22.74%
R=40.24%
G=37.02%
B=22.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20018411300.080.440.2248.9744.1661.37
HexC8B871082C16312c3d
Octal3102701610105426615475
Binary110010001011100011100010100010110010110110001101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B871; }

 p { color: rgb(200,184,113); }

 H1.HeaderClassName
 {
   color: #C8B871;
 }
 .AnyTagClassName
 {
   color: #C8B871;
 }
</style>
background-color css

<style>
 a { background-color: #C8B871; }

 a { background-color: rgb(200,184,113); }

 div.DivClassName
 {
   background-color: #C8B871;
 }
 .BgClassName
 {
   background-color: #C8B871;
 }
</style>
border-color css

<style>
 span { border-color: #C8B871; }

 span { border-color: rgb(200,184,113); }

 td.TdClassName
 {
   border-color: #C8B871;
 }
 .TagClassName
 {
   border-color: #C8B871;
 }
</style>