#C8BA6D

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

Shades of Dark Khaki #C8BA6D

Tints of Dark Khaki #C8BA6D

Color information

#C8BA6D (or 0xC8BA6D) is unknown color: approx Dark Khaki. HEX triplet: C8, BA and 6D. RGB value is (200,186,109). Sum of RGB (Red+Green+Blue) = 200+186+109=495 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.40% from 495); Green value is 186 (73.05% from 255 or 37.58% from 495); Blue value is 109 (42.97% from 255 or 22.02% from 495); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BA6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8BA6D is #374592. Grayscale: #B5B5B5. Windows color (decimal): -3622291 or 7191240. OLE color: 7191240.

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

Color convert

RGB200186109-
CMYK00.070.460.22
HSL50.77º45.27%60.59%-
HSV(B)50.77º45.5%78.43%-
XYZ44.1448.521.5-
YUV181.4187.14141.26-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.40%
GREEN value IS 186 (73.05% from 255) = 37.58%
BLUE value IS 109 (42.97% from 255) = 22.02%
R=40.40%
G=37.58%
B=22.02%

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
Decimal20018610900.070.460.2250.7745.2760.59
HexC8BA6D072E16332d3d
Octal310272155075626635575
Binary11001000101110101101101011110111010110110011101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BA6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BA6D; }

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

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

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

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

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

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

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

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