#C2B26E

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

Shades of Dark Khaki #C2B26E

Tints of Dark Khaki #C2B26E

Color information

#C2B26E (or 0xC2B26E) is unknown color: approx Dark Khaki. HEX triplet: C2, B2 and 6E. RGB value is (194,178,110). Sum of RGB (Red+Green+Blue) = 194+178+110=482 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.25% from 482); Green value is 178 (69.92% from 255 or 36.93% from 482); Blue value is 110 (43.36% from 255 or 22.82% from 482); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B26E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2B26E is #3D4D91. Grayscale: #AFAFAF. Windows color (decimal): -4017554 or 7254722. OLE color: 7254722.

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

Color convert

RGB194178110-
CMYK00.080.430.24
HSL48.57º40.78%59.61%-
HSV(B)48.57º43.3%76.08%-
XYZ40.9844.4421.17-
YUV175.0391.3141.53-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.25%
GREEN value IS 178 (69.92% from 255) = 36.93%
BLUE value IS 110 (43.36% from 255) = 22.82%
R=40.25%
G=36.93%
B=22.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.43
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19417811000.080.430.2448.5740.7859.61
HexC2B26E082B1831293c
Octal3022621560105330615174
Binary110000101011001011011100100010101111000110001101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B26E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B26E; }

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

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

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

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

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

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

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

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