#C5B56F

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

Shades of Dark Khaki #C5B56F

Tints of Dark Khaki #C5B56F

Color information

#C5B56F (or 0xC5B56F) is unknown color: approx Dark Khaki. HEX triplet: C5, B5 and 6F. RGB value is (197,181,111). Sum of RGB (Red+Green+Blue) = 197+181+111=489 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.29% from 489); Green value is 181 (71.09% from 255 or 37.01% from 489); Blue value is 111 (43.75% from 255 or 22.70% from 489); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B56F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5B56F is #3A4A90. Grayscale: #B2B2B2. Windows color (decimal): -3820177 or 7321029. OLE color: 7321029.

HSL color Cylindrical-coordinate representation of color #C5B56F: hue angle of 48.84º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C5B56F is Cyan = 0, Magento = 0.08, Yellow = 0.44 and Black (K on CMYK) = 0.23.

Color convert

RGB197181111-
CMYK00.080.440.23
HSL48.84º42.57%60.39%-
HSV(B)48.84º43.65%77.25%-
XYZ42.4246.0721.69-
YUV177.890.3141.69-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 40.29%
GREEN value IS 181 (71.09% from 255) = 37.01%
BLUE value IS 111 (43.75% from 255) = 22.70%
R=40.29%
G=37.01%
B=22.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.44
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19718111100.080.440.2348.8442.5760.39
HexC5B56F082C17312b3c
Octal3052651570105427615374
Binary110001011011010111011110100010110010111110001101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B56F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B56F; }

 p { color: rgb(197,181,111); }

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

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

 a { background-color: rgb(197,181,111); }

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

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

 span { border-color: rgb(197,181,111); }

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