#C2B56E

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

Shades of Dark Khaki #C2B56E

Tints of Dark Khaki #C2B56E

Color information

#C2B56E (or 0xC2B56E) is unknown color: approx Dark Khaki. HEX triplet: C2, B5 and 6E. RGB value is (194,181,110). Sum of RGB (Red+Green+Blue) = 194+181+110=485 (64% of max value = 765). Red value is 194 (76.17% from 255 or 40% from 485); Green value is 181 (71.09% from 255 or 37.32% from 485); Blue value is 110 (43.36% from 255 or 22.68% from 485); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B56E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B56E is #3D4A91. Grayscale: #B1B1B1. Windows color (decimal): -4016786 or 7255490. OLE color: 7255490.

HSL color Cylindrical-coordinate representation of color #C2B56E: hue angle of 50.71º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C2B56E is Cyan = 0, Magento = 0.07, Yellow = 0.43 and Black (K on CMYK) = 0.24.

Color convert

RGB194181110-
CMYK00.070.430.24
HSL50.71º40.78%59.61%-
HSV(B)50.71º43.3%76.08%-
XYZ41.5945.6421.37-
YUV176.7990.31140.27-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40%
GREEN value IS 181 (71.09% from 255) = 37.32%
BLUE value IS 110 (43.36% from 255) = 22.68%
R=40%
G=37.32%
B=22.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.43
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19418111000.070.430.2450.7140.7859.61
HexC2B56E072B1833293c
Octal302265156075330635174
Binary11000010101101011101110011110101111000110011101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B56E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B56E; }

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

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

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

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

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

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

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

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