#C3B26D

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

Shades of Dark Khaki #C3B26D

Tints of Dark Khaki #C3B26D

Color information

#C3B26D (or 0xC3B26D) is unknown color: approx Dark Khaki. HEX triplet: C3, B2 and 6D. RGB value is (195,178,109). Sum of RGB (Red+Green+Blue) = 195+178+109=482 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.46% from 482); Green value is 178 (69.92% from 255 or 36.93% from 482); Blue value is 109 (42.97% from 255 or 22.61% from 482); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B26D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3B26D is #3C4D92. Grayscale: #AFAFAF. Windows color (decimal): -3952019 or 7189187. OLE color: 7189187.

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

Color convert

RGB195178109-
CMYK00.090.440.24
HSL48.14º41.75%59.61%-
HSV(B)48.14º44.1%76.47%-
XYZ41.1944.5520.9-
YUV175.2290.63142.11-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.46%
GREEN value IS 178 (69.92% from 255) = 36.93%
BLUE value IS 109 (42.97% from 255) = 22.61%
R=40.46%
G=36.93%
B=22.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.44
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19517810900.090.440.2448.1441.7559.61
HexC3B26D092C18302a3c
Octal3032621550115430605274
Binary110000111011001011011010100110110011000110000101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B26D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B26D; }

 p { color: rgb(195,178,109); }

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

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

 a { background-color: rgb(195,178,109); }

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

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

 span { border-color: rgb(195,178,109); }

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