#C2B36F

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

Shades of Dark Khaki #C2B36F

Tints of Dark Khaki #C2B36F

Color information

#C2B36F (or 0xC2B36F) is unknown color: approx Dark Khaki. HEX triplet: C2, B3 and 6F. RGB value is (194,179,111). Sum of RGB (Red+Green+Blue) = 194+179+111=484 (64% of max value = 765). Red value is 194 (76.17% from 255 or 40.08% from 484); Green value is 179 (70.31% from 255 or 36.98% from 484); Blue value is 111 (43.75% from 255 or 22.93% from 484); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B36F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B36F is #3D4C90. Grayscale: #B0B0B0. Windows color (decimal): -4017297 or 7320514. OLE color: 7320514.

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

Color convert

RGB194179111-
CMYK00.080.430.24
HSL49.16º40.49%59.8%-
HSV(B)49.16º42.78%76.08%-
XYZ41.2444.8621.52-
YUV175.7391.47141.03-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.08%
GREEN value IS 179 (70.31% from 255) = 36.98%
BLUE value IS 111 (43.75% from 255) = 22.93%
R=40.08%
G=36.98%
B=22.93%

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
Decimal19417911100.080.430.2449.1640.4959.8
HexC2B36F082B1831283c
Octal3022631570105330615074
Binary110000101011001111011110100010101111000110001101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B36F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B36F; }

 p { color: rgb(194,179,111); }

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

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

 a { background-color: rgb(194,179,111); }

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

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

 span { border-color: rgb(194,179,111); }

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