#C4B26C

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

Shades of Dark Khaki #C4B26C

Tints of Dark Khaki #C4B26C

Color information

#C4B26C (or 0xC4B26C) is unknown color: approx Dark Khaki. HEX triplet: C4, B2 and 6C. RGB value is (196,178,108). Sum of RGB (Red+Green+Blue) = 196+178+108=482 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.66% from 482); Green value is 178 (69.92% from 255 or 36.93% from 482); Blue value is 108 (42.58% from 255 or 22.41% from 482); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B26C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4B26C is #3B4D93. Grayscale: #AFAFAF. Windows color (decimal): -3886484 or 7123652. OLE color: 7123652.

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

Color convert

RGB196178108-
CMYK00.090.450.23
HSL47.73º42.72%59.61%-
HSV(B)47.73º44.9%76.86%-
XYZ41.3944.6620.63-
YUV175.489.96142.69-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.66%
GREEN value IS 178 (69.92% from 255) = 36.93%
BLUE value IS 108 (42.58% from 255) = 22.41%
R=40.66%
G=36.93%
B=22.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.45
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19617810800.090.450.2347.7342.7259.61
HexC4B26C092D17302b3c
Octal3042621540115527605374
Binary110001001011001011011000100110110110111110000101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B26C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B26C; }

 p { color: rgb(196,178,108); }

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

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

 a { background-color: rgb(196,178,108); }

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

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

 span { border-color: rgb(196,178,108); }

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