#C2B76F

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

Shades of Dark Khaki #C2B76F

Tints of Dark Khaki #C2B76F

Color information

#C2B76F (or 0xC2B76F) is unknown color: approx Dark Khaki. HEX triplet: C2, B7 and 6F. RGB value is (194,183,111). Sum of RGB (Red+Green+Blue) = 194+183+111=488 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.75% from 488); Green value is 183 (71.88% from 255 or 37.5% from 488); Blue value is 111 (43.75% from 255 or 22.75% from 488); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B76F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B76F is #3D4890. Grayscale: #B2B2B2. Windows color (decimal): -4016273 or 7321538. OLE color: 7321538.

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

Color convert

RGB194183111-
CMYK00.060.430.24
HSL52.05º40.49%59.8%-
HSV(B)52.05º42.78%76.08%-
XYZ42.0546.4821.79-
YUV178.0890.14139.35-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.75%
GREEN value IS 183 (71.88% from 255) = 37.5%
BLUE value IS 111 (43.75% from 255) = 22.75%
R=39.75%
G=37.5%
B=22.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.43
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19418311100.060.430.2452.0540.4959.8
HexC2B76F062B1834283c
Octal302267157065330645074
Binary11000010101101111101111011010101111000110100101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B76F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B76F; }

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

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

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

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

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

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

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

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