#C1B26F

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

Shades of Dark Khaki #C1B26F

Tints of Dark Khaki #C1B26F

Color information

#C1B26F (or 0xC1B26F) is unknown color: approx Dark Khaki. HEX triplet: C1, B2 and 6F. RGB value is (193,178,111). Sum of RGB (Red+Green+Blue) = 193+178+111=482 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.04% from 482); Green value is 178 (69.92% from 255 or 36.93% from 482); Blue value is 111 (43.75% from 255 or 23.03% from 482); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B26F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1B26F is #3E4D90. Grayscale: #AFAFAF. Windows color (decimal): -4083089 or 7320257. OLE color: 7320257.

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

Color convert

RGB193178111-
CMYK00.080.420.24
HSL49.02º39.81%59.61%-
HSV(B)49.02º42.49%75.69%-
XYZ40.7844.3321.45-
YUV174.8591.97140.95-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.04%
GREEN value IS 178 (69.92% from 255) = 36.93%
BLUE value IS 111 (43.75% from 255) = 23.03%
R=40.04%
G=36.93%
B=23.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.42
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19317811100.080.420.2449.0239.8159.61
HexC1B26F082A1831283c
Octal3012621570105230615074
Binary110000011011001011011110100010101011000110001101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B26F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B26F; }

 p { color: rgb(193,178,111); }

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

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

 a { background-color: rgb(193,178,111); }

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

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

 span { border-color: rgb(193,178,111); }

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