#C5B56E

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

Shades of Dark Khaki #C5B56E

Tints of Dark Khaki #C5B56E

Color information

#C5B56E (or 0xC5B56E) is unknown color: approx Dark Khaki. HEX triplet: C5, B5 and 6E. RGB value is (197,181,110). Sum of RGB (Red+Green+Blue) = 197+181+110=488 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.37% from 488); Green value is 181 (71.09% from 255 or 37.09% from 488); Blue value is 110 (43.36% from 255 or 22.54% from 488); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B56E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5B56E is #3A4A91. Grayscale: #B1B1B1. Windows color (decimal): -3820178 or 7255493. OLE color: 7255493.

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

Color convert

RGB197181110-
CMYK00.080.440.23
HSL48.97º42.86%60.2%-
HSV(B)48.97º44.16%77.25%-
XYZ42.3646.0421.41-
YUV177.6989.8141.77-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 40.37%
GREEN value IS 181 (71.09% from 255) = 37.09%
BLUE value IS 110 (43.36% from 255) = 22.54%
R=40.37%
G=37.09%
B=22.54%

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
Decimal19718111000.080.440.2348.9742.8660.2
HexC5B56E082C17312b3c
Octal3052651560105427615374
Binary110001011011010111011100100010110010111110001101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B56E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B56E; }

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

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

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

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

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

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

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

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