#C8BA6C

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

Shades of Dark Khaki #C8BA6C

Tints of Dark Khaki #C8BA6C

Color information

#C8BA6C (or 0xC8BA6C) is unknown color: approx Dark Khaki. HEX triplet: C8, BA and 6C. RGB value is (200,186,108). Sum of RGB (Red+Green+Blue) = 200+186+108=494 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.49% from 494); Green value is 186 (73.05% from 255 or 37.65% from 494); Blue value is 108 (42.58% from 255 or 21.86% from 494); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BA6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8BA6C is #374593. Grayscale: #B5B5B5. Windows color (decimal): -3622292 or 7125704. OLE color: 7125704.

HSL color Cylindrical-coordinate representation of color #C8BA6C: hue angle of 50.87º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C8BA6C is Cyan = 0, Magento = 0.07, Yellow = 0.46 and Black (K on CMYK) = 0.22.

Color convert

RGB200186108-
CMYK00.070.460.22
HSL50.87º45.54%60.39%-
HSV(B)50.87º46%78.43%-
XYZ44.0948.4821.22-
YUV181.2986.64141.34-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.49%
GREEN value IS 186 (73.05% from 255) = 37.65%
BLUE value IS 108 (42.58% from 255) = 21.86%
R=40.49%
G=37.65%
B=21.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.46
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20018610800.070.460.2250.8745.5460.39
HexC8BA6C072E16332e3c
Octal310272154075626635674
Binary11001000101110101101100011110111010110110011101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BA6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BA6C; }

 p { color: rgb(200,186,108); }

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

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

 a { background-color: rgb(200,186,108); }

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

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

 span { border-color: rgb(200,186,108); }

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